Update some more links

This commit is contained in:
Daniel Parker 2019-02-05 18:38:10 +00:00
parent eaf33af2c0
commit a6bf17733c
30 changed files with 58 additions and 58 deletions

View File

@ -3,8 +3,8 @@
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](../index.html) instead.
version of the book](../ch15-00-smart-pointers.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/borrow-and-asref.html).
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/borrow-and-asref.html).

View File

@ -3,8 +3,8 @@
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](../index.html) instead.
version of the book](../ch15-00-smart-pointers.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/choosing-your-guarantees.html).
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/choosing-your-guarantees.html).

View File

@ -3,8 +3,8 @@
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](../index.html) instead.
version of the book](../ch03-04-comments.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/comments.html).
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/comments.html).

View File

@ -7,4 +7,4 @@ version of the book](../index.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/conditional-compilation.html).
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/conditional-compilation.html).

View File

@ -3,8 +3,8 @@
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](../index.html) instead.
version of the book](../ch19-01-unsafe-rust.html#accessing-or-modifying-a-mutable-static-variable) instead.
If you have an internet connection, you can [find a copy distributed with
Rust
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/const-and-static.html).
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/const-and-static.html).

View File

@ -3,8 +3,8 @@
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](../index.html) instead.
version of the book](../ch07-00-packages-crates-and-modules.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/crates-and-modules.html).
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/crates-and-modules.html).

View File

@ -3,8 +3,8 @@
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](../index.html) instead.
version of the book](../ch15-03-drop.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/drop.html).
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/drop.html).

View File

@ -3,8 +3,8 @@
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](../index.html) instead.
version of the book](../ch10-00-generics.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/generics.html).
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/generics.html).

View File

@ -3,8 +3,8 @@
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](../index.html) instead.
version of the book](../ch00-00-introduction.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/getting-started.html).
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/getting-started.html).

View File

@ -3,8 +3,8 @@
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](../index.html) instead.
version of the book](../ch02-00-guessing-game-tutorial.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/guessing-game.html).
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/guessing-game.html).

View File

@ -3,8 +3,8 @@
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](../index.html) instead.
version of the book](../ch06-03-if-let.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/if-let.html).
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/if-let.html).

View File

@ -3,8 +3,8 @@
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](../index.html) instead.
version of the book](../ch03-05-control-flow.html#if-expressions) instead.
If you have an internet connection, you can [find a copy distributed with
Rust
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/if.html).
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/if.html).

View File

@ -3,8 +3,8 @@
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](../index.html) instead.
version of the book](../ch13-02-iterators.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/iterators.html).
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/iterators.html).

View File

@ -3,8 +3,8 @@
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](../index.html) instead.
version of the book](../ch10-03-lifetime-syntax.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/lifetimes.html).
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/lifetimes.html).

View File

@ -3,8 +3,8 @@
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](../index.html) instead.
version of the book](../ch03-05-control-flow.html#repetition-with-loops) instead.
If you have an internet connection, you can [find a copy distributed with
Rust
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/loops.html).
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/loops.html).

View File

@ -3,8 +3,8 @@
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](../index.html) instead.
version of the book](../ch19-06-macros.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/macros.html).
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/macros.html).

View File

@ -3,8 +3,8 @@
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](../index.html) instead.
version of the book](../ch06-02-match.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/match.html).
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/match.html).

View File

@ -3,8 +3,8 @@
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](../index.html) instead.
version of the book](../ch03-01-variables-and-mutability.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/mutability.html).
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/mutability.html).

View File

@ -3,8 +3,8 @@
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](../index.html) instead.
version of the book](../ch19-03-advanced-traits.html#default-generic-type-parameters-and-operator-overloading) instead.
If you have an internet connection, you can [find a copy distributed with
Rust
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/operators-and-overloading.html).
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/operators-and-overloading.html).

View File

@ -3,8 +3,8 @@
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](../index.html) instead.
version of the book](../ch18-03-pattern-syntax.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/patterns.html).
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/patterns.html).

View File

@ -3,8 +3,8 @@
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](../index.html) instead.
version of the book](../ch03-02-data-types.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/primitive-types.html).
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/primitive-types.html).

View File

@ -7,4 +7,4 @@ version of the book](../index.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/procedural-macros.html).
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/procedural-macros.html).

View File

@ -3,8 +3,8 @@
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](../index.html) instead.
version of the book](../ch19-01-unsafe-rust.html#dereferencing-a-raw-pointer) instead.
If you have an internet connection, you can [find a copy distributed with
Rust
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/raw-pointers.html).
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/raw-pointers.html).

View File

@ -3,8 +3,8 @@
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](../index.html) instead.
version of the book](../ch08-02-strings.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/strings.html).
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/strings.html).

View File

@ -3,8 +3,8 @@
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](../index.html) instead.
version of the book](../ch05-00-structs.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/structs.html).
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/structs.html).

View File

@ -3,8 +3,8 @@
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](../index.html) instead.
version of the book](../ch03-00-common-programming-concepts.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/syntax-and-semantics.html).
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/syntax-and-semantics.html).

View File

@ -3,8 +3,8 @@
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](../index.html) instead.
version of the book](../ch11-00-testing.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/testing.html).
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/testing.html).

View File

@ -3,8 +3,8 @@
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](../index.html) instead.
version of the book](../ch10-02-traits.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/traits.html).
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/traits.html).

View File

@ -3,8 +3,8 @@
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](../index.html) instead.
version of the book](../ch19-01-unsafe-rust.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/unsafe.html).
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/unsafe.html).

View File

@ -3,8 +3,8 @@
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](../index.html) instead.
version of the book](../ch08-01-vectors.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/vectors.html).
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/vectors.html).