Say the current URL example.com/test/example
and let's say I want to set a link to example.com/test/example/another
<a href="/another"> connects me with example.com/another
How can I link to example.com/test/example/anotherwithout putting the full url in the tag a?
source
share