-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The document includes broken links #1939
Comments
✅ I'll send a pull request to fix some broken links. |
Merged
#1940 fixed some broken links, but some links are still broken. $ git ls-files | grep -E "\.md$" | xargs lychee --max-concurrency 10 -a 429
247/247 ━━━━━━━━━━━━━━━━━━━━ Finished extracting links Issues found in 2 inputs. Find details below.
[docs/CHANGELOG.md]:
✗ [404] https://github.com/lynncyrin/ | Failed: Network error: Not Found
✗ [404] https://github.com/urfave/cli/compare/v1.22.4...v1 | Failed: Network error: Not Found
✗ [404] https://github.com/masonj188 | Failed: Network error: Not Found
✗ [404] https://github.com/urfave/891 | Failed: Network error: Not Found
[docs/CONTRIBUTING.md]:
✗ [404] https://github.com/urfave/cli/tree/v1 | Failed: Network error: Not Found
🔍 247 Total (in 12s) ✅ 237 OK 🚫 6 Errors 💤 4 Excluded
💡 There were issues with GitHub URLs. You could try setting a GitHub token and running lychee again.% |
@suzuki-shunsuke Do you think adding the lychee github action https://github.com/lycheeverse/lychee-action to our workflow would help detect this. ? |
That's a nice idea. $ git ls-files | grep -E "\.md$" | xargs lychee --max-concurrency 10 -a 429
252/252 ━━━━━━━━━━━━━━━━━━━━ Finished extracting links Issues found in 2 inputs. Find details below.
[docs/CHANGELOG.md]:
[404] https://github.com/lynncyrin
[404] https://github.com/masonj188
[404] https://github.com/urfave/cli/compare/v1.22.4...v1
[404] https://github.com/urfave/891
[404] https://github.com/lynncyrin/
[docs/CONTRIBUTING.md]:
[404] https://github.com/urfave/cli/tree/v1
🔍 252 Total (in 16s) ✅ 242 OK 🚫 6 Errors 👻 4 Excluded
[WARN ] There were issues with GitHub URLs. You could try setting a GitHub token and running lychee again. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I checked links in the document using https://github.com/lycheeverse/lychee .
The text was updated successfully, but these errors were encountered: