hyperlink

Very fast link checker for static sites.

Installation and Usage

Download the latest binary and:

./hyperlink public/

Or as GitHub action:

- uses: untitaker/hyperlink@0.1.0 with: args: public/

Or build from source by installing Rust and running cargo build --release.

Options

When invoked without options, hyperlink only checks for 404s of internal links. However, it can do more.

Exit codes

Alternatives

License

Licensed under the MIT, see ./LICENSE.