From d9811e791264aaae8775a0839d5aa78fa4505a22 Mon Sep 17 00:00:00 2001 From: sunface Date: Wed, 23 Mar 2022 20:09:21 +0800 Subject: [PATCH] update repo layout --- en/deploy.sh | 2 +- en/src/why-exercise.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en/deploy.sh b/en/deploy.sh index 354505a..899da72 100755 --- a/en/deploy.sh +++ b/en/deploy.sh @@ -21,5 +21,5 @@ git remote add origin https://github.com/sunface/rust-by-practice git push -u -f origin gh-pages ## deploy zh-CN -cd ../../zh-book +cd ../../zh-CN ./deploy \ No newline at end of file diff --git a/en/src/why-exercise.md b/en/src/why-exercise.md index 6051eb1..fe7ea70 100644 --- a/en/src/why-exercise.md +++ b/en/src/why-exercise.md @@ -1,5 +1,5 @@
- +

Practice Rust with challenging examples, exercises and projects