Skip to content

Commit

Permalink
Fix some links for first edition
Browse files Browse the repository at this point in the history
  • Loading branch information
danpker committed Feb 5, 2019
1 parent 614681c commit eaf33af
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions first-edition/src/closures.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-01-closures.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/closures.html).
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/closures.html).
4 changes: 2 additions & 2 deletions first-edition/src/concurrency.md
Original file line number Diff line number Diff line change
Expand Up @@ -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](../ch16-00-concurrency.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/concurrency.html).
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/concurrency.html).
4 changes: 2 additions & 2 deletions first-edition/src/deref-coercions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-02-deref.html#implicit-deref-coercions-with-functions-and-methods) 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/deref-coercions.html).
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/deref-coercions.html).
4 changes: 2 additions & 2 deletions first-edition/src/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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](../ch14-02-publishing-to-crates-io.html#making-useful-documentation-comments) 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/documentation.html).
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/documentation.html).
4 changes: 2 additions & 2 deletions first-edition/src/enums.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-01-defining-an-enum.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/enums.html).
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/enums.html).
4 changes: 2 additions & 2 deletions first-edition/src/functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-03-how-functions-work.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/functions.html).
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/functions.html).
4 changes: 2 additions & 2 deletions first-edition/src/method-syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-03-method-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/method-syntax.html).
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/method-syntax.html).
4 changes: 2 additions & 2 deletions first-edition/src/ownership.md
Original file line number Diff line number Diff line change
Expand Up @@ -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](../ch04-00-understanding-ownership.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/ownership.html).
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/ownership.html).
4 changes: 2 additions & 2 deletions first-edition/src/the-stack-and-the-heap.md
Original file line number Diff line number Diff line change
Expand Up @@ -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](../ch04-01-what-is-ownership.html#the-stack-and-the-heap) 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/the-stack-and-the-heap.html).
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/the-stack-and-the-heap.html).
4 changes: 2 additions & 2 deletions first-edition/src/trait-objects.md
Original file line number Diff line number Diff line change
Expand Up @@ -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](../ch17-02-trait-objects.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/trait-objects.html).
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/trait-objects.html).
4 changes: 2 additions & 2 deletions first-edition/src/type-aliases.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-04-advanced-types.html#type-aliases-create-type-synonyms) 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/type-aliases.html).
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/type-aliases.html).

0 comments on commit eaf33af

Please sign in to comment.