docs(user): fix broken links in observability page#240
Conversation
Several links pointed to pages that were moved under docs/user/metrics/ or never had the .md extension. Point them at the real files. JIRA: NO-REF NVBug: none Signed-off-by: mesutoezdil <mesudozdil@gmail.com>
📝 WalkthroughWalkthroughUpdated observability documentation links to reference new locations for metrics, gRPC proxy metrics, dashboards, and State Metrics Service metrics. ChangesObservability documentation
Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
This PR is one of four that together fix the lychee link check failures currently blocking CI on other PRs (e.g. #252). Verified locally: with #240, #241, #242, and #261 all applied, Note: broader broken-link issues remain visible via @sbaum1994 -- can you review and approve so these can merge? |
docs/v0.6.0/observability.md carries the same broken links that docs/user/observability.md had before #240: they pointed to old paths, the real pages live under metrics/. Applied the same fix to this frozen version snapshot at explicit request. JIRA: NO-REF NVBug: none Signed-off-by: mesutoezdil <mesudozdil@gmail.com>
Fixes broken links in docs/user/observability.md. They pointed to old paths; the real pages live under docs/user/metrics/.
Tested: verified each link target exists, ran ./tools/ci/check-docs (0 errors).
Refs: NO-REF