fix compiler plugins path in doc/reference.md

This commit is contained in:
Conrad Kleinespel 2015-04-25 13:43:26 +02:00
parent 54d65092a4
commit b66f858e8f

View 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