diff --git a/.gitignore b/.gitignore index 3070686..0002bc9 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ book target Cargo.lock /index.html +.tar.gz diff --git a/README.md b/README.md index e6c47a0..e83df57 100644 --- a/README.md +++ b/README.md @@ -157,4 +157,4 @@ Rust 语言也希望带给众多其他用户以支持;这里提到的只是一 ## 本书的源码 -本书所产生的源码,可在 [Github: gnu4cn/rust-lang](https://github.com/gnu4cn/rust-lang) 下载到。 +本书所产生的源码,可在 [Github: gnu4cn/rust-lang](https://github.com/gnu4cn/rust-lang-zh_CN/tree/main/projects) 下载到。 diff --git a/book.toml b/book.toml index 15b7528..cc6ba20 100644 --- a/book.toml +++ b/book.toml @@ -19,3 +19,5 @@ enable = false [output.html.favicon] png = true + +[output.epub] diff --git a/source_code.tar.gz b/source_code.tar.gz new file mode 100644 index 0000000..4927d82 Binary files /dev/null and b/source_code.tar.gz differ diff --git a/src/Ch00_Forword_and_Introduction.md b/src/Ch00_Forword_and_Introduction.md index 5fd6ba7..2db366b 100644 --- a/src/Ch00_Forword_and_Introduction.md +++ b/src/Ch00_Forword_and_Introduction.md @@ -155,4 +155,4 @@ Rust 语言希望也能支持许多其他用户;这里提到的只是一些最 ## 本书的源码 -本书所产生的源码,可在 [Github: gnu4cn/rust-lang](https://github.com/gnu4cn/rust-lang-zh_CN) 下载到。 +本书所产生的源码,可在 [Github: gnu4cn/rust-lang](https://github.com/gnu4cn/rust-lang-zh_CN/tree/main/projects) 下载到。