Skip to content

Commit d2f90dd

Browse files
Use published site URL for Git Worktrees cross-link (#82)
## What `Modules/Repository-Defaults.md`'s link to Git Worktrees was originally dead (relative path removed when Ways-of-Working moved to MSXOrg/docs). That was independently fixed on `main` in #79, but using a raw GitHub blob URL (`github.com/MSXOrg/docs/blob/main/...`). This PR updates it to the published site URL (`msxorg.github.io/docs/Ways-of-Working/Git-Worktrees/`), matching the pattern used by every other cross-org link in this repo (see `src/docs/index.md`, `template-quickstart.md`, `Process-PSModule/index.md`, etc.). ## Why Consistency — readers get the rendered docs site instead of raw markdown source, same as all other MSXOrg/docs references in this repo. ## Validation Confirmed the site URL resolves (301 → `msx.no/Ways-of-Working/Git-Worktrees/`, live content present). Branch merged with latest `main` (#79), no other diffs remain. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 0083603 commit d2f90dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/docs/Modules/Repository-Defaults.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Local work should use the organization worktree convention:
5454
- `main/` tracks the default branch.
5555
- Feature worktrees use `<type>-<slug>` directories and `<type>/<slug>` branches.
5656

57-
For branch and worktree details, see [Git Worktrees](https://github.com/MSXOrg/docs/blob/main/src/docs/Ways-of-Working/Git-Worktrees.md).
57+
For branch and worktree details, see [Git Worktrees](https://msxorg.github.io/docs/Ways-of-Working/Git-Worktrees/).
5858

5959
## Default repository layout
6060

0 commit comments

Comments
 (0)