CROSS-LINK AUDIT
Internal consistency check. Every page walked, every link resolved, every orphan flagged. Run on every deploy.
HTML files scanned
132
Internal links checked
4,693
Broken links found
0
Orphan pages
0
// Audit Methodology
Walks every
.html file in the dashboard tree, extracts every internal href="/...", attempts to resolve each one against the filesystem (looking for {path}.html or {path}/index.html). Broken = link doesn't resolve to a file on disk. Orphan = HTML file exists but isn't linked from anywhere else in the dashboard. Re-run on every deploy.// Broken Links
No broken internal links · all references resolve to existing pages
// Orphan Pages
No orphan pages · every page is reachable
audit generated 2026-06-15 · regenerate by running
scripts/build_blocks_9_to_21.py