From dc3c9b54721bf8201c48951f878e7cb6fe52f9ae Mon Sep 17 00:00:00 2001 From: Kornel Date: Wed, 14 Jun 2017 19:11:46 +0100 Subject: [PATCH] Make explanation on redirect pages shorter to make the links forward obvious --- redirects/README.md | 18 ++++++++---------- redirects/SUMMARY.md | 18 ++++++++---------- redirects/associated-types.md | 19 +++++++++---------- redirects/attributes.md | 19 +++++++++---------- redirects/bibliography.md | 19 +++++++++---------- redirects/borrow-and-asref.md | 19 +++++++++---------- redirects/casting-between-types.md | 19 +++++++++---------- redirects/choosing-your-guarantees.md | 19 +++++++++---------- redirects/closures.md | 19 +++++++++---------- redirects/comments.md | 19 +++++++++---------- redirects/concurrency.md | 19 +++++++++---------- redirects/conditional-compilation.md | 19 +++++++++---------- redirects/const-and-static.md | 19 +++++++++---------- redirects/crates-and-modules.md | 19 +++++++++---------- redirects/deref-coercions.md | 19 +++++++++---------- redirects/documentation.md | 19 +++++++++---------- redirects/drop.md | 19 +++++++++---------- redirects/effective-rust.md | 19 +++++++++---------- redirects/enums.md | 19 +++++++++---------- redirects/error-handling.md | 19 +++++++++---------- redirects/ffi.md | 19 +++++++++---------- redirects/functions.md | 19 +++++++++---------- redirects/generics.md | 19 +++++++++---------- redirects/getting-started.md | 19 +++++++++---------- redirects/glossary.md | 19 +++++++++---------- redirects/guessing-game.md | 19 +++++++++---------- redirects/if-let.md | 19 +++++++++---------- redirects/if.md | 19 +++++++++---------- redirects/iterators.md | 19 +++++++++---------- redirects/lifetimes.md | 19 +++++++++---------- redirects/loops.md | 19 +++++++++---------- redirects/macros.md | 19 +++++++++---------- redirects/match.md | 19 +++++++++---------- redirects/method-syntax.md | 19 +++++++++---------- redirects/mutability.md | 19 +++++++++---------- redirects/operators-and-overloading.md | 19 +++++++++---------- redirects/ownership.md | 19 +++++++++---------- redirects/patterns.md | 19 +++++++++---------- redirects/primitive-types.md | 19 +++++++++---------- redirects/procedural-macros.md | 19 +++++++++---------- redirects/raw-pointers.md | 19 +++++++++---------- redirects/references-and-borrowing.md | 19 +++++++++---------- redirects/release-channels.md | 19 +++++++++---------- redirects/strings.md | 19 +++++++++---------- redirects/structs.md | 19 +++++++++---------- redirects/syntax-and-semantics.md | 19 +++++++++---------- redirects/syntax-index.md | 19 +++++++++---------- redirects/testing.md | 19 +++++++++---------- redirects/the-stack-and-the-heap.md | 19 +++++++++---------- redirects/trait-objects.md | 19 +++++++++---------- redirects/traits.md | 19 +++++++++---------- redirects/type-aliases.md | 19 +++++++++---------- redirects/ufcs.md | 19 +++++++++---------- redirects/unsafe.md | 19 +++++++++---------- redirects/unsized-types.md | 19 +++++++++---------- ...using-rust-without-the-standard-library.md | 19 +++++++++---------- redirects/variable-bindings.md | 19 +++++++++---------- redirects/vectors.md | 19 +++++++++---------- 58 files changed, 520 insertions(+), 580 deletions(-) diff --git a/redirects/README.md b/redirects/README.md index 477c4260..6540e789 100644 --- a/redirects/README.md +++ b/redirects/README.md @@ -1,13 +1,11 @@ -% The Rust Programming Language Has Moved +% The Rust Programming Language -When The Rust Programming Language only had one edition, it was all hosted at -`book/`. Now that it has two, they are properly namespaced under -`first-edition/` and `second-edition/`. +There are two editions of "The Rust Programming Language": -You've found this page because you have a link to the older URL structure; you -probably want to visit [first-edition/] if you need the exact older page; if -you're trying to learn Rust, checking out the [second edition] might be a -better choice. +* [First edition](first-edition/index.html) +* [Second edition](second-edition/index.html) -[first-edition/]: first-edition/index.html -[second edition]: second-edition/index.html +The second edition is a complete re-write. It is still under construction; +though it is far enough along to learn most of Rust; we suggest reading the +second edition and then checking out the first edition later to pick up some of +the more esoteric parts of the language. diff --git a/redirects/SUMMARY.md b/redirects/SUMMARY.md index 477c4260..6540e789 100644 --- a/redirects/SUMMARY.md +++ b/redirects/SUMMARY.md @@ -1,13 +1,11 @@ -% The Rust Programming Language Has Moved +% The Rust Programming Language -When The Rust Programming Language only had one edition, it was all hosted at -`book/`. Now that it has two, they are properly namespaced under -`first-edition/` and `second-edition/`. +There are two editions of "The Rust Programming Language": -You've found this page because you have a link to the older URL structure; you -probably want to visit [first-edition/] if you need the exact older page; if -you're trying to learn Rust, checking out the [second edition] might be a -better choice. +* [First edition](first-edition/index.html) +* [Second edition](second-edition/index.html) -[first-edition/]: first-edition/index.html -[second edition]: second-edition/index.html +The second edition is a complete re-write. It is still under construction; +though it is far enough along to learn most of Rust; we suggest reading the +second edition and then checking out the first edition later to pick up some of +the more esoteric parts of the language. diff --git a/redirects/associated-types.md b/redirects/associated-types.md index 0aac089f..a6748c09 100644 --- a/redirects/associated-types.md +++ b/redirects/associated-types.md @@ -1,13 +1,12 @@ -% The Rust Programming Language Has Moved +% There is a new edition of the book -When The Rust Programming Language only had one edition, it was all hosted at -`book/`. Now that it has two, they are properly namespaced under -`first-edition/` and `second-edition/`. +This is an old link. You can [continue to the exact older page][1]. +If you're trying to learn Rust, checking out [the second edition][2] might be a better choice. -You've found this page because you have a link to the older URL structure; you -probably want to visit [first-edition/] if you need the exact older page; if -you're trying to learn Rust, checking out the [second edition] might be a -better choice. +* [This page in the first edition of the The Rust Programming Language][1] -[first-edition/]: first-edition/associated-types.html -[second edition]: second-edition/index.html +* [Index of the second edition of The Rust Programming Language][2] + + +[1]: first-edition/associated-types.html +[2]: second-edition/index.html diff --git a/redirects/attributes.md b/redirects/attributes.md index f9f2ae58..2b32d89e 100644 --- a/redirects/attributes.md +++ b/redirects/attributes.md @@ -1,13 +1,12 @@ -% The Rust Programming Language Has Moved +% There is a new edition of the book -When The Rust Programming Language only had one edition, it was all hosted at -`book/`. Now that it has two, they are properly namespaced under -`first-edition/` and `second-edition/`. +This is an old link. You can [continue to the exact older page][1]. +If you're trying to learn Rust, checking out [the second edition][2] might be a better choice. -You've found this page because you have a link to the older URL structure; you -probably want to visit [first-edition/] if you need the exact older page; if -you're trying to learn Rust, checking out the [second edition] might be a -better choice. +* [This page in the first edition of the The Rust Programming Language][1] -[first-edition/]: first-edition/attributes.html -[second edition]: second-edition/index.html +* [Index of the second edition of The Rust Programming Language][2] + + +[1]: first-edition/attributes.html +[2]: second-edition/index.html diff --git a/redirects/bibliography.md b/redirects/bibliography.md index 152dd389..9f2e9dfa 100644 --- a/redirects/bibliography.md +++ b/redirects/bibliography.md @@ -1,13 +1,12 @@ -% The Rust Programming Language Has Moved +% There is a new edition of the book -When The Rust Programming Language only had one edition, it was all hosted at -`book/`. Now that it has two, they are properly namespaced under -`first-edition/` and `second-edition/`. +This is an old link. You can [continue to the exact older page][1]. +If you're trying to learn Rust, checking out [the second edition][2] might be a better choice. -You've found this page because you have a link to the older URL structure; you -probably want to visit [first-edition/] if you need the exact older page; if -you're trying to learn Rust, checking out the [second edition] might be a -better choice. +* [This page in the first edition of the The Rust Programming Language][1] -[first-edition/]: first-edition/bibliography.html -[second edition]: second-edition/index.html +* [Index of the second edition of The Rust Programming Language][2] + + +[1]: first-edition/bibliography.html +[2]: second-edition/index.html diff --git a/redirects/borrow-and-asref.md b/redirects/borrow-and-asref.md index 804e46be..4525112c 100644 --- a/redirects/borrow-and-asref.md +++ b/redirects/borrow-and-asref.md @@ -1,13 +1,12 @@ -% The Rust Programming Language Has Moved +% There is a new edition of the book -When The Rust Programming Language only had one edition, it was all hosted at -`book/`. Now that it has two, they are properly namespaced under -`first-edition/` and `second-edition/`. +This is an old link. You can [continue to the exact older page][1]. +If you're trying to learn Rust, checking out [the second edition][2] might be a better choice. -You've found this page because you have a link to the older URL structure; you -probably want to visit [first-edition/] if you need the exact older page; if -you're trying to learn Rust, checking out the [second edition] might be a -better choice. +* [This page in the first edition of the The Rust Programming Language][1] -[first-edition/]: first-edition/borrow-and-asref.html -[second edition]: second-edition/index.html +* [Index of the second edition of The Rust Programming Language][2] + + +[1]: first-edition/borrow-and-asref.html +[2]: second-edition/index.html diff --git a/redirects/casting-between-types.md b/redirects/casting-between-types.md index 45e3b474..a4d901e2 100644 --- a/redirects/casting-between-types.md +++ b/redirects/casting-between-types.md @@ -1,13 +1,12 @@ -% The Rust Programming Language Has Moved +% There is a new edition of the book -When The Rust Programming Language only had one edition, it was all hosted at -`book/`. Now that it has two, they are properly namespaced under -`first-edition/` and `second-edition/`. +This is an old link. You can [continue to the exact older page][1]. +If you're trying to learn Rust, checking out [the second edition][2] might be a better choice. -You've found this page because you have a link to the older URL structure; you -probably want to visit [first-edition/] if you need the exact older page; if -you're trying to learn Rust, checking out the [second edition] might be a -better choice. +* [This page in the first edition of the The Rust Programming Language][1] -[first-edition/]: first-edition/casting-between-types.html -[second edition]: second-edition/index.html +* [Index of the second edition of The Rust Programming Language][2] + + +[1]: first-edition/casting-between-types.html +[2]: second-edition/index.html diff --git a/redirects/choosing-your-guarantees.md b/redirects/choosing-your-guarantees.md index e457baf8..03f017bc 100644 --- a/redirects/choosing-your-guarantees.md +++ b/redirects/choosing-your-guarantees.md @@ -1,13 +1,12 @@ -% The Rust Programming Language Has Moved +% There is a new edition of the book -When The Rust Programming Language only had one edition, it was all hosted at -`book/`. Now that it has two, they are properly namespaced under -`first-edition/` and `second-edition/`. +This is an old link. You can [continue to the exact older page][1]. +If you're trying to learn Rust, checking out [the second edition][2] might be a better choice. -You've found this page because you have a link to the older URL structure; you -probably want to visit [first-edition/] if you need the exact older page; if -you're trying to learn Rust, checking out the [second edition] might be a -better choice. +* [This page in the first edition of the The Rust Programming Language][1] -[first-edition/]: first-edition/choosing-your-guarantees.html -[second edition]: second-edition/index.html +* [Index of the second edition of The Rust Programming Language][2] + + +[1]: first-edition/choosing-your-guarantees.html +[2]: second-edition/index.html diff --git a/redirects/closures.md b/redirects/closures.md index b176a1a6..0fc3cad9 100644 --- a/redirects/closures.md +++ b/redirects/closures.md @@ -1,13 +1,12 @@ -% The Rust Programming Language Has Moved +% There is a new edition of the book -When The Rust Programming Language only had one edition, it was all hosted at -`book/`. Now that it has two, they are properly namespaced under -`first-edition/` and `second-edition/`. +This is an old link. You can [continue to the exact older page][1]. +If you're trying to learn Rust, checking out [the second edition][2] might be a better choice. -You've found this page because you have a link to the older URL structure; you -probably want to visit [first-edition/] if you need the exact older page; if -you're trying to learn Rust, checking out the [second edition] might be a -better choice. +* [This page in the first edition of the The Rust Programming Language][1] -[first-edition/]: first-edition/closures.html -[second edition]: second-edition/index.html +* [Index of the second edition of The Rust Programming Language][2] + + +[1]: first-edition/closures.html +[2]: second-edition/index.html diff --git a/redirects/comments.md b/redirects/comments.md index f44eedb5..9a778bb4 100644 --- a/redirects/comments.md +++ b/redirects/comments.md @@ -1,13 +1,12 @@ -% The Rust Programming Language Has Moved +% There is a new edition of the book -When The Rust Programming Language only had one edition, it was all hosted at -`book/`. Now that it has two, they are properly namespaced under -`first-edition/` and `second-edition/`. +This is an old link. You can [continue to the exact older page][1]. +If you're trying to learn Rust, checking out [the second edition][2] might be a better choice. -You've found this page because you have a link to the older URL structure; you -probably want to visit [first-edition/] if you need the exact older page; if -you're trying to learn Rust, checking out the [second edition] might be a -better choice. +* [This page in the first edition of the The Rust Programming Language][1] -[first-edition/]: first-edition/comments.html -[second edition]: second-edition/index.html +* [Index of the second edition of The Rust Programming Language][2] + + +[1]: first-edition/comments.html +[2]: second-edition/index.html diff --git a/redirects/concurrency.md b/redirects/concurrency.md index b17fa6fd..f93c1f1f 100644 --- a/redirects/concurrency.md +++ b/redirects/concurrency.md @@ -1,13 +1,12 @@ -% The Rust Programming Language Has Moved +% There is a new edition of the book -When The Rust Programming Language only had one edition, it was all hosted at -`book/`. Now that it has two, they are properly namespaced under -`first-edition/` and `second-edition/`. +This is an old link. You can [continue to the exact older page][1]. +If you're trying to learn Rust, checking out [the second edition][2] might be a better choice. -You've found this page because you have a link to the older URL structure; you -probably want to visit [first-edition/] if you need the exact older page; if -you're trying to learn Rust, checking out the [second edition] might be a -better choice. +* [This page in the first edition of the The Rust Programming Language][1] -[first-edition/]: first-edition/concurrency.html -[second edition]: second-edition/index.html +* [Index of the second edition of The Rust Programming Language][2] + + +[1]: first-edition/concurrency.html +[2]: second-edition/index.html diff --git a/redirects/conditional-compilation.md b/redirects/conditional-compilation.md index 954eba4d..b4fe83b9 100644 --- a/redirects/conditional-compilation.md +++ b/redirects/conditional-compilation.md @@ -1,13 +1,12 @@ -% The Rust Programming Language Has Moved +% There is a new edition of the book -When The Rust Programming Language only had one edition, it was all hosted at -`book/`. Now that it has two, they are properly namespaced under -`first-edition/` and `second-edition/`. +This is an old link. You can [continue to the exact older page][1]. +If you're trying to learn Rust, checking out [the second edition][2] might be a better choice. -You've found this page because you have a link to the older URL structure; you -probably want to visit [first-edition/] if you need the exact older page; if -you're trying to learn Rust, checking out the [second edition] might be a -better choice. +* [This page in the first edition of the The Rust Programming Language][1] -[first-edition/]: first-edition/conditional-compilation.html -[second edition]: second-edition/index.html +* [Index of the second edition of The Rust Programming Language][2] + + +[1]: first-edition/conditional-compilation.html +[2]: second-edition/index.html diff --git a/redirects/const-and-static.md b/redirects/const-and-static.md index edf3c435..6afb6422 100644 --- a/redirects/const-and-static.md +++ b/redirects/const-and-static.md @@ -1,13 +1,12 @@ -% The Rust Programming Language Has Moved +% There is a new edition of the book -When The Rust Programming Language only had one edition, it was all hosted at -`book/`. Now that it has two, they are properly namespaced under -`first-edition/` and `second-edition/`. +This is an old link. You can [continue to the exact older page][1]. +If you're trying to learn Rust, checking out [the second edition][2] might be a better choice. -You've found this page because you have a link to the older URL structure; you -probably want to visit [first-edition/] if you need the exact older page; if -you're trying to learn Rust, checking out the [second edition] might be a -better choice. +* [This page in the first edition of the The Rust Programming Language][1] -[first-edition/]: first-edition/const-and-static.html -[second edition]: second-edition/index.html +* [Index of the second edition of The Rust Programming Language][2] + + +[1]: first-edition/const-and-static.html +[2]: second-edition/index.html diff --git a/redirects/crates-and-modules.md b/redirects/crates-and-modules.md index c612821d..9f0fc96b 100644 --- a/redirects/crates-and-modules.md +++ b/redirects/crates-and-modules.md @@ -1,13 +1,12 @@ -% The Rust Programming Language Has Moved +% There is a new edition of the book -When The Rust Programming Language only had one edition, it was all hosted at -`book/`. Now that it has two, they are properly namespaced under -`first-edition/` and `second-edition/`. +This is an old link. You can [continue to the exact older page][1]. +If you're trying to learn Rust, checking out [the second edition][2] might be a better choice. -You've found this page because you have a link to the older URL structure; you -probably want to visit [first-edition/] if you need the exact older page; if -you're trying to learn Rust, checking out the [second edition] might be a -better choice. +* [This page in the first edition of the The Rust Programming Language][1] -[first-edition/]: first-edition/crates-and-modules.html -[second edition]: second-edition/index.html +* [Index of the second edition of The Rust Programming Language][2] + + +[1]: first-edition/crates-and-modules.html +[2]: second-edition/index.html diff --git a/redirects/deref-coercions.md b/redirects/deref-coercions.md index e53bfe5f..ba4d65a4 100644 --- a/redirects/deref-coercions.md +++ b/redirects/deref-coercions.md @@ -1,13 +1,12 @@ -% The Rust Programming Language Has Moved +% There is a new edition of the book -When The Rust Programming Language only had one edition, it was all hosted at -`book/`. Now that it has two, they are properly namespaced under -`first-edition/` and `second-edition/`. +This is an old link. You can [continue to the exact older page][1]. +If you're trying to learn Rust, checking out [the second edition][2] might be a better choice. -You've found this page because you have a link to the older URL structure; you -probably want to visit [first-edition/] if you need the exact older page; if -you're trying to learn Rust, checking out the [second edition] might be a -better choice. +* [This page in the first edition of the The Rust Programming Language][1] -[first-edition/]: first-edition/deref-coercions.html -[second edition]: second-edition/index.html +* [Index of the second edition of The Rust Programming Language][2] + + +[1]: first-edition/deref-coercions.html +[2]: second-edition/index.html diff --git a/redirects/documentation.md b/redirects/documentation.md index 60e91f9c..0f060919 100644 --- a/redirects/documentation.md +++ b/redirects/documentation.md @@ -1,13 +1,12 @@ -% The Rust Programming Language Has Moved +% There is a new edition of the book -When The Rust Programming Language only had one edition, it was all hosted at -`book/`. Now that it has two, they are properly namespaced under -`first-edition/` and `second-edition/`. +This is an old link. You can [continue to the exact older page][1]. +If you're trying to learn Rust, checking out [the second edition][2] might be a better choice. -You've found this page because you have a link to the older URL structure; you -probably want to visit [first-edition/] if you need the exact older page; if -you're trying to learn Rust, checking out the [second edition] might be a -better choice. +* [This page in the first edition of the The Rust Programming Language][1] -[first-edition/]: first-edition/documentation.html -[second edition]: second-edition/index.html +* [Index of the second edition of The Rust Programming Language][2] + + +[1]: first-edition/documentation.html +[2]: second-edition/index.html diff --git a/redirects/drop.md b/redirects/drop.md index 0de72b2d..0561720f 100644 --- a/redirects/drop.md +++ b/redirects/drop.md @@ -1,13 +1,12 @@ -% The Rust Programming Language Has Moved +% There is a new edition of the book -When The Rust Programming Language only had one edition, it was all hosted at -`book/`. Now that it has two, they are properly namespaced under -`first-edition/` and `second-edition/`. +This is an old link. You can [continue to the exact older page][1]. +If you're trying to learn Rust, checking out [the second edition][2] might be a better choice. -You've found this page because you have a link to the older URL structure; you -probably want to visit [first-edition/] if you need the exact older page; if -you're trying to learn Rust, checking out the [second edition] might be a -better choice. +* [This page in the first edition of the The Rust Programming Language][1] -[first-edition/]: first-edition/drop.html -[second edition]: second-edition/index.html +* [Index of the second edition of The Rust Programming Language][2] + + +[1]: first-edition/drop.html +[2]: second-edition/index.html diff --git a/redirects/effective-rust.md b/redirects/effective-rust.md index b077ccd5..286f9007 100644 --- a/redirects/effective-rust.md +++ b/redirects/effective-rust.md @@ -1,13 +1,12 @@ -% The Rust Programming Language Has Moved +% There is a new edition of the book -When The Rust Programming Language only had one edition, it was all hosted at -`book/`. Now that it has two, they are properly namespaced under -`first-edition/` and `second-edition/`. +This is an old link. You can [continue to the exact older page][1]. +If you're trying to learn Rust, checking out [the second edition][2] might be a better choice. -You've found this page because you have a link to the older URL structure; you -probably want to visit [first-edition/] if you need the exact older page; if -you're trying to learn Rust, checking out the [second edition] might be a -better choice. +* [This page in the first edition of the The Rust Programming Language][1] -[first-edition/]: first-edition/effective-rust.html -[second edition]: second-edition/index.html +* [Index of the second edition of The Rust Programming Language][2] + + +[1]: first-edition/effective-rust.html +[2]: second-edition/index.html diff --git a/redirects/enums.md b/redirects/enums.md index 22f61160..c4a629df 100644 --- a/redirects/enums.md +++ b/redirects/enums.md @@ -1,13 +1,12 @@ -% The Rust Programming Language Has Moved +% There is a new edition of the book -When The Rust Programming Language only had one edition, it was all hosted at -`book/`. Now that it has two, they are properly namespaced under -`first-edition/` and `second-edition/`. +This is an old link. You can [continue to the exact older page][1]. +If you're trying to learn Rust, checking out [the second edition][2] might be a better choice. -You've found this page because you have a link to the older URL structure; you -probably want to visit [first-edition/] if you need the exact older page; if -you're trying to learn Rust, checking out the [second edition] might be a -better choice. +* [This page in the first edition of the The Rust Programming Language][1] -[first-edition/]: first-edition/enums.html -[second edition]: second-edition/index.html +* [Index of the second edition of The Rust Programming Language][2] + + +[1]: first-edition/enums.html +[2]: second-edition/index.html diff --git a/redirects/error-handling.md b/redirects/error-handling.md index 024ab2f1..f4afa59e 100644 --- a/redirects/error-handling.md +++ b/redirects/error-handling.md @@ -1,13 +1,12 @@ -% The Rust Programming Language Has Moved +% There is a new edition of the book -When The Rust Programming Language only had one edition, it was all hosted at -`book/`. Now that it has two, they are properly namespaced under -`first-edition/` and `second-edition/`. +This is an old link. You can [continue to the exact older page][1]. +If you're trying to learn Rust, checking out [the second edition][2] might be a better choice. -You've found this page because you have a link to the older URL structure; you -probably want to visit [first-edition/] if you need the exact older page; if -you're trying to learn Rust, checking out the [second edition] might be a -better choice. +* [This page in the first edition of the The Rust Programming Language][1] -[first-edition/]: first-edition/error-handling.html -[second edition]: second-edition/index.html +* [Index of the second edition of The Rust Programming Language][2] + + +[1]: first-edition/error-handling.html +[2]: second-edition/index.html diff --git a/redirects/ffi.md b/redirects/ffi.md index 3b675248..efc0ac7a 100644 --- a/redirects/ffi.md +++ b/redirects/ffi.md @@ -1,13 +1,12 @@ -% The Rust Programming Language Has Moved +% There is a new edition of the book -When The Rust Programming Language only had one edition, it was all hosted at -`book/`. Now that it has two, they are properly namespaced under -`first-edition/` and `second-edition/`. +This is an old link. You can [continue to the exact older page][1]. +If you're trying to learn Rust, checking out [the second edition][2] might be a better choice. -You've found this page because you have a link to the older URL structure; you -probably want to visit [first-edition/] if you need the exact older page; if -you're trying to learn Rust, checking out the [second edition] might be a -better choice. +* [This page in the first edition of the The Rust Programming Language][1] -[first-edition/]: first-edition/ffi.html -[second edition]: second-edition/index.html +* [Index of the second edition of The Rust Programming Language][2] + + +[1]: first-edition/ffi.html +[2]: second-edition/index.html diff --git a/redirects/functions.md b/redirects/functions.md index 17c64f13..1def1a5d 100644 --- a/redirects/functions.md +++ b/redirects/functions.md @@ -1,13 +1,12 @@ -% The Rust Programming Language Has Moved +% There is a new edition of the book -When The Rust Programming Language only had one edition, it was all hosted at -`book/`. Now that it has two, they are properly namespaced under -`first-edition/` and `second-edition/`. +This is an old link. You can [continue to the exact older page][1]. +If you're trying to learn Rust, checking out [the second edition][2] might be a better choice. -You've found this page because you have a link to the older URL structure; you -probably want to visit [first-edition/] if you need the exact older page; if -you're trying to learn Rust, checking out the [second edition] might be a -better choice. +* [This page in the first edition of the The Rust Programming Language][1] -[first-edition/]: first-edition/functions.html -[second edition]: second-edition/index.html +* [Index of the second edition of The Rust Programming Language][2] + + +[1]: first-edition/functions.html +[2]: second-edition/index.html diff --git a/redirects/generics.md b/redirects/generics.md index 6a8c03c8..21569ee6 100644 --- a/redirects/generics.md +++ b/redirects/generics.md @@ -1,13 +1,12 @@ -% The Rust Programming Language Has Moved +% There is a new edition of the book -When The Rust Programming Language only had one edition, it was all hosted at -`book/`. Now that it has two, they are properly namespaced under -`first-edition/` and `second-edition/`. +This is an old link. You can [continue to the exact older page][1]. +If you're trying to learn Rust, checking out [the second edition][2] might be a better choice. -You've found this page because you have a link to the older URL structure; you -probably want to visit [first-edition/] if you need the exact older page; if -you're trying to learn Rust, checking out the [second edition] might be a -better choice. +* [This page in the first edition of the The Rust Programming Language][1] -[first-edition/]: first-edition/generics.html -[second edition]: second-edition/index.html +* [Index of the second edition of The Rust Programming Language][2] + + +[1]: first-edition/generics.html +[2]: second-edition/index.html diff --git a/redirects/getting-started.md b/redirects/getting-started.md index cacb74b7..ed1f0940 100644 --- a/redirects/getting-started.md +++ b/redirects/getting-started.md @@ -1,13 +1,12 @@ -% The Rust Programming Language Has Moved +% There is a new edition of the book -When The Rust Programming Language only had one edition, it was all hosted at -`book/`. Now that it has two, they are properly namespaced under -`first-edition/` and `second-edition/`. +This is an old link. You can [continue to the exact older page][1]. +If you're trying to learn Rust, checking out [the second edition][2] might be a better choice. -You've found this page because you have a link to the older URL structure; you -probably want to visit [first-edition/] if you need the exact older page; if -you're trying to learn Rust, checking out the [second edition] might be a -better choice. +* [This page in the first edition of the The Rust Programming Language][1] -[first-edition/]: first-edition/getting-started.html -[second edition]: second-edition/index.html +* [Index of the second edition of The Rust Programming Language][2] + + +[1]: first-edition/getting-started.html +[2]: second-edition/index.html diff --git a/redirects/glossary.md b/redirects/glossary.md index a1e000d6..b044d208 100644 --- a/redirects/glossary.md +++ b/redirects/glossary.md @@ -1,13 +1,12 @@ -% The Rust Programming Language Has Moved +% There is a new edition of the book -When The Rust Programming Language only had one edition, it was all hosted at -`book/`. Now that it has two, they are properly namespaced under -`first-edition/` and `second-edition/`. +This is an old link. You can [continue to the exact older page][1]. +If you're trying to learn Rust, checking out [the second edition][2] might be a better choice. -You've found this page because you have a link to the older URL structure; you -probably want to visit [first-edition/] if you need the exact older page; if -you're trying to learn Rust, checking out the [second edition] might be a -better choice. +* [This page in the first edition of the The Rust Programming Language][1] -[first-edition/]: first-edition/glossary.html -[second edition]: second-edition/index.html +* [Index of the second edition of The Rust Programming Language][2] + + +[1]: first-edition/glossary.html +[2]: second-edition/index.html diff --git a/redirects/guessing-game.md b/redirects/guessing-game.md index ef056b41..4805a8f2 100644 --- a/redirects/guessing-game.md +++ b/redirects/guessing-game.md @@ -1,13 +1,12 @@ -% The Rust Programming Language Has Moved +% There is a new edition of the book -When The Rust Programming Language only had one edition, it was all hosted at -`book/`. Now that it has two, they are properly namespaced under -`first-edition/` and `second-edition/`. +This is an old link. You can [continue to the exact older page][1]. +If you're trying to learn Rust, checking out [the second edition][2] might be a better choice. -You've found this page because you have a link to the older URL structure; you -probably want to visit [first-edition/] if you need the exact older page; if -you're trying to learn Rust, checking out the [second edition] might be a -better choice. +* [This page in the first edition of the The Rust Programming Language][1] -[first-edition/]: first-edition/guessing-game.html -[second edition]: second-edition/index.html +* [Index of the second edition of The Rust Programming Language][2] + + +[1]: first-edition/guessing-game.html +[2]: second-edition/index.html diff --git a/redirects/if-let.md b/redirects/if-let.md index 3fb6338f..34dce572 100644 --- a/redirects/if-let.md +++ b/redirects/if-let.md @@ -1,13 +1,12 @@ -% The Rust Programming Language Has Moved +% There is a new edition of the book -When The Rust Programming Language only had one edition, it was all hosted at -`book/`. Now that it has two, they are properly namespaced under -`first-edition/` and `second-edition/`. +This is an old link. You can [continue to the exact older page][1]. +If you're trying to learn Rust, checking out [the second edition][2] might be a better choice. -You've found this page because you have a link to the older URL structure; you -probably want to visit [first-edition/] if you need the exact older page; if -you're trying to learn Rust, checking out the [second edition] might be a -better choice. +* [This page in the first edition of the The Rust Programming Language][1] -[first-edition/]: first-edition/if-let.html -[second edition]: second-edition/index.html +* [Index of the second edition of The Rust Programming Language][2] + + +[1]: first-edition/if-let.html +[2]: second-edition/index.html diff --git a/redirects/if.md b/redirects/if.md index 5d1336cb..708f5f5e 100644 --- a/redirects/if.md +++ b/redirects/if.md @@ -1,13 +1,12 @@ -% The Rust Programming Language Has Moved +% There is a new edition of the book -When The Rust Programming Language only had one edition, it was all hosted at -`book/`. Now that it has two, they are properly namespaced under -`first-edition/` and `second-edition/`. +This is an old link. You can [continue to the exact older page][1]. +If you're trying to learn Rust, checking out [the second edition][2] might be a better choice. -You've found this page because you have a link to the older URL structure; you -probably want to visit [first-edition/] if you need the exact older page; if -you're trying to learn Rust, checking out the [second edition] might be a -better choice. +* [This page in the first edition of the The Rust Programming Language][1] -[first-edition/]: first-edition/if.html -[second edition]: second-edition/index.html +* [Index of the second edition of The Rust Programming Language][2] + + +[1]: first-edition/if.html +[2]: second-edition/index.html diff --git a/redirects/iterators.md b/redirects/iterators.md index 2ade93ec..1dfa578f 100644 --- a/redirects/iterators.md +++ b/redirects/iterators.md @@ -1,13 +1,12 @@ -% The Rust Programming Language Has Moved +% There is a new edition of the book -When The Rust Programming Language only had one edition, it was all hosted at -`book/`. Now that it has two, they are properly namespaced under -`first-edition/` and `second-edition/`. +This is an old link. You can [continue to the exact older page][1]. +If you're trying to learn Rust, checking out [the second edition][2] might be a better choice. -You've found this page because you have a link to the older URL structure; you -probably want to visit [first-edition/] if you need the exact older page; if -you're trying to learn Rust, checking out the [second edition] might be a -better choice. +* [This page in the first edition of the The Rust Programming Language][1] -[first-edition/]: first-edition/iterators.html -[second edition]: second-edition/index.html +* [Index of the second edition of The Rust Programming Language][2] + + +[1]: first-edition/iterators.html +[2]: second-edition/index.html diff --git a/redirects/lifetimes.md b/redirects/lifetimes.md index e581f57f..79caf75a 100644 --- a/redirects/lifetimes.md +++ b/redirects/lifetimes.md @@ -1,13 +1,12 @@ -% The Rust Programming Language Has Moved +% There is a new edition of the book -When The Rust Programming Language only had one edition, it was all hosted at -`book/`. Now that it has two, they are properly namespaced under -`first-edition/` and `second-edition/`. +This is an old link. You can [continue to the exact older page][1]. +If you're trying to learn Rust, checking out [the second edition][2] might be a better choice. -You've found this page because you have a link to the older URL structure; you -probably want to visit [first-edition/] if you need the exact older page; if -you're trying to learn Rust, checking out the [second edition] might be a -better choice. +* [This page in the first edition of the The Rust Programming Language][1] -[first-edition/]: first-edition/lifetimes.html -[second edition]: second-edition/index.html +* [Index of the second edition of The Rust Programming Language][2] + + +[1]: first-edition/lifetimes.html +[2]: second-edition/index.html diff --git a/redirects/loops.md b/redirects/loops.md index 6408bd60..e4f36045 100644 --- a/redirects/loops.md +++ b/redirects/loops.md @@ -1,13 +1,12 @@ -% The Rust Programming Language Has Moved +% There is a new edition of the book -When The Rust Programming Language only had one edition, it was all hosted at -`book/`. Now that it has two, they are properly namespaced under -`first-edition/` and `second-edition/`. +This is an old link. You can [continue to the exact older page][1]. +If you're trying to learn Rust, checking out [the second edition][2] might be a better choice. -You've found this page because you have a link to the older URL structure; you -probably want to visit [first-edition/] if you need the exact older page; if -you're trying to learn Rust, checking out the [second edition] might be a -better choice. +* [This page in the first edition of the The Rust Programming Language][1] -[first-edition/]: first-edition/loops.html -[second edition]: second-edition/index.html +* [Index of the second edition of The Rust Programming Language][2] + + +[1]: first-edition/loops.html +[2]: second-edition/index.html diff --git a/redirects/macros.md b/redirects/macros.md index 811fb2d6..42a21c94 100644 --- a/redirects/macros.md +++ b/redirects/macros.md @@ -1,13 +1,12 @@ -% The Rust Programming Language Has Moved +% There is a new edition of the book -When The Rust Programming Language only had one edition, it was all hosted at -`book/`. Now that it has two, they are properly namespaced under -`first-edition/` and `second-edition/`. +This is an old link. You can [continue to the exact older page][1]. +If you're trying to learn Rust, checking out [the second edition][2] might be a better choice. -You've found this page because you have a link to the older URL structure; you -probably want to visit [first-edition/] if you need the exact older page; if -you're trying to learn Rust, checking out the [second edition] might be a -better choice. +* [This page in the first edition of the The Rust Programming Language][1] -[first-edition/]: first-edition/macros.html -[second edition]: second-edition/index.html +* [Index of the second edition of The Rust Programming Language][2] + + +[1]: first-edition/macros.html +[2]: second-edition/index.html diff --git a/redirects/match.md b/redirects/match.md index 3193a804..f6e41093 100644 --- a/redirects/match.md +++ b/redirects/match.md @@ -1,13 +1,12 @@ -% The Rust Programming Language Has Moved +% There is a new edition of the book -When The Rust Programming Language only had one edition, it was all hosted at -`book/`. Now that it has two, they are properly namespaced under -`first-edition/` and `second-edition/`. +This is an old link. You can [continue to the exact older page][1]. +If you're trying to learn Rust, checking out [the second edition][2] might be a better choice. -You've found this page because you have a link to the older URL structure; you -probably want to visit [first-edition/] if you need the exact older page; if -you're trying to learn Rust, checking out the [second edition] might be a -better choice. +* [This page in the first edition of the The Rust Programming Language][1] -[first-edition/]: first-edition/match.html -[second edition]: second-edition/index.html +* [Index of the second edition of The Rust Programming Language][2] + + +[1]: first-edition/match.html +[2]: second-edition/index.html diff --git a/redirects/method-syntax.md b/redirects/method-syntax.md index 3ff65ad5..6eed244c 100644 --- a/redirects/method-syntax.md +++ b/redirects/method-syntax.md @@ -1,13 +1,12 @@ -% The Rust Programming Language Has Moved +% There is a new edition of the book -When The Rust Programming Language only had one edition, it was all hosted at -`book/`. Now that it has two, they are properly namespaced under -`first-edition/` and `second-edition/`. +This is an old link. You can [continue to the exact older page][1]. +If you're trying to learn Rust, checking out [the second edition][2] might be a better choice. -You've found this page because you have a link to the older URL structure; you -probably want to visit [first-edition/] if you need the exact older page; if -you're trying to learn Rust, checking out the [second edition] might be a -better choice. +* [This page in the first edition of the The Rust Programming Language][1] -[first-edition/]: first-edition/method-syntax.html -[second edition]: second-edition/index.html +* [Index of the second edition of The Rust Programming Language][2] + + +[1]: first-edition/method-syntax.html +[2]: second-edition/index.html diff --git a/redirects/mutability.md b/redirects/mutability.md index 0fe93e85..ebd2419b 100644 --- a/redirects/mutability.md +++ b/redirects/mutability.md @@ -1,13 +1,12 @@ -% The Rust Programming Language Has Moved +% There is a new edition of the book -When The Rust Programming Language only had one edition, it was all hosted at -`book/`. Now that it has two, they are properly namespaced under -`first-edition/` and `second-edition/`. +This is an old link. You can [continue to the exact older page][1]. +If you're trying to learn Rust, checking out [the second edition][2] might be a better choice. -You've found this page because you have a link to the older URL structure; you -probably want to visit [first-edition/] if you need the exact older page; if -you're trying to learn Rust, checking out the [second edition] might be a -better choice. +* [This page in the first edition of the The Rust Programming Language][1] -[first-edition/]: first-edition/mutability.html -[second edition]: second-edition/index.html +* [Index of the second edition of The Rust Programming Language][2] + + +[1]: first-edition/mutability.html +[2]: second-edition/index.html diff --git a/redirects/operators-and-overloading.md b/redirects/operators-and-overloading.md index 1938bf10..b1f35e4a 100644 --- a/redirects/operators-and-overloading.md +++ b/redirects/operators-and-overloading.md @@ -1,13 +1,12 @@ -% The Rust Programming Language Has Moved +% There is a new edition of the book -When The Rust Programming Language only had one edition, it was all hosted at -`book/`. Now that it has two, they are properly namespaced under -`first-edition/` and `second-edition/`. +This is an old link. You can [continue to the exact older page][1]. +If you're trying to learn Rust, checking out [the second edition][2] might be a better choice. -You've found this page because you have a link to the older URL structure; you -probably want to visit [first-edition/] if you need the exact older page; if -you're trying to learn Rust, checking out the [second edition] might be a -better choice. +* [This page in the first edition of the The Rust Programming Language][1] -[first-edition/]: first-edition/operators-and-overloading.html -[second edition]: second-edition/index.html +* [Index of the second edition of The Rust Programming Language][2] + + +[1]: first-edition/operators-and-overloading.html +[2]: second-edition/index.html diff --git a/redirects/ownership.md b/redirects/ownership.md index 0246d013..23f89293 100644 --- a/redirects/ownership.md +++ b/redirects/ownership.md @@ -1,13 +1,12 @@ -% The Rust Programming Language Has Moved +% There is a new edition of the book -When The Rust Programming Language only had one edition, it was all hosted at -`book/`. Now that it has two, they are properly namespaced under -`first-edition/` and `second-edition/`. +This is an old link. You can [continue to the exact older page][1]. +If you're trying to learn Rust, checking out [the second edition][2] might be a better choice. -You've found this page because you have a link to the older URL structure; you -probably want to visit [first-edition/] if you need the exact older page; if -you're trying to learn Rust, checking out the [second edition] might be a -better choice. +* [This page in the first edition of the The Rust Programming Language][1] -[first-edition/]: first-edition/ownership.html -[second edition]: second-edition/index.html +* [Index of the second edition of The Rust Programming Language][2] + + +[1]: first-edition/ownership.html +[2]: second-edition/index.html diff --git a/redirects/patterns.md b/redirects/patterns.md index d08bff2c..9ae0d262 100644 --- a/redirects/patterns.md +++ b/redirects/patterns.md @@ -1,13 +1,12 @@ -% The Rust Programming Language Has Moved +% There is a new edition of the book -When The Rust Programming Language only had one edition, it was all hosted at -`book/`. Now that it has two, they are properly namespaced under -`first-edition/` and `second-edition/`. +This is an old link. You can [continue to the exact older page][1]. +If you're trying to learn Rust, checking out [the second edition][2] might be a better choice. -You've found this page because you have a link to the older URL structure; you -probably want to visit [first-edition/] if you need the exact older page; if -you're trying to learn Rust, checking out the [second edition] might be a -better choice. +* [This page in the first edition of the The Rust Programming Language][1] -[first-edition/]: first-edition/patterns.html -[second edition]: second-edition/index.html +* [Index of the second edition of The Rust Programming Language][2] + + +[1]: first-edition/patterns.html +[2]: second-edition/index.html diff --git a/redirects/primitive-types.md b/redirects/primitive-types.md index f6e20d0b..c348b2db 100644 --- a/redirects/primitive-types.md +++ b/redirects/primitive-types.md @@ -1,13 +1,12 @@ -% The Rust Programming Language Has Moved +% There is a new edition of the book -When The Rust Programming Language only had one edition, it was all hosted at -`book/`. Now that it has two, they are properly namespaced under -`first-edition/` and `second-edition/`. +This is an old link. You can [continue to the exact older page][1]. +If you're trying to learn Rust, checking out [the second edition][2] might be a better choice. -You've found this page because you have a link to the older URL structure; you -probably want to visit [first-edition/] if you need the exact older page; if -you're trying to learn Rust, checking out the [second edition] might be a -better choice. +* [This page in the first edition of the The Rust Programming Language][1] -[first-edition/]: first-edition/primitive-types.html -[second edition]: second-edition/index.html +* [Index of the second edition of The Rust Programming Language][2] + + +[1]: first-edition/primitive-types.html +[2]: second-edition/index.html diff --git a/redirects/procedural-macros.md b/redirects/procedural-macros.md index 521fe367..22492fb6 100644 --- a/redirects/procedural-macros.md +++ b/redirects/procedural-macros.md @@ -1,13 +1,12 @@ -% The Rust Programming Language Has Moved +% There is a new edition of the book -When The Rust Programming Language only had one edition, it was all hosted at -`book/`. Now that it has two, they are properly namespaced under -`first-edition/` and `second-edition/`. +This is an old link. You can [continue to the exact older page][1]. +If you're trying to learn Rust, checking out [the second edition][2] might be a better choice. -You've found this page because you have a link to the older URL structure; you -probably want to visit [first-edition/] if you need the exact older page; if -you're trying to learn Rust, checking out the [second edition] might be a -better choice. +* [This page in the first edition of the The Rust Programming Language][1] -[first-edition/]: first-edition/procedural-macros.html -[second edition]: second-edition/index.html +* [Index of the second edition of The Rust Programming Language][2] + + +[1]: first-edition/procedural-macros.html +[2]: second-edition/index.html diff --git a/redirects/raw-pointers.md b/redirects/raw-pointers.md index c084c750..08c8635d 100644 --- a/redirects/raw-pointers.md +++ b/redirects/raw-pointers.md @@ -1,13 +1,12 @@ -% The Rust Programming Language Has Moved +% There is a new edition of the book -When The Rust Programming Language only had one edition, it was all hosted at -`book/`. Now that it has two, they are properly namespaced under -`first-edition/` and `second-edition/`. +This is an old link. You can [continue to the exact older page][1]. +If you're trying to learn Rust, checking out [the second edition][2] might be a better choice. -You've found this page because you have a link to the older URL structure; you -probably want to visit [first-edition/] if you need the exact older page; if -you're trying to learn Rust, checking out the [second edition] might be a -better choice. +* [This page in the first edition of the The Rust Programming Language][1] -[first-edition/]: first-edition/raw-pointers.html -[second edition]: second-edition/index.html +* [Index of the second edition of The Rust Programming Language][2] + + +[1]: first-edition/raw-pointers.html +[2]: second-edition/index.html diff --git a/redirects/references-and-borrowing.md b/redirects/references-and-borrowing.md index 346d3e99..1cf5bc7d 100644 --- a/redirects/references-and-borrowing.md +++ b/redirects/references-and-borrowing.md @@ -1,13 +1,12 @@ -% The Rust Programming Language Has Moved +% There is a new edition of the book -When The Rust Programming Language only had one edition, it was all hosted at -`book/`. Now that it has two, they are properly namespaced under -`first-edition/` and `second-edition/`. +This is an old link. You can [continue to the exact older page][1]. +If you're trying to learn Rust, checking out [the second edition][2] might be a better choice. -You've found this page because you have a link to the older URL structure; you -probably want to visit [first-edition/] if you need the exact older page; if -you're trying to learn Rust, checking out the [second edition] might be a -better choice. +* [This page in the first edition of the The Rust Programming Language][1] -[first-edition/]: first-edition/references-and-borrowing.html -[second edition]: second-edition/index.html +* [Index of the second edition of The Rust Programming Language][2] + + +[1]: first-edition/references-and-borrowing.html +[2]: second-edition/index.html diff --git a/redirects/release-channels.md b/redirects/release-channels.md index 63c5c459..ce4af005 100644 --- a/redirects/release-channels.md +++ b/redirects/release-channels.md @@ -1,13 +1,12 @@ -% The Rust Programming Language Has Moved +% There is a new edition of the book -When The Rust Programming Language only had one edition, it was all hosted at -`book/`. Now that it has two, they are properly namespaced under -`first-edition/` and `second-edition/`. +This is an old link. You can [continue to the exact older page][1]. +If you're trying to learn Rust, checking out [the second edition][2] might be a better choice. -You've found this page because you have a link to the older URL structure; you -probably want to visit [first-edition/] if you need the exact older page; if -you're trying to learn Rust, checking out the [second edition] might be a -better choice. +* [This page in the first edition of the The Rust Programming Language][1] -[first-edition/]: first-edition/release-channels.html -[second edition]: second-edition/index.html +* [Index of the second edition of The Rust Programming Language][2] + + +[1]: first-edition/release-channels.html +[2]: second-edition/index.html diff --git a/redirects/strings.md b/redirects/strings.md index 29152d5f..523bc8fb 100644 --- a/redirects/strings.md +++ b/redirects/strings.md @@ -1,13 +1,12 @@ -% The Rust Programming Language Has Moved +% There is a new edition of the book -When The Rust Programming Language only had one edition, it was all hosted at -`book/`. Now that it has two, they are properly namespaced under -`first-edition/` and `second-edition/`. +This is an old link. You can [continue to the exact older page][1]. +If you're trying to learn Rust, checking out [the second edition][2] might be a better choice. -You've found this page because you have a link to the older URL structure; you -probably want to visit [first-edition/] if you need the exact older page; if -you're trying to learn Rust, checking out the [second edition] might be a -better choice. +* [This page in the first edition of the The Rust Programming Language][1] -[first-edition/]: first-edition/strings.html -[second edition]: second-edition/index.html +* [Index of the second edition of The Rust Programming Language][2] + + +[1]: first-edition/strings.html +[2]: second-edition/index.html diff --git a/redirects/structs.md b/redirects/structs.md index a9f409de..fa02feca 100644 --- a/redirects/structs.md +++ b/redirects/structs.md @@ -1,13 +1,12 @@ -% The Rust Programming Language Has Moved +% There is a new edition of the book -When The Rust Programming Language only had one edition, it was all hosted at -`book/`. Now that it has two, they are properly namespaced under -`first-edition/` and `second-edition/`. +This is an old link. You can [continue to the exact older page][1]. +If you're trying to learn Rust, checking out [the second edition][2] might be a better choice. -You've found this page because you have a link to the older URL structure; you -probably want to visit [first-edition/] if you need the exact older page; if -you're trying to learn Rust, checking out the [second edition] might be a -better choice. +* [This page in the first edition of the The Rust Programming Language][1] -[first-edition/]: first-edition/structs.html -[second edition]: second-edition/index.html +* [Index of the second edition of The Rust Programming Language][2] + + +[1]: first-edition/structs.html +[2]: second-edition/index.html diff --git a/redirects/syntax-and-semantics.md b/redirects/syntax-and-semantics.md index cf69533f..022e748b 100644 --- a/redirects/syntax-and-semantics.md +++ b/redirects/syntax-and-semantics.md @@ -1,13 +1,12 @@ -% The Rust Programming Language Has Moved +% There is a new edition of the book -When The Rust Programming Language only had one edition, it was all hosted at -`book/`. Now that it has two, they are properly namespaced under -`first-edition/` and `second-edition/`. +This is an old link. You can [continue to the exact older page][1]. +If you're trying to learn Rust, checking out [the second edition][2] might be a better choice. -You've found this page because you have a link to the older URL structure; you -probably want to visit [first-edition/] if you need the exact older page; if -you're trying to learn Rust, checking out the [second edition] might be a -better choice. +* [This page in the first edition of the The Rust Programming Language][1] -[first-edition/]: first-edition/syntax-and-semantics.html -[second edition]: second-edition/index.html +* [Index of the second edition of The Rust Programming Language][2] + + +[1]: first-edition/syntax-and-semantics.html +[2]: second-edition/index.html diff --git a/redirects/syntax-index.md b/redirects/syntax-index.md index 4243e8ef..1a429505 100644 --- a/redirects/syntax-index.md +++ b/redirects/syntax-index.md @@ -1,13 +1,12 @@ -% The Rust Programming Language Has Moved +% There is a new edition of the book -When The Rust Programming Language only had one edition, it was all hosted at -`book/`. Now that it has two, they are properly namespaced under -`first-edition/` and `second-edition/`. +This is an old link. You can [continue to the exact older page][1]. +If you're trying to learn Rust, checking out [the second edition][2] might be a better choice. -You've found this page because you have a link to the older URL structure; you -probably want to visit [first-edition/] if you need the exact older page; if -you're trying to learn Rust, checking out the [second edition] might be a -better choice. +* [This page in the first edition of the The Rust Programming Language][1] -[first-edition/]: first-edition/syntax-index.html -[second edition]: second-edition/index.html +* [Index of the second edition of The Rust Programming Language][2] + + +[1]: first-edition/syntax-index.html +[2]: second-edition/index.html diff --git a/redirects/testing.md b/redirects/testing.md index 764beaa4..f2c6fac2 100644 --- a/redirects/testing.md +++ b/redirects/testing.md @@ -1,13 +1,12 @@ -% The Rust Programming Language Has Moved +% There is a new edition of the book -When The Rust Programming Language only had one edition, it was all hosted at -`book/`. Now that it has two, they are properly namespaced under -`first-edition/` and `second-edition/`. +This is an old link. You can [continue to the exact older page][1]. +If you're trying to learn Rust, checking out [the second edition][2] might be a better choice. -You've found this page because you have a link to the older URL structure; you -probably want to visit [first-edition/] if you need the exact older page; if -you're trying to learn Rust, checking out the [second edition] might be a -better choice. +* [This page in the first edition of the The Rust Programming Language][1] -[first-edition/]: first-edition/testing.html -[second edition]: second-edition/index.html +* [Index of the second edition of The Rust Programming Language][2] + + +[1]: first-edition/testing.html +[2]: second-edition/index.html diff --git a/redirects/the-stack-and-the-heap.md b/redirects/the-stack-and-the-heap.md index e42a6eb9..bc6fb9a6 100644 --- a/redirects/the-stack-and-the-heap.md +++ b/redirects/the-stack-and-the-heap.md @@ -1,13 +1,12 @@ -% The Rust Programming Language Has Moved +% There is a new edition of the book -When The Rust Programming Language only had one edition, it was all hosted at -`book/`. Now that it has two, they are properly namespaced under -`first-edition/` and `second-edition/`. +This is an old link. You can [continue to the exact older page][1]. +If you're trying to learn Rust, checking out [the second edition][2] might be a better choice. -You've found this page because you have a link to the older URL structure; you -probably want to visit [first-edition/] if you need the exact older page; if -you're trying to learn Rust, checking out the [second edition] might be a -better choice. +* [This page in the first edition of the The Rust Programming Language][1] -[first-edition/]: first-edition/the-stack-and-the-heap.html -[second edition]: second-edition/index.html +* [Index of the second edition of The Rust Programming Language][2] + + +[1]: first-edition/the-stack-and-the-heap.html +[2]: second-edition/index.html diff --git a/redirects/trait-objects.md b/redirects/trait-objects.md index 412c6159..ef3a6cc8 100644 --- a/redirects/trait-objects.md +++ b/redirects/trait-objects.md @@ -1,13 +1,12 @@ -% The Rust Programming Language Has Moved +% There is a new edition of the book -When The Rust Programming Language only had one edition, it was all hosted at -`book/`. Now that it has two, they are properly namespaced under -`first-edition/` and `second-edition/`. +This is an old link. You can [continue to the exact older page][1]. +If you're trying to learn Rust, checking out [the second edition][2] might be a better choice. -You've found this page because you have a link to the older URL structure; you -probably want to visit [first-edition/] if you need the exact older page; if -you're trying to learn Rust, checking out the [second edition] might be a -better choice. +* [This page in the first edition of the The Rust Programming Language][1] -[first-edition/]: first-edition/trait-objects.html -[second edition]: second-edition/index.html +* [Index of the second edition of The Rust Programming Language][2] + + +[1]: first-edition/trait-objects.html +[2]: second-edition/index.html diff --git a/redirects/traits.md b/redirects/traits.md index e1dc70fd..d037bf72 100644 --- a/redirects/traits.md +++ b/redirects/traits.md @@ -1,13 +1,12 @@ -% The Rust Programming Language Has Moved +% There is a new edition of the book -When The Rust Programming Language only had one edition, it was all hosted at -`book/`. Now that it has two, they are properly namespaced under -`first-edition/` and `second-edition/`. +This is an old link. You can [continue to the exact older page][1]. +If you're trying to learn Rust, checking out [the second edition][2] might be a better choice. -You've found this page because you have a link to the older URL structure; you -probably want to visit [first-edition/] if you need the exact older page; if -you're trying to learn Rust, checking out the [second edition] might be a -better choice. +* [This page in the first edition of the The Rust Programming Language][1] -[first-edition/]: first-edition/traits.html -[second edition]: second-edition/index.html +* [Index of the second edition of The Rust Programming Language][2] + + +[1]: first-edition/traits.html +[2]: second-edition/index.html diff --git a/redirects/type-aliases.md b/redirects/type-aliases.md index ac9dbeeb..73af152a 100644 --- a/redirects/type-aliases.md +++ b/redirects/type-aliases.md @@ -1,13 +1,12 @@ -% The Rust Programming Language Has Moved +% There is a new edition of the book -When The Rust Programming Language only had one edition, it was all hosted at -`book/`. Now that it has two, they are properly namespaced under -`first-edition/` and `second-edition/`. +This is an old link. You can [continue to the exact older page][1]. +If you're trying to learn Rust, checking out [the second edition][2] might be a better choice. -You've found this page because you have a link to the older URL structure; you -probably want to visit [first-edition/] if you need the exact older page; if -you're trying to learn Rust, checking out the [second edition] might be a -better choice. +* [This page in the first edition of the The Rust Programming Language][1] -[first-edition/]: first-edition/type-aliases.html -[second edition]: second-edition/index.html +* [Index of the second edition of The Rust Programming Language][2] + + +[1]: first-edition/type-aliases.html +[2]: second-edition/index.html diff --git a/redirects/ufcs.md b/redirects/ufcs.md index 1e123ce5..cb2be239 100644 --- a/redirects/ufcs.md +++ b/redirects/ufcs.md @@ -1,13 +1,12 @@ -% The Rust Programming Language Has Moved +% There is a new edition of the book -When The Rust Programming Language only had one edition, it was all hosted at -`book/`. Now that it has two, they are properly namespaced under -`first-edition/` and `second-edition/`. +This is an old link. You can [continue to the exact older page][1]. +If you're trying to learn Rust, checking out [the second edition][2] might be a better choice. -You've found this page because you have a link to the older URL structure; you -probably want to visit [first-edition/] if you need the exact older page; if -you're trying to learn Rust, checking out the [second edition] might be a -better choice. +* [This page in the first edition of the The Rust Programming Language][1] -[first-edition/]: first-edition/ufcs.html -[second edition]: second-edition/index.html +* [Index of the second edition of The Rust Programming Language][2] + + +[1]: first-edition/ufcs.html +[2]: second-edition/index.html diff --git a/redirects/unsafe.md b/redirects/unsafe.md index ba72e17a..27bc984a 100644 --- a/redirects/unsafe.md +++ b/redirects/unsafe.md @@ -1,13 +1,12 @@ -% The Rust Programming Language Has Moved +% There is a new edition of the book -When The Rust Programming Language only had one edition, it was all hosted at -`book/`. Now that it has two, they are properly namespaced under -`first-edition/` and `second-edition/`. +This is an old link. You can [continue to the exact older page][1]. +If you're trying to learn Rust, checking out [the second edition][2] might be a better choice. -You've found this page because you have a link to the older URL structure; you -probably want to visit [first-edition/] if you need the exact older page; if -you're trying to learn Rust, checking out the [second edition] might be a -better choice. +* [This page in the first edition of the The Rust Programming Language][1] -[first-edition/]: first-edition/unsafe.html -[second edition]: second-edition/index.html +* [Index of the second edition of The Rust Programming Language][2] + + +[1]: first-edition/unsafe.html +[2]: second-edition/index.html diff --git a/redirects/unsized-types.md b/redirects/unsized-types.md index c0b165ef..1469bb3a 100644 --- a/redirects/unsized-types.md +++ b/redirects/unsized-types.md @@ -1,13 +1,12 @@ -% The Rust Programming Language Has Moved +% There is a new edition of the book -When The Rust Programming Language only had one edition, it was all hosted at -`book/`. Now that it has two, they are properly namespaced under -`first-edition/` and `second-edition/`. +This is an old link. You can [continue to the exact older page][1]. +If you're trying to learn Rust, checking out [the second edition][2] might be a better choice. -You've found this page because you have a link to the older URL structure; you -probably want to visit [first-edition/] if you need the exact older page; if -you're trying to learn Rust, checking out the [second edition] might be a -better choice. +* [This page in the first edition of the The Rust Programming Language][1] -[first-edition/]: first-edition/unsized-types.html -[second edition]: second-edition/index.html +* [Index of the second edition of The Rust Programming Language][2] + + +[1]: first-edition/unsized-types.html +[2]: second-edition/index.html diff --git a/redirects/using-rust-without-the-standard-library.md b/redirects/using-rust-without-the-standard-library.md index 5e7e4587..fd5c2996 100644 --- a/redirects/using-rust-without-the-standard-library.md +++ b/redirects/using-rust-without-the-standard-library.md @@ -1,13 +1,12 @@ -% The Rust Programming Language Has Moved +% There is a new edition of the book -When The Rust Programming Language only had one edition, it was all hosted at -`book/`. Now that it has two, they are properly namespaced under -`first-edition/` and `second-edition/`. +This is an old link. You can [continue to the exact older page][1]. +If you're trying to learn Rust, checking out [the second edition][2] might be a better choice. -You've found this page because you have a link to the older URL structure; you -probably want to visit [first-edition/] if you need the exact older page; if -you're trying to learn Rust, checking out the [second edition] might be a -better choice. +* [This page in the first edition of the The Rust Programming Language][1] -[first-edition/]: first-edition/using-rust-without-the-standard-library.html -[second edition]: second-edition/index.html +* [Index of the second edition of The Rust Programming Language][2] + + +[1]: first-edition/using-rust-without-the-standard-library.html +[2]: second-edition/index.html diff --git a/redirects/variable-bindings.md b/redirects/variable-bindings.md index b7adf7c9..7476d635 100644 --- a/redirects/variable-bindings.md +++ b/redirects/variable-bindings.md @@ -1,13 +1,12 @@ -% The Rust Programming Language Has Moved +% There is a new edition of the book -When The Rust Programming Language only had one edition, it was all hosted at -`book/`. Now that it has two, they are properly namespaced under -`first-edition/` and `second-edition/`. +This is an old link. You can [continue to the exact older page][1]. +If you're trying to learn Rust, checking out [the second edition][2] might be a better choice. -You've found this page because you have a link to the older URL structure; you -probably want to visit [first-edition/] if you need the exact older page; if -you're trying to learn Rust, checking out the [second edition] might be a -better choice. +* [This page in the first edition of the The Rust Programming Language][1] -[first-edition/]: first-edition/variable-bindings.html -[second edition]: second-edition/index.html +* [Index of the second edition of The Rust Programming Language][2] + + +[1]: first-edition/variable-bindings.html +[2]: second-edition/index.html diff --git a/redirects/vectors.md b/redirects/vectors.md index 23b894f1..e5f76a83 100644 --- a/redirects/vectors.md +++ b/redirects/vectors.md @@ -1,13 +1,12 @@ -% The Rust Programming Language Has Moved +% There is a new edition of the book -When The Rust Programming Language only had one edition, it was all hosted at -`book/`. Now that it has two, they are properly namespaced under -`first-edition/` and `second-edition/`. +This is an old link. You can [continue to the exact older page][1]. +If you're trying to learn Rust, checking out [the second edition][2] might be a better choice. -You've found this page because you have a link to the older URL structure; you -probably want to visit [first-edition/] if you need the exact older page; if -you're trying to learn Rust, checking out the [second edition] might be a -better choice. +* [This page in the first edition of the The Rust Programming Language][1] -[first-edition/]: first-edition/vectors.html -[second edition]: second-edition/index.html +* [Index of the second edition of The Rust Programming Language][2] + + +[1]: first-edition/vectors.html +[2]: second-edition/index.html