If you need to create a link to a page that lives inside www.labdoo.org (for instance, a link to another wiki page), it's important to use relative paths starting with the string ../
. For instance, if you want to create a link to this wiki page, follow this example:
<a href="../content/creating-internal-links">An example link to this wiki page</a>
Which generates this link:
An example link to this wiki page
Using the string ../
in front of your internal links serves two goals: