From a6769fa06319c7922979656c433272474b4e6953 Mon Sep 17 00:00:00 2001 From: inyourface34456 <62214409+inyourface34456@users.noreply.github.com> Date: Wed, 17 Jan 2024 11:28:07 -0500 Subject: [PATCH] changed one link to the book --- zh-CN/src/elegant-code-base.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-CN/src/elegant-code-base.md b/zh-CN/src/elegant-code-base.md index d5438b7..c643e19 100644 --- a/zh-CN/src/elegant-code-base.md +++ b/zh-CN/src/elegant-code-base.md @@ -44,9 +44,9 @@ ### 9. 使用 Rust 写一个解析器 -[这本开源书](https://github.com/rust-hosted-langs/book) 是一个使用 Rust 语言实现编译型语言的教程。 +[这本开源书](https://rust-hosted-langs.github.io/book/) 是一个使用 Rust 语言实现编译型语言的教程。 ### 10. Rust编写推箱子游戏教程 [sokoban](https://sokoban.iolivia.me/zh_cn/c01-00-intro) 是一个使用 Rust 语言实现 sokoban 游戏的教程。虽然社区已停止活跃( Initial Commits on Sep 3, 2019,GitHub 仓库最后一条 commit 是 last year ),但是项目是完善的 release v0.1.0,拿来练手是个不错的选择。 -**To be continued...** \ No newline at end of file +**To be continued...**