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ยง
- Broken
Links Gate - Broken internal/external link gate.