Task · GTO-0001

Nine docs hyperlinks point at deleted GitHub issues and 404 on the public site

Status
To Do
Labels
needs-triage, docs
Updated
2026-08-14

Description

The GitHub issues were archived and deleted on 2026-08-14, so every hyperlink to github.com/rknightion/graph2otel/issues/<N> now 404s. Nine of them are live links on the published docs site, which is a reader-facing break rather than an internal shorthand problem.

docs/runbooks.md:373 (#419), :405 (#401), :420 (#297), :455 (#419), :464 (#268) docs/collectors.md:10 (#139), :21 (#140) docs/deploying-observability.md:309 (#297) docs/permissions.md:167 (#11)

The ~402 bare #NNN mentions elsewhere in docs/ are NOT in scope and should be left alone: they are shorthand, AGENTS.md says where they resolve, and rewriting them would be churn over the whole doc set.

The trap here is docs/collectors.md, which is GENERATED. Its two links live in the generator, so editing the file makes the fix vanish on the next make regen and fails the drift gate. Fix the source and prove it with a regen.

Acceptance Criteria

Definition of Done

View the source file on GitHub