Fix broken star history chart - #23
Open
FaintFlower wants to merge 1 commit into
Open
Conversation
….page The Star History chart in README.md is broken because the previous provider (api.star-history.com) can no longer serve charts reliably due to GitHub stargazer API restrictions (404s). Move both the image endpoint and the wrapping link to star-history.dera.page, which serves the chart without an API token. The repo referenced in the chart still matches the git origin (OnlyTerp/openclaw-optimization-guide), so no owner change was needed.
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 in the README has been broken: the underlying provider could no longer render charts because GitHub stargazer API restrictions limited the historical data source. This PR points the chart at a working mirror that serves the same chart without relying on a token. The chart image and its click-through link are both updated; no other references to the old provider exist in the repository.