Hi, I changed a link on my html pages in a site, and I want to be sure people who go there will see the new link and not the old one. What's the newest way to do this?
EG: Used to be <a href="clients.html">Client Feedback</a>, now is <a href="comments/">Client Feedback</a>
Thanks.