From a2bbd29cb9336eb2fb128bc150d99f251f820a30 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Thu, 21 Mar 2019 14:26:40 -0700 Subject: [PATCH] Fix link to Reference's conditional-compilation. --- redirects/conditional-compilation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/redirects/conditional-compilation.md b/redirects/conditional-compilation.md index 5182371bd..b25c02f74 100644 --- a/redirects/conditional-compilation.md +++ b/redirects/conditional-compilation.md @@ -19,10 +19,10 @@ fn macos_only() { This particular chapter does not exist in [the second edition][2]. The best place to learn about it is [the Rust Reference][3]. -* **[In the Rust Reference: Ch 5.3 — Attributes, Conditional Compilation section][3]** +* **[In the Rust Reference: Ch 5 — Conditional Compilation][3]** * [In the first edition: Ch 4.3 — Conditional Compilation][1] [1]: https://doc.rust-lang.org/1.30.0/book/first-edition/conditional-compilation.html [2]: index.html -[3]: ../reference/attributes.html#conditional-compilation +[3]: ../reference/conditional-compilation.html