An open API service indexing awesome lists of open source software.

https://github.com/matkoniecz/dead_links_testing_site


https://github.com/matkoniecz/dead_links_testing_site

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

Published at [https://matkoniecz.github.io/dead_links_testing_site/](https://matkoniecz.github.io/dead_links_testing_site/)

To be used in testing of dead link detector script(s)

Recommended tool: [htmlproofer](https://github.com/gjtorikian/html-proofer)

```
git clone https://github.com/matkoniecz/dead_links_testing_site
cd dead_links_testing_site
htmlproofer . --assume-extension --check-html --check-favicon --log-level warn
```

See also [other tools I considered](https://github.com/matkoniecz/website-checklist/blob/master/validators.md#detecting-dead-links)