From 2e76b8bac45dd091bcb3a611f1091363130966c3 Mon Sep 17 00:00:00 2001 From: GrammaTonic Date: Sun, 1 Mar 2026 22:30:03 +0100 Subject: [PATCH] docs: fix 5 broken documentation links from maintenance run 229 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - PHASE2_IMPLEMENTATION_SUMMARY.md: fix relative paths to tests/integration/ (./tests → ../../tests, resolves from docs/features/ correctly) - PROMETHEUS_TIMELINE_VISUAL.md: replace absolute /plan/ path with relative ../../plan/ path - prometheus-metrics-phase1.md: replace dead SUPPORT.md link with CONTRIBUTING.md - PERFORMANCE_OPTIMIZATIONS.md: remove dead PARALLEL_NPM_RESULTS.md link (rejected feature, results file never created) --- docs/PERFORMANCE_OPTIMIZATIONS.md | 2 +- docs/features/PHASE2_IMPLEMENTATION_SUMMARY.md | 4 ++-- docs/features/PROMETHEUS_TIMELINE_VISUAL.md | 2 +- docs/features/prometheus-metrics-phase1.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/PERFORMANCE_OPTIMIZATIONS.md b/docs/PERFORMANCE_OPTIMIZATIONS.md index 262e8282..87a19109 100644 --- a/docs/PERFORMANCE_OPTIMIZATIONS.md +++ b/docs/PERFORMANCE_OPTIMIZATIONS.md @@ -419,7 +419,7 @@ docker buildx prune --keep-storage 10GB # Keep 10GB **Status:** ❌ **REJECTED** (November 16, 2025) **Branch:** feature/parallel-npm-installs -**Analysis:** [PARALLEL_NPM_RESULTS.md](features/PARALLEL_NPM_RESULTS.md) +**Analysis:** Rejected — results not retained **Workflows:** [#19396882450](https://github.com/GrammaTonic/github-runner/actions/runs/19396882450), [#19396967351](https://github.com/GrammaTonic/github-runner/actions/runs/19396967351) **Original Goal:** diff --git a/docs/features/PHASE2_IMPLEMENTATION_SUMMARY.md b/docs/features/PHASE2_IMPLEMENTATION_SUMMARY.md index 9f2166e2..abca869b 100644 --- a/docs/features/PHASE2_IMPLEMENTATION_SUMMARY.md +++ b/docs/features/PHASE2_IMPLEMENTATION_SUMMARY.md @@ -239,8 +239,8 @@ sum(github_runner_jobs_total) by (runner_type, status) ## 📚 Documentation -- **Testing Guide**: [tests/integration/PHASE2_TESTING_GUIDE.md](./tests/integration/PHASE2_TESTING_GUIDE.md) -- **Integration Test**: [tests/integration/test-phase2-metrics.sh](./tests/integration/test-phase2-metrics.sh) +- **Testing Guide**: [tests/integration/PHASE2_TESTING_GUIDE.md](../../tests/integration/PHASE2_TESTING_GUIDE.md) +- **Integration Test**: [tests/integration/test-phase2-metrics.sh](../../tests/integration/test-phase2-metrics.sh) - **Issue #1060**: [Phase 2 Requirements](https://github.com/GrammaTonic/github-runner/issues/1060) - **Phase 1 PR**: [#1066](https://github.com/GrammaTonic/github-runner/pull/1066) diff --git a/docs/features/PROMETHEUS_TIMELINE_VISUAL.md b/docs/features/PROMETHEUS_TIMELINE_VISUAL.md index 99cc8656..a4a26eb1 100644 --- a/docs/features/PROMETHEUS_TIMELINE_VISUAL.md +++ b/docs/features/PROMETHEUS_TIMELINE_VISUAL.md @@ -195,6 +195,6 @@ Legend: **Quick Navigation:** - 📋 [Full Roadmap](./PROMETHEUS_ROADMAP.md) -- 📖 [Implementation Plan](/plan/feature-prometheus-monitoring-1.md) +- 📖 [Implementation Plan](../../plan/feature-prometheus-monitoring-1.md) - 📄 [Feature Specification](./PROMETHEUS_IMPROVEMENTS.md) - 🔗 [GitHub Project #5](https://github.com/users/GrammaTonic/projects/5) diff --git a/docs/features/prometheus-metrics-phase1.md b/docs/features/prometheus-metrics-phase1.md index 04e369af..24b52271 100644 --- a/docs/features/prometheus-metrics-phase1.md +++ b/docs/features/prometheus-metrics-phase1.md @@ -422,7 +422,7 @@ Extend metrics support to Chrome and Chrome-Go runner variants: For issues or questions: -1. Check [SUPPORT.md](../community/SUPPORT.md) +1. Check [CONTRIBUTING.md](../community/CONTRIBUTING.md) 2. Search existing [GitHub Issues](https://github.com/GrammaTonic/github-runner/issues) 3. Create a new issue with the `metrics` label