This question follows on the heals of this one: Symlinks not working when link is made in another directory?
Say I have a directory containing a project, and a script that creates symbolic links from one part of the project directory to another part. Is it possible for those symbolic links to be relative (not absolute), even if the location of the script is somewhere else entirely?
I'm interested in doing this so that the project directory can be moved without breaking absolute links inside it.