Let’s say the current URL is example.com/test/example
and let’s say I want to link to example.com/test/example/another
<a href="/another"> links me to example.com/another
How can I link to example.com/test/example/another without having to put the full URL in the a tag?
should do it.
EDIT: My bad, it actually is: