From ae26d5356a6c4577830e83b7fec9fdb4bc7392ac Mon Sep 17 00:00:00 2001 From: Duncan Tourolle Date: Thu, 20 Aug 2026 19:34:44 +0200 Subject: [PATCH] docs: fix remaining references to the moved build docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the two referrers outside the docs tree that the move left behind, and excludes .claude/ from the link checker — the agent worktrees under it are full checkouts, so it was walking every in-flight branch and reporting their links as ours. --- CLAUDE.md | 2 +- scripts/build-windows-cross.sh | 2 +- scripts/check-doc-links.sh | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index fd9f92db..6dc8f00d 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -170,7 +170,7 @@ canonical, maintained source; this file only summarizes. See | [09-security.md](docs/architecture/09-security.md) | Token storage, secure storage, network security | Release process lives in [docs/release-checklist.md](docs/release-checklist.md) -and [docs/build-release.md](docs/build-release.md). +and [docs/build/build-release.md](docs/build/build-release.md). ### Core principles (from the architecture docs) diff --git a/scripts/build-windows-cross.sh b/scripts/build-windows-cross.sh index 568613c3..e482a858 100755 --- a/scripts/build-windows-cross.sh +++ b/scripts/build-windows-cross.sh @@ -8,7 +8,7 @@ # it can bundle the NSIS installer from a Linux host. # # Playback on Windows: video renders via WebView2 and audio via the webview -#