docs: 更新克隆链接,指向新的仓库地址
This commit is contained in:
+1
-1
@@ -250,7 +250,7 @@ Treat the team JSONL mailbox protocol in this repo as a teaching implementation,
|
|||||||
### Clone & Build
|
### Clone & Build
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone https://github.com/abel533/learn-claude-code
|
git clone https://github.com/abel533/claude-code
|
||||||
cd learn-claude-code
|
cd learn-claude-code
|
||||||
mvn compile # 编译项目
|
mvn compile # 编译项目
|
||||||
```
|
```
|
||||||
|
|||||||
+1
-1
@@ -250,7 +250,7 @@ Spring AI の `ChatClient.call()` は完全なエージェントループを内
|
|||||||
### クローンとビルド
|
### クローンとビルド
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone https://github.com/abel533/learn-claude-code
|
git clone https://github.com/abel533/claude-code
|
||||||
cd learn-claude-code
|
cd learn-claude-code
|
||||||
mvn compile # 编译项目
|
mvn compile # 编译项目
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -260,7 +260,7 @@ Spring AI 的 `ChatClient.call()` 内部封装了完整的 agent 循环:调用
|
|||||||
### 克隆与构建
|
### 克隆与构建
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone https://github.com/abel533/learn-claude-code
|
git clone https://github.com/abel533/claude-code
|
||||||
cd learn-claude-code
|
cd learn-claude-code
|
||||||
mvn compile # 编译项目
|
mvn compile # 编译项目
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -95,7 +95,7 @@ export function Header() {
|
|||||||
</button>
|
</button>
|
||||||
|
|
||||||
<a
|
<a
|
||||||
href="https://github.com/abel533/learn-claude-code"
|
href="https://github.com/abel533/claude-code"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener"
|
rel="noopener"
|
||||||
className="text-zinc-500 hover:text-zinc-700 dark:text-zinc-400 dark:hover:text-white"
|
className="text-zinc-500 hover:text-zinc-700 dark:text-zinc-400 dark:hover:text-white"
|
||||||
@@ -151,7 +151,7 @@ export function Header() {
|
|||||||
{dark ? <Sun size={18} /> : <Moon size={18} />}
|
{dark ? <Sun size={18} /> : <Moon size={18} />}
|
||||||
</button>
|
</button>
|
||||||
<a
|
<a
|
||||||
href="https://github.com/abel533/learn-claude-code"
|
href="https://github.com/abel533/claude-code"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener"
|
rel="noopener"
|
||||||
className="flex min-h-[44px] min-w-[44px] items-center justify-center text-zinc-500 hover:text-zinc-700 dark:text-zinc-400 dark:hover:text-white"
|
className="flex min-h-[44px] min-w-[44px] items-center justify-center text-zinc-500 hover:text-zinc-700 dark:text-zinc-400 dark:hover:text-white"
|
||||||
|
|||||||
Reference in New Issue
Block a user