about summary refs log tree commit diff
path: root/src/doc/reference.md
diff options
context:
space:
mode:
authorYork Xiang <bombless@126.com>2015-01-25 12:36:15 +0800
committerYork Xiang <bombless@126.com>2015-01-25 12:36:15 +0800
commitac3b4b80742f2b5f92dc065f1dda076e00b013fd (patch)
treeaf133859ef55fbc3e95103fa4aeffb450f449629 /src/doc/reference.md
parent70b13a7c7caa88a19cfe23e5cdb88a5735bbb988 (diff)
downloadrust-ac3b4b80742f2b5f92dc065f1dda076e00b013fd.tar.gz
rust-ac3b4b80742f2b5f92dc065f1dda076e00b013fd.zip
fix wrong link
Diffstat (limited to 'src/doc/reference.md')
-rw-r--r--src/doc/reference.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/reference.md b/src/doc/reference.md
index d703607c172..48132e73cf3 100644
--- a/src/doc/reference.md
+++ b/src/doc/reference.md
@@ -2219,7 +2219,7 @@ For any lint check `C`:
 
 The lint checks supported by the compiler can be found via `rustc -W help`,
 along with their default settings.  [Compiler
-plugins](book/plugin.html#lint-plugins) can provide additional lint checks.
+plugins](book/plugins.html#lint-plugins) can provide additional lint checks.
 
 ```{.ignore}
 mod m1 {
@@ -4369,4 +4369,4 @@ that have since been removed):
   pattern syntax
 
 [ffi]: book/ffi.html
-[plugin]: book/plugin.html
+[plugin]: book/plugins.html