Skip to main content

Module broken_links

Module broken_links 

Source
Expand description

Broken internal/external link gate.

Walks every <a href> (and <img src>) on every page. Internal links are resolved against the site root and reported as errors when their target does not exist. External links are reported as info when --skip-network is set (the default), and probed via HTTP HEAD only when explicitly opted in.

Structsยง

BrokenLinksGate
Broken internal/external link gate.