Skip to content

Commit 23782ad

Browse files
committed
Rollup merge of #24809 - conradkleinespel:master, r=Manishearth
The reference has broken links. This should fix it.
2 parents cfe08b7 + b66f858 commit 23782ad

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
@@ -1977,7 +1977,7 @@ For any lint check `C`:
19771977

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

19821982
```{.ignore}
19831983
mod m1 {
@@ -3647,4 +3647,4 @@ that have since been removed):
36473647
pattern syntax
36483648

36493649
[ffi]: book/ffi.html
3650-
[plugin]: book/plugins.html
3650+
[plugin]: book/compiler-plugins.html

0 commit comments

Comments
 (0)