From a63fb370aa8d46a97630ddb012d15436d08cdfb2 Mon Sep 17 00:00:00 2001 From: catlog22 Date: Sun, 1 Mar 2026 20:24:20 +0800 Subject: [PATCH] docs: fix repository URLs in getting started guide [IDAW-001] Replace placeholder URLs with actual repository URL: https://github.com/catlog22/Claude-Code-Workflow.git --- docs/guide/ch02-getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/ch02-getting-started.md b/docs/guide/ch02-getting-started.md index 48cc211f..76102b68 100644 --- a/docs/guide/ch02-getting-started.md +++ b/docs/guide/ch02-getting-started.md @@ -21,7 +21,7 @@ ```bash # Clone repository (replace with your fork or the actual repository URL) -git clone https://github.com/[username]/claude-dms3.git +git clone https://github.com/catlog22/Claude-Code-Workflow.git cd claude-dms3 # Install dependencies @@ -273,7 +273,7 @@ A: Select based on task objective: ```bash # 1. Clone project (replace with your fork or the actual repository URL) -git clone https://github.com/[username]/claude-dms3.git +git clone https://github.com/catlog22/Claude-Code-Workflow.git cd claude-dms3 # 2. Install dependencies