]> git.lizzy.rs Git - rust.git/commitdiff
fix compiler plugins path in doc/reference.md
authorConrad Kleinespel <conradk@conradk.com>
Sat, 25 Apr 2015 11:43:26 +0000 (13:43 +0200)
committerConrad Kleinespel <conradk@conradk.com>
Sat, 25 Apr 2015 11:43:26 +0000 (13:43 +0200)
src/doc/reference.md

index 059da89192576868422e6ab42e53231870d5ce9c..787f59948e2304d03089755d28440eb3cf2e5ecb 100644 (file)
@@ -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