about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlex Burka <durka42+github@gmail.com>2015-05-14 14:43:50 -0400
committerAlex Burka <durka42+github@gmail.com>2015-05-14 14:43:50 -0400
commitc147ac42ca81300c545437fb62746378738d7a2d (patch)
tree7b129a5690d42ad1ca3f2434e6855552699640a4
parent66c0fe0d3ddec86f7179cb853a8245fe0a34ae8c (diff)
downloadrust-c147ac42ca81300c545437fb62746378738d7a2d.tar.gz
rust-c147ac42ca81300c545437fb62746378738d7a2d.zip
trpl: fix link from Match to If Let
-rw-r--r--src/doc/trpl/match.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/trpl/match.md b/src/doc/trpl/match.md
index 2bb2359ba5a..113e218883b 100644
--- a/src/doc/trpl/match.md
+++ b/src/doc/trpl/match.md
@@ -97,4 +97,4 @@ Unlike the previous uses of `match`, you can’t use the normal `if`
 statement to do this. You can use the [`if let`][if-let] statement,
 which can be seen as an abbreviated form of `match`.
 
-[if-let][if-let.html]
+[if-let]: if-let.html