Skip to content

Commit

Permalink
fix wrong link
Browse files Browse the repository at this point in the history
  • Loading branch information
bombless committed Jan 25, 2015
1 parent 70b13a7 commit ac3b4b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/doc/reference.md
Expand Up @@ -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 {
Expand Down Expand Up @@ -4369,4 +4369,4 @@ that have since been removed):
pattern syntax

[ffi]: book/ffi.html
[plugin]: book/plugin.html
[plugin]: book/plugins.html

0 comments on commit ac3b4b8

Please sign in to comment.