]> git.lizzy.rs Git - rust.git/commitdiff
TRPL: Fix Unescaped URL
authorPascal Hertleif <killercup@gmail.com>
Thu, 28 May 2015 14:18:26 +0000 (16:18 +0200)
committerPascal Hertleif <killercup@gmail.com>
Thu, 28 May 2015 14:18:26 +0000 (16:18 +0200)
src/doc/trpl/conditional-compilation.md

index 73eb0101692afb9eec313d7202f69c93489fbf76..a944b852d249fcc46f84658f9977d7b30e68861b 100644 (file)
@@ -34,7 +34,7 @@ These can nest arbitrarily:
 As for how to enable or disable these switches, if you’re using Cargo,
 they get set in the [`[features]` section][features] of your `Cargo.toml`:
 
-[features]: http://doc.crates.io/manifest.html#the-[features]-section
+[features]: http://doc.crates.io/manifest.html#the-%5Bfeatures%5D-section
 
 ```toml
 [features]