https://github.com/matkoniecz/dead_links_testing_site
https://github.com/matkoniecz/dead_links_testing_site
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/matkoniecz/dead_links_testing_site
- Owner: matkoniecz
- Created: 2021-08-08T11:20:06.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-10T08:05:52.000Z (over 1 year ago)
- Last Synced: 2025-02-14T07:31:52.275Z (8 months ago)
- Language: HTML
- Size: 204 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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)