docs: 更新克隆链接,指向新的仓库地址

This commit is contained in:
abel533
2026-04-03 00:37:04 +08:00
parent 0aacf34172
commit edd942419d
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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 # 编译项目
```