| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
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.
|
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:
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
Fix the remaining /stargazers link so the stars badge/pill no longer 404s for logged-out visitors (GitHub restricted /stargazers to repo admins in July 2026).
The landing-page pill component and its e2e test already handle this (they assert no /stargazers deep 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.