diff --git a/README-en.md b/README-en.md
index cf8c74b..2fd336a 100644
--- a/README-en.md
+++ b/README-en.md
@@ -250,7 +250,7 @@ Treat the team JSONL mailbox protocol in this repo as a teaching implementation,
### Clone & Build
```sh
-git clone https://github.com/abel533/learn-claude-code
+git clone https://github.com/abel533/claude-code
cd learn-claude-code
mvn compile # 编译项目
```
diff --git a/README-ja.md b/README-ja.md
index ee8ab0c..c908121 100644
--- a/README-ja.md
+++ b/README-ja.md
@@ -250,7 +250,7 @@ Spring AI の `ChatClient.call()` は完全なエージェントループを内
### クローンとビルド
```sh
-git clone https://github.com/abel533/learn-claude-code
+git clone https://github.com/abel533/claude-code
cd learn-claude-code
mvn compile # 编译项目
```
diff --git a/README.md b/README.md
index 295c885..f09bb86 100644
--- a/README.md
+++ b/README.md
@@ -260,7 +260,7 @@ Spring AI 的 `ChatClient.call()` 内部封装了完整的 agent 循环:调用
### 克隆与构建
```sh
-git clone https://github.com/abel533/learn-claude-code
+git clone https://github.com/abel533/claude-code
cd learn-claude-code
mvn compile # 编译项目
```
diff --git a/web/src/components/layout/header.tsx b/web/src/components/layout/header.tsx
index b128b79..34e6c37 100644
--- a/web/src/components/layout/header.tsx
+++ b/web/src/components/layout/header.tsx
@@ -95,7 +95,7 @@ export function Header() {
: }