fix(readme): point stars badge at repo page not /stargazers#140
Merged
Conversation
GitHub returns 404 on /stargazers for logged-out visitors (July 2026 restriction). The landing-page pill was already fixed; this fixes the remaining README badge link. Closes lazycodex#122.
Contributor
|
Thanks for the PR! Changes to LazyCodex land through oh-my-openagent — could you open this against omo-codex over there instead? PRs in this repository can't be merged. If you're working with a coding agent, prompt it like this:
|
This was referenced Jul 22, 2026
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.
Summary
Fix the remaining
/stargazerslink so the stars badge/pill no longer 404s for logged-out visitors (GitHub restricted/stargazersto repo admins in July 2026).The landing-page pill component and its e2e test already handle this (they assert no
/stargazersdeep links). This fixes the one remaining reference: the README stars badge now links to the repo page (/code-yeongyu/lazycodex), where the star button lives anyway.Reported by @devswha in #122 (verified fix originally in #121, which was auto-closed by
pr-source-guidance.yml). Fixed by [sisyphus-bot].Closes #122.
Summary by cubic
Update README stars badge to link to the repo page instead of /stargazers, avoiding 404s for logged-out visitors after GitHub’s change. Matches the landing-page pill behavior.
Written for commit 3fdad1e. Summary will update on new commits.