Documentation Index

Fetch the complete documentation index at: https://www.civicplus.help/llms.txt

Use this file to discover all available pages before exploring further.

Comparing Absolute and Relative Links

Prev Next

Two types of links can be used when you create hyperlinks online: Absolute and Relative.

Absolute Links contain the entire URL seen in the URL bar. For example:

  • http://www.mysite.com

  • http://www.mysite.com/page/Name

  • http://www.mysite.com/module/item


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 it’s on. For example:

  • /Admin

  • /page/Name

  • /module/item