docs: fix ci.md's now-two-levels-deep relative link to .forgejo/workflows
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.
This commit is contained in:
parent
07b62612b0
commit
9a854a160b
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ writeup.
|
||||||
## CI checks
|
## CI checks
|
||||||
|
|
||||||
Three jobs run on every PR (and on `workflow_dispatch` for manual re-triggers),
|
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
|
three are required checks (forge branch protection) — a hit on any of them
|
||||||
blocks merge.
|
blocks merge.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue