I'm using the ln command to create a symbolic link to a directory using bash, I went to the directory I wanted to make a link and used the following command:
ln -s C#/ ~/Projetos
This would create a link to ~/media/Projects/C# in the ~/Projetos folder.
But once I cd to my home, the folder is displayed in red color and I can't access it, what's happening here?