about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPascal Hertleif <killercup@gmail.com>2015-05-28 16:18:26 +0200
committerPascal Hertleif <killercup@gmail.com>2015-05-28 16:18:26 +0200
commit2a63cc771565836c6c468fd6e20b84cbcb1abc44 (patch)
tree07380868a3e9e21258dabf6e31409c608695913d
parent4233cbda8aa917090ee7c3a50a842abb34563c6f (diff)
downloadrust-2a63cc771565836c6c468fd6e20b84cbcb1abc44.tar.gz
rust-2a63cc771565836c6c468fd6e20b84cbcb1abc44.zip
TRPL: Fix Unescaped URL
-rw-r--r--src/doc/trpl/conditional-compilation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/trpl/conditional-compilation.md b/src/doc/trpl/conditional-compilation.md
index 73eb0101692..a944b852d24 100644
--- a/src/doc/trpl/conditional-compilation.md
+++ b/src/doc/trpl/conditional-compilation.md
@@ -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]