fix(docs): point repo card Stars link to repo home - #290
Conversation
GitHub's /stargazers page returns 404 for logged-out visitors, so the Stars stat on the GitHub Pages repo card was a dead link for anonymous users. Link it to the repo home page instead.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe GitHub repository card’s Stars link now points to the repository homepage instead of the ChangesGitHub Repository Card
Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 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 |
|
@illeatmyhat now that this is merged to |
Problem
The GitHub Pages repo card (linked from https://agenttoolkit.github.io/altk-evolve/) has a Stars stat that links to
/stargazers. GitHub gates that page behind login — logged-out visitors get a 404, so the link is dead for anyone browsing the public site while signed out.Fix
Point the Stars stat at the repo home page (
data.html_url) instead. There is no anonymous stargazers view to link to.Verified against the live repo while logged out:
/stargazers/forks/graphs/contributors/issuesThe other three stat links already work anonymously and are unchanged.
Summary by CodeRabbit