i'm trying to create a link that redirect to another website like this :
<a target="_blank" href="exemple.com/test">hello</a>
but it redirect me to mywebsite.com/exemple.com/test
How can i make it work ? :)
EDIT : Correct answer was to use //
before url
href="//exemple.com/test"