From b66f858e8f7902ff9e293b10ce9439cb25d4ad6e Mon Sep 17 00:00:00 2001 From: Conrad Kleinespel Date: Sat, 25 Apr 2015 13:43:26 +0200 Subject: [PATCH] fix compiler plugins path in doc/reference.md --- src/doc/reference.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/doc/reference.md b/src/doc/reference.md index 059da89192576..787f59948e230 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