gaurav-nelson / github-action-markdown-link-check

Check all links in markdown files if they are alive or dead. 🔗✔️
MIT License
399 stars 77 forks source link

dead link false positive for `https://crates.io` #157

Open Anton-4 opened 1 year ago

Anton-4 commented 1 year ago

Thanks for making this link checker :heart:

I encountered a strange false positive with crates.io, the link below works in the browser :shrug: :

ERROR: 1 dead links found!
[✖] https://crates.io/crates/binaryen → Status: 404
Anton-4 commented 1 year ago

This is caused by https://github.com/rust-lang/crates.io/issues/788

gaurav-nelson commented 1 month ago

I have stopped working on this action. Please try https://github.com/UmbrellaDocs/linkspector and https://github.com/UmbrellaDocs/action-linkspector instead.