This is the current code for my navigation bar:
<nav><a href="example.com"> Fact Generator</a><a href="example.com/privacy">Privacy</a><a href="#">Contact</a></nav>
This is my website: https://example.com/
When I go to my website and click privacy, it takes me to https://example.com/example.com/privacy
Any help so it instead takes me to https://example.com/privacy
?