From b7de82eaafe7ff923b26d2ebe61d8ab2f3beffb8 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Sat, 25 Jul 2026 14:37:36 +0200 Subject: [PATCH] Fix dead relative link to moved Git Worktrees page Ways-of-Working content moved to MSXOrg/docs; point to the absolute URL instead of the now-nonexistent local relative path. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- src/docs/Modules/Repository-Defaults.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/Modules/Repository-Defaults.md b/src/docs/Modules/Repository-Defaults.md index f26135e..06d4e27 100644 --- a/src/docs/Modules/Repository-Defaults.md +++ b/src/docs/Modules/Repository-Defaults.md @@ -54,7 +54,7 @@ Local work should use the organization worktree convention: - `main/` tracks the default branch. - Feature worktrees use `-` directories and `/` branches. -For branch and worktree details, see [Git Worktrees](../../Ways-of-Working/Git-Worktrees.md). +For branch and worktree details, see [Git Worktrees](https://msxorg.github.io/docs/Ways-of-Working/Git-Worktrees/). ## Default repository layout