Brokr is a tool/lib, to find broken links in your project,
To install brokr run
cargo install --git https://github.com/0xMimir/brokr
To find broken links in your project just run
brokr
or
brokr --source-dir PATH-TO-YOUR-PROJECT
By default brokr will scan links in html, txt and md files, but you can specify what files you want to be scanned, for example to search only html files:
brokr --extensions html
or to search only html and markdown files:
brokr --extensions html,md