docs: fix broken star history chart across readmes - #990
Merged
Conversation
The referenced star-history.com service is broken due to GitHub stargazer API restrictions, leaving the chart images unable to load. Point all localized readmes to a working chart destination, which requires no API token. Include the English, Chinese, French, German, Italian, Japanese, Korean, Portuguese, Russian, Spanish, and Traditional Chinese readmes to keep them in sync.
rwmjhb
approved these changes
Aug 20, 2026
rwmjhb
left a comment
Collaborator
There was a problem hiding this comment.
Reviewed head 79866e1. The change is consistently applied across all 11 README variants, no old api.star-history.com chart references remain, and both light/dark SVG endpoints return HTTP 200 with image/svg+xml while the linked chart page returns HTTP 200. This is a focused documentation-only fix with no code-path risk.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The star history chart is currently broken and renders no image, because the service it points to is limited by GitHub stargazer API restrictions. This fixes it by routing the chart to a working destination that requires no API token, applied consistently to the main readme and every localized version.