diff options
| author | York Xiang <bombless@126.com> | 2015-01-25 12:36:15 +0800 |
|---|---|---|
| committer | York Xiang <bombless@126.com> | 2015-01-25 12:36:15 +0800 |
| commit | ac3b4b80742f2b5f92dc065f1dda076e00b013fd (patch) | |
| tree | af133859ef55fbc3e95103fa4aeffb450f449629 /src/doc/reference.md | |
| parent | 70b13a7c7caa88a19cfe23e5cdb88a5735bbb988 (diff) | |
| download | rust-ac3b4b80742f2b5f92dc065f1dda076e00b013fd.tar.gz rust-ac3b4b80742f2b5f92dc065f1dda076e00b013fd.zip | |
fix wrong link
Diffstat (limited to 'src/doc/reference.md')
| -rw-r--r-- | src/doc/reference.md | 4 |
1 files 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 |
