mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-01 04:42:10 +03:00
The `check:doc-links` table row in docs/architecture/QUALITY_GATES.md (added this cycle by #3757) used a literal `[text](path)` example inside inline code. The link checker strips fenced code blocks but not inline backticks, so it parsed that example as a real link to a 'path' file that does not exist — turning the 'Docs Sync (Strict)' CI job (npm run check:docs-all) red. Reworded to break the `](` adjacency; check:doc-links now passes (655 links, 0 broken).