I'm trying to link to a book on Amazon. I've boiled it all down to a very simple piece of code which does not take me to Amazon when I click on the link. If I just put the address into a browser then the page loads fine. How can something so simple not work?
<!DOCTYPE html>
<html>
<body>
<p><a href="https://rads.stackoverflow.com/amzn/click/com/093849743X" rel="nofollow noreferrer">Amazon Link</a></p>
</body>
</html>