diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2015-04-25 21:18:47 +0530 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2015-04-25 21:18:47 +0530 |
| commit | 23782ad9a844ea283e0ea692b361ef5885ce296f (patch) | |
| tree | f2cc58033eb477b1da141acda617808d59eeab3b /src/doc/reference.md | |
| parent | cfe08b74bf1808ecd6e108ddedc300f019f63dbb (diff) | |
| parent | b66f858e8f7902ff9e293b10ce9439cb25d4ad6e (diff) | |
| download | rust-23782ad9a844ea283e0ea692b361ef5885ce296f.tar.gz rust-23782ad9a844ea283e0ea692b361ef5885ce296f.zip | |
Rollup merge of #24809 - conradkleinespel:master, r=Manishearth
The reference has broken links. This should fix it.
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 13f5e391e42..e6a200829ee 100644 --- a/src/doc/reference.md +++ b/src/doc/reference.md @@ -1977,7 +1977,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 { @@ -3647,4 +3647,4 @@ that have since been removed): pattern syntax [ffi]: book/ffi.html -[plugin]: book/plugins.html +[plugin]: book/compiler-plugins.html |
