about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorConrad Kleinespel <conradk@conradk.com>2015-04-25 13:43:26 +0200
committerConrad Kleinespel <conradk@conradk.com>2015-04-25 13:43:26 +0200
commitb66f858e8f7902ff9e293b10ce9439cb25d4ad6e (patch)
tree03489439ac62dcd3b96cea58d166666455370f65 /src
parent54d65092a49eba959b5cd7a1c4b2e43b3fedba1f (diff)
downloadrust-b66f858e8f7902ff9e293b10ce9439cb25d4ad6e.tar.gz
rust-b66f858e8f7902ff9e293b10ce9439cb25d4ad6e.zip
fix compiler plugins path in doc/reference.md
Diffstat (limited to 'src')
-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 059da891925..787f59948e2 100644
--- a/src/doc/reference.md
+++ b/src/doc/reference.md
@@ -1976,7 +1976,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/plugins.html#lint-plugins) can provide additional lint checks.
+plugins](book/compiler-plugins.html#lint-plugins) can provide additional lint checks.
 
 ```{.ignore}
 mod m1 {
@@ -3646,4 +3646,4 @@ that have since been removed):
   pattern syntax
 
 [ffi]: book/ffi.html
-[plugin]: book/plugins.html
+[plugin]: book/compiler-plugins.html