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
This release contains support for _redirect files (see updated README)
The support is incomplete and does not support everything in the file format that Netlify does.
This is a breaking change in the sense that hyperlink now checks more things than before and may break your build.
Currently there is no intent to add a flag to disable this feature. If you need hyperlink to not check the file, just rename/remove it temporarily. Feedback welcome.
Install hyperlink 0.2.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/untitaker/hyperlink/releases/download/0.2.0/hyperlink-installer.sh | sh
After a rough two days fighting the broken release workflow, 0.1.40 is the first working release after 0.1.32. The main change is the new dump-external-links subcommand, a partial solution to checking external links.
Install hyperlink 0.1.40
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/untitaker/hyperlink/releases/download/0.1.40/hyperlink-installer.sh | sh