How do you indicate the relative link to a parent directory?
Use ../
How do you indicate the relative link to a child directory?
Use the name of the child folder followed by a forward slash
How do you indicate the relative link to a grand parent directory?
Use ../../ to go up two folders.
How do you indicate the relative link to the same directory?
Just use the file name