From ac3b4b80742f2b5f92dc065f1dda076e00b013fd Mon Sep 17 00:00:00 2001 From: York Xiang Date: Sun, 25 Jan 2015 12:36:15 +0800 Subject: [PATCH] fix wrong link --- 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 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