Skip to content

fix: add redirects for removed pages and fix broken doc anchors - #266

Open
sadSanta-07 wants to merge 1 commit into
IntersectMBO:mainfrom
sadSanta-07:fix-docusaurus-redirects
Open

fix: add redirects for removed pages and fix broken doc anchors#266
sadSanta-07 wants to merge 1 commit into
IntersectMBO:mainfrom
sadSanta-07:fix-docusaurus-redirects

Conversation

@sadSanta-07

Copy link
Copy Markdown

fixes #263
here is the fix for the 404s and broken links

  • added @docusaurus/plugin-client-redirects and mapped the 4 old paths to the new targets
  • fixed the broken #how-to-contribute-a-cip anchor in repositories.md and the dead footer link
  • deleted the old stub files (tools.md, howtocreateaddress.md, intermediate/) so the redirects actually trigger instead of building blank pages
  • updated a few internal links in faq.md, getting-started.md, and beginner/README.md that were still pointing to those deleted stubs

ran npm run build locally and everything compiles clean with 0 broken link errors. let me know if it's good to merge

@danbaruka
danbaruka self-requested a review August 4, 2026 15:38
@danbaruka danbaruka added documentation Improvements or additions to documentation enhancement New feature or request labels Aug 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add client redirects for removed stub pages and fix broken doc anchors

2 participants