Go to file
Simon Vieille 6027595f47
ci/woodpecker/push/build Pipeline failed Details
ci/woodpecker/cron/build Pipeline failed Details
ci/woodpecker/cron/cron Pipeline failed Details
fix ci syntax
2023-09-29 16:22:23 +02:00
.woodpecker fix ci syntax 2023-09-29 16:22:23 +02:00
Dockerfile init 2022-08-01 22:14:47 +02:00
README.md init 2022-08-01 22:14:47 +02:00

README.md

broken-link-checker

Docker image to run broken-link-checker.
Find broken links, missing images, etc in your HTML.

Features:

  • Stream-parses local and remote HTML pages
  • Concurrently checks multiple links
  • Supports various HTML elements/attributes, not just <a href>
  • Supports redirects, absolute URLs, relative URLs and <base>
  • Honors robot exclusions
  • Provides detailed information about each link (HTTP and HTML)
  • URL keyword filtering with wildcards
  • Pause/Resume at any time

How to

docker run -it deblan/node-broken-link-checker https://www.example.com -ro

To get help, run:

docker run -it deblan/node-broken-link-checker --help