fix(readme): restore the broken Star History chart - #1400
Conversation
The Star History chart in the README stopped rendering because GitHub now restricts the stargazer API it depended on. Point the chart at a working mirror that reads from a different data source and needs no API token, and move the wrapping link to the matching URL scheme.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 8 included reviews per hour; 7 remain after this review. 📝 WalkthroughWalkthroughThe README Star History link and chart image sources now use ChangesStar History Embed
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This is a localized README-only change that restores the Star History chart link without affecting application behavior; no actionable merge-blocking risk remains. Suggested reviewers: 🚥 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 |
Greptile SummaryThe PR restores the README’s Star History chart by replacing the obsolete API and destination URLs with the compatible
Confidence Score: 5/5The PR appears safe to merge with no actionable defects identified. The replacement URLs use the mirror’s documented interactive and SVG formats, and the existing README picture structure remains unchanged. Important Files Changed
Reviews (1): Last reviewed commit: "fix(readme): restore the broken Star His..." | Re-trigger Greptile |
|
Thanks for the contribution, @OctoBored! Good catch, and the diagnosis holds up under checking. I verified the premise independently rather than taking it on faith, because the old URL is deceptive:
So the section really was serving a notice image instead of a chart, exactly as you described. The replacement endpoint returns a real chart for I also looked at the interactive link, since its One note for the maintainers rather than a change request: this points the README at a community mirror instead of the official domain. GitHub proxies README images through camo, so there is no script execution or viewer tracking exposure, and it is a one line revert if the official API comes back. No merge conflicts against |
The Star History chart in the README is currently broken because GitHub restricts the stargazer API the old chart relied on, so the section renders nothing. This switches the chart to a working mirror that uses a different data source and requires no API token. The chart and its wrapping link now point to the new URL, and everything else is unchanged.
Summary by CodeRabbit