From 18e04dd5fb774319a25a4d8c9e54294a04dd10aa Mon Sep 17 00:00:00 2001 From: Rootiest Date: Mon, 21 Sep 2026 22:25:25 -0400 Subject: [PATCH] fix(docs): point classification-schema link at Gitea, not a relative path MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The schema file lives at docs/function-classification-schema.md but is not a published Starlight page, so a relative link resolves fine in the manual source tree but breaks once copied into docs/site/src/content/docs/ — starlight-links-validator failed CI's build-docs job on it. Rewrite it as an absolute Gitea blob URL, the same pattern _rewrite_repo_links already uses for CONTRIBUTING.md/LICENSE. --- docs/manual/08-components-reference/01-c1-command-shadows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/08-components-reference/01-c1-command-shadows.md b/docs/manual/08-components-reference/01-c1-command-shadows.md index 87356a7..b3488b1 100644 --- a/docs/manual/08-components-reference/01-c1-command-shadows.md +++ b/docs/manual/08-components-reference/01-c1-command-shadows.md @@ -110,5 +110,5 @@ toggle state: A function's own doc header records which of these it depends on: see the `CLASSIFICATION` label (`uses-shadow(...)` / `bypasses-shadow(...)`), documented in full at -[`docs/function-classification-schema.md`](../../function-classification-schema.md). +[`docs/function-classification-schema.md`](https://git.rootiest.dev/rootiest/fish-config/src/branch/main/docs/function-classification-schema.md).