More link fixes

This commit is contained in:
Kornel 2019-02-25 01:13:38 +00:00
parent d2336f4186
commit 1768b73dcc
8 changed files with 8 additions and 8 deletions

View File

@ -3,7 +3,7 @@
The first edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../ch07-00-packages-crates-and-modules.html) instead.
version of the book](../ch07-00-managing-growing-projects-with-packages-crates-and-modules.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The first edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../ch19-04-advanced-types.html#type-aliases-create-type-synonyms) instead.
version of the book](../ch19-04-advanced-types.html#creating-type-synonyms-with-type-aliases) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -24,5 +24,5 @@ Here are the relevant sections in the new and old books:
[1]: https://doc.rust-lang.org/1.30.0/book/first-edition/crates-and-modules.html
[2]: ch07-00-packages-crates-and-modules.html
[2]: ch07-00-managing-growing-projects-with-packages-crates-and-modules.html
[3]: ch14-02-publishing-to-crates-io.html

View File

@ -3,7 +3,7 @@
The second edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../ch07-02-defining-modules-to-control-scope-and-privacy.html#using-the-pub-keyword-to-make-items-public.html) instead.
version of the book](../ch07-02-defining-modules-to-control-scope-and-privacy.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The second edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../ch07-02-defining-modules-to-control-scope-and-privacy.html#the-use-keyword-to-bring-paths-into-a-scope.html) instead.
version of the book](../ch07-04-bringing-paths-into-scope-with-the-use-keyword.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -559,4 +559,4 @@ common. Luckily for us, Rust has a feature for this concept, called
[data-types]: ch03-02-data-types.html#data-types
[derivable-traits]: appendix-03-derivable-traits.html
[method-syntax]: ch05-03-method-syntax.html#method-syntax
[paths-module-tree]: ch07-02-defining-modules-to-control-scope-and-privacy.html#paths-for-referring-to-an-item-in-the-module-tree
[paths-module-tree]: ch07-03-paths-for-referring-to-an-item-in-the-module-tree.html

View File

@ -849,4 +849,4 @@ ch08-02-strings.html#concatenation-with-the--operator-or-the-format-macro
ch11-02-running-tests.html#controlling-how-tests-are-run
[derivable-traits]: appendix-03-derivable-traits.html
[doc-comments]: ch14-02-publishing-to-crates-io.html#documentation-comments-as-tests
[modules-as-privacy-boundary]: ch07-02-defining-modules-to-control-scope-and-privacy.html#modules-as-the-privacy-boundary
[modules-as-privacy-boundary]: ch07-02-defining-modules-to-control-scope-and-privacy.html

View File

@ -325,4 +325,4 @@ Lets combine the knowledge you learned in this chapter and in previous
chapters to work on a project!
[separating-modules-into-files]:
ch07-02-defining-modules-to-control-scope-and-privacy.html#separating-modules-into-different-files
ch07-05-separating-modules-into-different-files.html