We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Netlify has a very simple file format for redirects: https://docs.netlify.com/routing/redirects/
I wonder if hyperlink should honor that file. But I imagine that for the purposes of link-checking, one could also do this:
cat _redirects | while read _from _to; do cp -vR "./$_to" "./$_from"; done
(although this particular implementation is jank)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Netlify has a very simple file format for redirects: https://docs.netlify.com/routing/redirects/
I wonder if hyperlink should honor that file. But I imagine that for the purposes of link-checking, one could also do this:
(although this particular implementation is jank)
The text was updated successfully, but these errors were encountered: