You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: link stars badge to /stargazers and ignore GitHub stat pages
The Stars badge points to the conventional /stargazers page again. GitHub
returns 404 to unauthenticated checkers for /stargazers (and other stat
sub-pages) even though the repo has stars and the page loads for humans, so
the lychee link-checker flagged it (issue #15). Add a .lycheeignore rule for
GitHub stat sub-pages (stargazers, network, watchers, graphs) so these false
positives are skipped without dropping the badge link.
Closes#15
0 commit comments