I am trying to redirect users to a link outside my site and I want it to head to a particular section by using the pound sign # but html keeps adding / right infront of it
Code:
<a href="https://somesite.app#3D_AR" target="_blank">Walkthrough</a>
Keeps getting converted to https://somesite.app/#3D_AR.
I would like to be https://somesite.app#3D_AR