bc03e1cceb
Extending the check-readme-links hook from README.md to SECURITY.md,
CONTRIBUTING.md, and all 76 docs/**/*.md files surfaced three broken
links, fixed here:
- docs/deployment/unraid.md: #configuration anchor never matched the
'## ⚙️ Configuration' heading (GitHub slug is #-configuration)
- docs/processes/review-process/README.md: SECURITY_REVIEW_PROCESS.md
moved to docs/processes/security-review-process/
- docs/release_notes/1.7.0.md: doubled docs/ prefix in features.md link
The hook now also skips links inside fenced code blocks — GitHub does
not render those, and example markup (like the runtime /static/ paths
in SEMANTIC_SEARCH.md) must not be flagged. python -m and engine name
checks still look inside code blocks, where the examples live.