Skip to content

Commit ac3b4b8

Browse files
committed
fix wrong link
1 parent 70b13a7 commit ac3b4b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2219,7 +2219,7 @@ For any lint check `C`:
22192219

22202220
The lint checks supported by the compiler can be found via `rustc -W help`,
22212221
along with their default settings. [Compiler
2222-
plugins](book/plugin.html#lint-plugins) can provide additional lint checks.
2222+
plugins](book/plugins.html#lint-plugins) can provide additional lint checks.
22232223

22242224
```{.ignore}
22252225
mod m1 {
@@ -4369,4 +4369,4 @@ that have since been removed):
43694369
pattern syntax
43704370

43714371
[ffi]: book/ffi.html
4372-
[plugin]: book/plugin.html
4372+
[plugin]: book/plugins.html

0 commit comments

Comments
 (0)