fix(docs): redirect legacy Draw.io route - #501
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe Draw.io integration card now links to ChangesDraw.io route migration
Estimated code review effort: 1 (Trivial) | ~3 minutes Merge Risk: ⚪ Minimal · up to This change redirects the legacy Draw.io URL and updates the integration card to the canonical page; no actionable merge-blocking risk remains beyond normal checks and review. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
/integrations/draw-iopage/integrations/drawioURL so existing links and bookmarks keep workingRoot cause
The page has always been generated as
/integrations/draw-io, but the integrations overview linked to/integrations/drawio. No redirect covered that stale path, so direct requests returned the VitePress 404 page.Verification
pnpm checkpnpm --filter docs build/integrations/drawioreturns308to/integrations/draw-io, then200/integrations/aboutnavigates to the canonical pageSummary by CodeRabbit
Documentation
/integrations/draw-iopath.Bug Fixes
/integrations/drawioto the updated integration page, preserving access to existing links.