Skip to main content
Detects external links returning 4xx/5xx errors or timeouts
Rule IDlinks/broken-external-links
CategoryLinks
ScopeSite-wide
Severitywarning
Weight5/10

Solution

Broken external links hurt user experience and credibility. Regularly audit external links using automated tools. Remove or replace broken links with working alternatives. Consider using archived versions (archive.org) if the original content is gone. For important resources, consider hosting your own copies of critical documentation or linking to more stable sources.

Enable / Disable

Disable this rule

squirrel.toml
[rules]
disable = ["links/broken-external-links"]
squirrel.toml
[rules]
disable = ["links/*"]

Enable only this rule

squirrel.toml
[rules]
enable = ["links/broken-external-links"]
disable = ["*"]