Skip to content

Commit 62210e3

Browse files
committed
1 parent 4feb5fd commit 62210e3

13 files changed

+18
-21
lines changed

redirects/associated-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ Here are the relevant sections in the new and old books:
2020

2121

2222
[1]: first-edition/associated-types.html
23-
[2]: second-edition/ch19-03-advanced-traits.html#associated-types
23+
[2]: second-edition/ch19-03-advanced-traits.html#associated-types-specify-placeholder-types-in-trait-definitions

redirects/casting-between-types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ fn average(values: &[f64]) -> f64 {
2020

2121
Here are the relevant sections in the new and old books:
2222

23-
* **[In the second edition: Appendix BOperators, section Type Cast Expressions][2]**
23+
* **[In the second edition: Appendix AKeywords][2]**
2424
* [In the Rust Reference: Type Cast Expressions][3]
2525
* [In the Rust documentation: `mem::transmute`][4]
2626
* <small>[In the first edition: Ch 3.29 — Casting between types][1]</small>
2727

2828

2929
[1]: first-edition/casting-between-types.html
30-
[2]: second-edition/appendix-02-operators.html#type-cast-expressions
30+
[2]: second-edition/appendix-01-keywords.html
3131
[3]: ../reference/expressions/operator-expr.html#type-cast-expressions
3232
[4]: ../std/mem/fn.transmute.html

redirects/compiler-plugins.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,5 @@
99
This particular chapter has moved to [the Unstable Book][2].
1010

1111
* **[In the Unstable Rust Book: `plugin`][2]**
12-
* <small><del>[In the first edition: Compiler Plugins][1]</del> (does not exist anymore)</small>
1312

14-
15-
[1]: first-edition/compiler-plugins.html
1613
[2]: ../unstable-book/language-features/plugin.html

redirects/conditional-compilation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ The best place to learn about it is [the Rust Reference][3].
2424

2525

2626
[1]: first-edition/conditional-compilation.html
27-
[2]: second-edition/
27+
[2]: second-edition/index.html
2828
[3]: ../reference/attributes.html#conditional-compilation

redirects/effective-rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ It is recommended to start there.
1111

1212

1313
[1]: first-edition/effective-rust.html
14-
[2]: second-edition/
14+
[2]: second-edition/index.html

redirects/ffi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ Here are the relevant sections in the new and old books:
2626

2727

2828
[1]: first-edition/ffi.html
29-
[2]: second-edition/ch19-01-unsafe-rust.html#extern--functions-for-calling-external-code-are-unsafe
29+
[2]: second-edition/ch19-01-unsafe-rust.html#using-extern-functions-to-call-external-code

redirects/glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ It is recommended to start there.
1111

1212

1313
[1]: first-edition/glossary.html
14-
[2]: second-edition/
14+
[2]: second-edition/index.html

redirects/macros.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ You can check out other resources that describe macros.
2121

2222
* **[Rust By Example: Macros][3]**
2323
* [In the Rust Reference: Ch 3.1 — Macros by Example][4]
24-
* [In the second edition: (future) Appendix E — Macros][2]
24+
* [In the second edition: (future) Appendix D — Macros][2]
2525
* <small>[In the first edition: Ch 3.34 — Macros][1]</small>
2626

2727

2828
[1]: first-edition/macros.html
29-
[2]: second-edition/appendix-05-macros.html
29+
[2]: second-edition/appendix-04-macros.html
3030
[3]: https://rustbyexample.com/macros.html
3131
[4]: ../reference/macros-by-example.html

redirects/operators-and-overloading.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ Here are the relevant sections in the new and old books:
3939
* <small>[In the first edition: Ch 3.32 — Operators and Overloading][1]</small>
4040

4141
[1]: first-edition/operators-and-overloading.html
42-
[2]: second-edition/ch19-03-advanced-traits.html#operator-overloading-and-default-type-parameters
43-
[3]: ../std/ops/
42+
[2]: second-edition/ch19-03-advanced-traits.html#default-generic-type-parameters-and-operator-overloading
43+
[3]: ../std/ops/index.html

redirects/procedural-macros.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ You can check out other resources that describe macros.
1111

1212
* **[In the Rust Reference: Ch 3.2 — Procedural Macros][4]**
1313
* [The `proc_macro` crate documentation][3]
14-
* [In the second edition: (future) Appendix E — Macros][2]
14+
* [In the second edition: (future) Appendix D — Macros][2]
1515
* <small>[In the first edition: Ch 4.13 — Procedural Macros (and custom Derive)][1]</small>
1616

1717

1818
[1]: first-edition/procedural-macros.html
19-
[2]: second-edition/appendix-05-macros.html
20-
[3]: ../stable/proc_macro/index.html
19+
[2]: second-edition/appendix-04-macros.html
20+
[3]: ../proc_macro/index.html
2121
[4]: ../reference/procedural-macros.html

redirects/release-channels.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ You can check out other resources that describe release channels.
1616
* **[In the Rustup documentation: Keeping Rust Up-to-date][4]**
1717
* [On the website: Install Rust][5]
1818
* [In the Rust RFCs: RFC 507 — Release Channels][3]
19-
* [In the second edition: (future) Appendix D — Nightly Rust][2]
19+
* [In the second edition: How Rust is Made and “Nightly Rust][2]
2020
* <small>[In the first edition: Ch 4.11 — Release Channels][1]</small>
2121

2222

2323
[1]: first-edition/release-channels.html
24-
[2]: second-edition/appendix-04-nightly-rust.html
24+
[2]: second-edition/ch01-03-how-rust-is-made-and-nightly-rust.html
2525
[3]: https://github.com/rust-lang/rfcs/blob/master/text/0507-release-channels.md
2626
[4]: https://github.com/rust-lang-nursery/rustup.rs/blob/master/README.md#keeping-rust-up-to-date
2727
[5]: https://www.rust-lang.org/en-US/install.html

redirects/ufcs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ Here are the relevant sections in the new and old books:
5151

5252

5353
[1]: first-edition/ufcs.html
54-
[2]: second-edition/ch19-03-advanced-traits.html#fully-qualified-syntax-for-disambiguation
54+
[2]: second-edition/ch19-03-advanced-traits.html#fully-qualified-syntax-for-disambiguation-calling-methods-with-the-same-name

redirects/unsafe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ Here are the relevant sections in the new and old books:
1515

1616
[1]: first-edition/unsafe.html
1717
[2]: second-edition/ch19-01-unsafe-rust.html
18-
[3]: ../nomicon/
18+
[3]: ../nomicon/index.html

0 commit comments

Comments
 (0)