From 9a854a160bbde0562cc352dbecb2a446a4e61e99 Mon Sep 17 00:00:00 2001 From: iris Date: Wed, 2 Sep 2026 01:53:55 +0200 Subject: [PATCH] docs: fix ci.md's now-two-levels-deep relative link to .forgejo/workflows MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit argus caught this on review: ci.md's own content never changed (0 diff on the move), but it went from one level under docs/ to two (docs/scheduler/ci.md), so its `../.forgejo/workflows/ci.yml` link now needs `../../`. Also fixes the verification script itself — it only checked link targets ending in .md or / (a systematic blind spot for a link to any other file type, which is exactly how this one slipped through both the grep sweep and the link-resolution check). Re-ran the corrected version repo-wide (93 tracked .md files, matches argus's own count) — zero broken links. --- docs/scheduler/ci.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scheduler/ci.md b/docs/scheduler/ci.md index fb64cdef..7c85b73c 100644 --- a/docs/scheduler/ci.md +++ b/docs/scheduler/ci.md @@ -32,7 +32,7 @@ writeup. ## CI checks Three jobs run on every PR (and on `workflow_dispatch` for manual re-triggers), -defined in [`.forgejo/workflows/ci.yml`](../.forgejo/workflows/ci.yml). All +defined in [`.forgejo/workflows/ci.yml`](../../.forgejo/workflows/ci.yml). All three are required checks (forge branch protection) — a hit on any of them blocks merge.