Skip to content

Commit

Permalink
Merge pull request #1878 from ehuss/fix-conditional-compilation
Browse files Browse the repository at this point in the history
Fix link to Reference's conditional-compilation.
  • Loading branch information
carols10cents committed Mar 21, 2019
2 parents d6f7d15 + a2bbd29 commit feeaff2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions redirects/conditional-compilation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3Attributes, Conditional Compilation section][3]**
* **[In the Rust Reference: Ch 5 — Conditional Compilation][3]**
* <small>[In the first edition: Ch 4.3 — Conditional Compilation][1]</small>


[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

0 comments on commit feeaff2

Please sign in to comment.