Two types of links can be used when you create hyperlinks online: Absolute and Relative.
Absolute Links
Absolute Links contain the entire URL seen in the URL bar.
For example:
http://www.mysite.com
http://www.mysite.com/page/Name
Relative Links
Relative Links contain only the portion after the domain name. Relative links are only operational if the destination of the link is the same domain as the link itself.
For example:
/Admin
/page/Name