It's time I got used to @ln@ syntax. The first form from the @man ln@ is:
ln [OPTION]... [-T] TARGET LINK_NAME
For example:
ln -s foo/bar.baz link
will create the entry @link -> foo/bar.baz@.