mirror of
https://fastgit.cc/github.com/Yeachan-Heo/oh-my-claudecode
synced 2026-04-21 05:12:30 +08:00
PR #2694 shipped markdown links that pointed at a machine-local worktree path, which breaks portability outside the author environment. This follow-up keeps scope to the two reported cross-links and replaces them with file-relative repo links that resolve in the repository and on GitHub. Constraint: Keep scope limited to the review blocker in the two reported docs Rejected: Broader doc link cleanup | exceeds the blocker scope and broadens the PR Confidence: high Scope-risk: narrow Reversibility: clean Directive: Keep cross-doc markdown links repo-relative; never embed machine-local worktree paths in shipped docs Tested: Focused diff review for the two docs; grep confirmed the absolute worktree path is removed from touched files; relative-link target resolution from each source directory; git diff --check Not-tested: Full markdown renderer / external docs site rendering Related: PR #2694