From 2cddf85611fffd59453c010fa24e6c1277edb58b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=B5=A9=E6=89=AC=E7=A9=BFJK?= Date: Mon, 31 Mar 2025 12:46:13 +0800 Subject: [PATCH] Update why-exercise.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 改变 `git clone` 的链接,使其正常工作 --- zh-CN/src/why-exercise.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-CN/src/why-exercise.md b/zh-CN/src/why-exercise.md index 844704d..9f63a8b 100644 --- a/zh-CN/src/why-exercise.md +++ b/zh-CN/src/why-exercise.md @@ -23,7 +23,7 @@ 我们使用 [mdbook](https://rust-lang.github.io/mdBook/) 构建在线练习题,你也可以下载到本地运行: ```shell -$ git clone git@github.com:sunface/rust-by-practice.git +$ git clone https://github.com/sunface/rust-by-practice $ cargo install mdbook $ cd rust-by-practice && mdbook serve zh-CN/ ```