-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
kind/documentationCategorizes issue or PR as related to documentation.Categorizes issue or PR as related to documentation.
Description
Overview
This task audits all internal links in documentation, updates them to new paths, and validates all links work correctly as described in SHIP-0041.
Description
Audit all internal links in documentation, update to new paths, and validate all links work correctly. Use automated tooling where possible to identify broken links.
This includes:
- Markdown links within documentation files
- Navigation links
- Cross-references between documents
- Links in code examples or snippets
Acceptance Criteria
- All internal links updated to new paths
- Link validation tooling run (if available)
- All links verified to work
- No broken links in documentation
- All relative links use correct paths
- External links validated (if time permits)
Dependencies
- Blocks: None
- Blocked by: Configure Hugo aliases for all moved content (Issue 10)
Technical Notes
- Use tools like
greporripgrepto find all markdown links:\[.*\]\(.*\) - Consider using link checking tools like
htmltestorlycheeif available - Update relative paths to match new directory structure
- Test all links in local Hugo preview
- Consider creating a CI/CD check to validate links on every PR
Generated-by: Cursor
Metadata
Metadata
Assignees
Labels
kind/documentationCategorizes issue or PR as related to documentation.Categorizes issue or PR as related to documentation.
Type
Projects
Status
No status