From a6bf17733cdae14c234a57ed50e340366ce1ec62 Mon Sep 17 00:00:00 2001 From: Daniel Parker Date: Tue, 5 Feb 2019 18:38:10 +0000 Subject: [PATCH] Update some more links --- first-edition/src/borrow-and-asref.md | 4 ++-- first-edition/src/choosing-your-guarantees.md | 4 ++-- first-edition/src/comments.md | 4 ++-- first-edition/src/conditional-compilation.md | 2 +- first-edition/src/const-and-static.md | 4 ++-- first-edition/src/crates-and-modules.md | 4 ++-- first-edition/src/drop.md | 4 ++-- first-edition/src/generics.md | 4 ++-- first-edition/src/getting-started.md | 4 ++-- first-edition/src/guessing-game.md | 4 ++-- first-edition/src/if-let.md | 4 ++-- first-edition/src/if.md | 4 ++-- first-edition/src/iterators.md | 4 ++-- first-edition/src/lifetimes.md | 4 ++-- first-edition/src/loops.md | 4 ++-- first-edition/src/macros.md | 4 ++-- first-edition/src/match.md | 4 ++-- first-edition/src/mutability.md | 4 ++-- first-edition/src/operators-and-overloading.md | 4 ++-- first-edition/src/patterns.md | 4 ++-- first-edition/src/primitive-types.md | 4 ++-- first-edition/src/procedural-macros.md | 2 +- first-edition/src/raw-pointers.md | 4 ++-- first-edition/src/strings.md | 4 ++-- first-edition/src/structs.md | 4 ++-- first-edition/src/syntax-and-semantics.md | 4 ++-- first-edition/src/testing.md | 4 ++-- first-edition/src/traits.md | 4 ++-- first-edition/src/unsafe.md | 4 ++-- first-edition/src/vectors.md | 4 ++-- 30 files changed, 58 insertions(+), 58 deletions(-) diff --git a/first-edition/src/borrow-and-asref.md b/first-edition/src/borrow-and-asref.md index 9d9a8ff6..a088bc8d 100644 --- a/first-edition/src/borrow-and-asref.md +++ b/first-edition/src/borrow-and-asref.md @@ -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). \ No newline at end of file +1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/borrow-and-asref.html). diff --git a/first-edition/src/choosing-your-guarantees.md b/first-edition/src/choosing-your-guarantees.md index c12353a0..9e56d9da 100644 --- a/first-edition/src/choosing-your-guarantees.md +++ b/first-edition/src/choosing-your-guarantees.md @@ -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). \ No newline at end of file +1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/choosing-your-guarantees.html). diff --git a/first-edition/src/comments.md b/first-edition/src/comments.md index 9caf5c08..cf56cd67 100644 --- a/first-edition/src/comments.md +++ b/first-edition/src/comments.md @@ -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). \ No newline at end of file +1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/comments.html). diff --git a/first-edition/src/conditional-compilation.md b/first-edition/src/conditional-compilation.md index a45a111a..80184ba3 100644 --- a/first-edition/src/conditional-compilation.md +++ b/first-edition/src/conditional-compilation.md @@ -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). \ No newline at end of file +1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/conditional-compilation.html). diff --git a/first-edition/src/const-and-static.md b/first-edition/src/const-and-static.md index 9e54fbb9..aa634112 100644 --- a/first-edition/src/const-and-static.md +++ b/first-edition/src/const-and-static.md @@ -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). \ No newline at end of file +1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/const-and-static.html). diff --git a/first-edition/src/crates-and-modules.md b/first-edition/src/crates-and-modules.md index a69c9f11..acbb066b 100644 --- a/first-edition/src/crates-and-modules.md +++ b/first-edition/src/crates-and-modules.md @@ -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). \ No newline at end of file +1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/crates-and-modules.html). diff --git a/first-edition/src/drop.md b/first-edition/src/drop.md index 4a0016e5..1abde150 100644 --- a/first-edition/src/drop.md +++ b/first-edition/src/drop.md @@ -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). \ No newline at end of file +1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/drop.html). diff --git a/first-edition/src/generics.md b/first-edition/src/generics.md index 54e86cb9..953ba03e 100644 --- a/first-edition/src/generics.md +++ b/first-edition/src/generics.md @@ -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). \ No newline at end of file +1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/generics.html). diff --git a/first-edition/src/getting-started.md b/first-edition/src/getting-started.md index 6636379a..cd3ccf77 100644 --- a/first-edition/src/getting-started.md +++ b/first-edition/src/getting-started.md @@ -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). \ No newline at end of file +1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/getting-started.html). diff --git a/first-edition/src/guessing-game.md b/first-edition/src/guessing-game.md index 07df5885..3191cc97 100644 --- a/first-edition/src/guessing-game.md +++ b/first-edition/src/guessing-game.md @@ -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). \ No newline at end of file +1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/guessing-game.html). diff --git a/first-edition/src/if-let.md b/first-edition/src/if-let.md index 4e8b8f00..b4a95d24 100644 --- a/first-edition/src/if-let.md +++ b/first-edition/src/if-let.md @@ -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). \ No newline at end of file +1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/if-let.html). diff --git a/first-edition/src/if.md b/first-edition/src/if.md index 36605cd8..bd8f8e6c 100644 --- a/first-edition/src/if.md +++ b/first-edition/src/if.md @@ -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). \ No newline at end of file +1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/if.html). diff --git a/first-edition/src/iterators.md b/first-edition/src/iterators.md index 6524ec22..d4dbd1e2 100644 --- a/first-edition/src/iterators.md +++ b/first-edition/src/iterators.md @@ -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). \ No newline at end of file +1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/iterators.html). diff --git a/first-edition/src/lifetimes.md b/first-edition/src/lifetimes.md index f59f2757..2208c966 100644 --- a/first-edition/src/lifetimes.md +++ b/first-edition/src/lifetimes.md @@ -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). \ No newline at end of file +1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/lifetimes.html). diff --git a/first-edition/src/loops.md b/first-edition/src/loops.md index 97fbefa8..07ecd334 100644 --- a/first-edition/src/loops.md +++ b/first-edition/src/loops.md @@ -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). \ No newline at end of file +1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/loops.html). diff --git a/first-edition/src/macros.md b/first-edition/src/macros.md index 3a625e44..6bafdc1e 100644 --- a/first-edition/src/macros.md +++ b/first-edition/src/macros.md @@ -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). \ No newline at end of file +1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/macros.html). diff --git a/first-edition/src/match.md b/first-edition/src/match.md index 7199b3f1..b9808193 100644 --- a/first-edition/src/match.md +++ b/first-edition/src/match.md @@ -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). \ No newline at end of file +1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/match.html). diff --git a/first-edition/src/mutability.md b/first-edition/src/mutability.md index 4db7391c..2f557de1 100644 --- a/first-edition/src/mutability.md +++ b/first-edition/src/mutability.md @@ -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). \ No newline at end of file +1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/mutability.html). diff --git a/first-edition/src/operators-and-overloading.md b/first-edition/src/operators-and-overloading.md index fc7bdd8a..921a2a68 100644 --- a/first-edition/src/operators-and-overloading.md +++ b/first-edition/src/operators-and-overloading.md @@ -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). \ No newline at end of file +1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/operators-and-overloading.html). diff --git a/first-edition/src/patterns.md b/first-edition/src/patterns.md index 9ec7f54e..d722d397 100644 --- a/first-edition/src/patterns.md +++ b/first-edition/src/patterns.md @@ -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). \ No newline at end of file +1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/patterns.html). diff --git a/first-edition/src/primitive-types.md b/first-edition/src/primitive-types.md index 165be9cc..39ee0b2d 100644 --- a/first-edition/src/primitive-types.md +++ b/first-edition/src/primitive-types.md @@ -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). \ No newline at end of file +1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/primitive-types.html). diff --git a/first-edition/src/procedural-macros.md b/first-edition/src/procedural-macros.md index 41efe5ea..53dfe127 100644 --- a/first-edition/src/procedural-macros.md +++ b/first-edition/src/procedural-macros.md @@ -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). \ No newline at end of file +1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/procedural-macros.html). diff --git a/first-edition/src/raw-pointers.md b/first-edition/src/raw-pointers.md index 92b8ca5f..c149da86 100644 --- a/first-edition/src/raw-pointers.md +++ b/first-edition/src/raw-pointers.md @@ -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). \ No newline at end of file +1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/raw-pointers.html). diff --git a/first-edition/src/strings.md b/first-edition/src/strings.md index 29cb4c53..f7648cde 100644 --- a/first-edition/src/strings.md +++ b/first-edition/src/strings.md @@ -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). \ No newline at end of file +1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/strings.html). diff --git a/first-edition/src/structs.md b/first-edition/src/structs.md index c0852968..acfcdaf5 100644 --- a/first-edition/src/structs.md +++ b/first-edition/src/structs.md @@ -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). \ No newline at end of file +1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/structs.html). diff --git a/first-edition/src/syntax-and-semantics.md b/first-edition/src/syntax-and-semantics.md index 8e9810ce..62740385 100644 --- a/first-edition/src/syntax-and-semantics.md +++ b/first-edition/src/syntax-and-semantics.md @@ -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). \ No newline at end of file +1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/syntax-and-semantics.html). diff --git a/first-edition/src/testing.md b/first-edition/src/testing.md index 798fc685..d5941897 100644 --- a/first-edition/src/testing.md +++ b/first-edition/src/testing.md @@ -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). \ No newline at end of file +1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/testing.html). diff --git a/first-edition/src/traits.md b/first-edition/src/traits.md index 1fd4192d..955776a7 100644 --- a/first-edition/src/traits.md +++ b/first-edition/src/traits.md @@ -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). \ No newline at end of file +1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/traits.html). diff --git a/first-edition/src/unsafe.md b/first-edition/src/unsafe.md index f6e4af4e..be816dfd 100644 --- a/first-edition/src/unsafe.md +++ b/first-edition/src/unsafe.md @@ -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). \ No newline at end of file +1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/unsafe.html). diff --git a/first-edition/src/vectors.md b/first-edition/src/vectors.md index 7e961383..14f83b7f 100644 --- a/first-edition/src/vectors.md +++ b/first-edition/src/vectors.md @@ -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). \ No newline at end of file +1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/vectors.html).