When I use <breed>-neighbors Netlogo doesn't recognize the name of my breed

I have a breed of undirected links named “amigos”, but here is the problem:


Why is that? The dicitionary says that it should work.
I wrote:
set grupo (turtle-set grupo inicial [ [other-end] of my-amigos] of inicial)
then it worked, but it’s cumbersome.
Thanks for any help

I think I saw a related question recently, are you the same person? Or maybe from the same class?

A short answer is, maybe you can try amigo-neighbors - if the breed’s singular name is amigo.