fix(docs): link the active language badge to its own README - #76
Conversation
GitHub wraps any README image that is not already inside a link with a link to the image file itself. The current-language badge was a bare <img>, so clicking it navigated to the badge SVG on camo instead of staying on the page. Linking it to its own file keeps GitHub from auto-linking it.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Team Run ID: 📒 Files selected for processing (2)
Included review availability: Your plan provides up to 2 included reviews per hour; 1 remains after this review. 📝 WalkthroughWalkthroughThe language-switcher badges in both README files now link to their corresponding documents. ChangesLanguage badge links
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to The language badges now link to their respective README files as intended, with no remaining merge-readiness risk. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
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 |
GitHub wraps any README image that is not already inside a link with a link to the image file itself. The current-language badge was a bare
, so clicking it navigated to the badge SVG on camo instead of staying on the page. Linking it to its own file keeps GitHub from auto-linking it.
Summary by CodeRabbit