From 69b461acdd3afa65cda229b424b3dc72090d775e Mon Sep 17 00:00:00 2001 From: steveklabnik Date: Thu, 13 Apr 2017 18:00:11 -0400 Subject: [PATCH] fix broken link we moved this to the unstable book --- redirects/compiler-plugins.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/redirects/compiler-plugins.md b/redirects/compiler-plugins.md index c448a08c3..b1c7f144d 100644 --- a/redirects/compiler-plugins.md +++ b/redirects/compiler-plugins.md @@ -1,13 +1,4 @@ % The Rust Programming Language Has Moved -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/`. - -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/compiler-plugins.html -[second edition]: second-edition/index.html +This chapter of the book has moved to [a chapter in the Unstable +Book](../unstable-book/plugin.html). Please check it out there.