How do you indicate the relative link to a parent directory?
Using “../link-name”.
How do you indicate the relative link to a child directory?
Using “/link-name”.
How do you indicate the relative link to a grand parent directory?
Using “../../link-name”.
How do you indicate the relative link to the same directory?
Using “link-name” or “./link-name”.