Prompt
Always ensure external links in documentation are valid, secure, and point to authoritative sources. This includes:
- Use HTTPS instead of HTTP links for security
- Verify that anchors within links actually exist at the destination
- Link to official repositories and documentation rather than personal sites
- Test all links before committing documentation changes
For example, instead of:
Check out [this guide](http://personal-blog.com/outdated-page#non-existent-section) for more information.
Use:
Check out [the official documentation](https://github.com/organization/project/blob/main/docs/guide.md#relevant-section) for more information.
Broken or insecure links reduce the credibility of documentation and create frustrating experiences for users. Regular verification of links ensures documentation remains reliable and trustworthy over time.