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
Hi there 👋 This project looks pretty neat, especially from its usage in markdown-lint-check 🎉
We are investigating the possibility of using markdown-lint-check via GitHub Actions to replace some wget link checking we have, but we have an interesting feature request. Currently this library hardcodes the acceptable redirects at (a maximum) of 8:
In our project documentation, we are dealing with an upstream documentation website that will sometimes move pages, but not setup proper redirects (instead all broken links just go to the homepage). Example pull request to fix some of these: https://github.com/terraform-providers/terraform-provider-aws/pull/12803/files
We are thinking that if we could configure the acceptable redirects to 0, then we could alert on those types of broken links.
Proposal
It would be super neat if this library supported configuring maxRedirects (especially to 0 in our case).
Please let me know if you have questions or if I can help contribute. 👍
The text was updated successfully, but these errors were encountered:
Description
Hi there 👋 This project looks pretty neat, especially from its usage in
markdown-lint-check
🎉We are investigating the possibility of using
markdown-lint-check
via GitHub Actions to replace somewget
link checking we have, but we have an interesting feature request. Currently this library hardcodes the acceptable redirects at (a maximum) of 8:link-check/lib/proto/http.js
Line 22 in cbcfa7e
In our project documentation, we are dealing with an upstream documentation website that will sometimes move pages, but not setup proper redirects (instead all broken links just go to the homepage). Example pull request to fix some of these: https://github.com/terraform-providers/terraform-provider-aws/pull/12803/files
We are thinking that if we could configure the acceptable redirects to 0, then we could alert on those types of broken links.
Proposal
It would be super neat if this library supported configuring
maxRedirects
(especially to0
in our case).Please let me know if you have questions or if I can help contribute. 👍
The text was updated successfully, but these errors were encountered: