Skip to content

Commit b66f858

Browse files
fix compiler plugins path in doc/reference.md
1 parent 54d6509 commit b66f858

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

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

19811981
```{.ignore}
19821982
mod m1 {
@@ -3646,4 +3646,4 @@ that have since been removed):
36463646
pattern syntax
36473647

36483648
[ffi]: book/ffi.html
3649-
[plugin]: book/plugins.html
3649+
[plugin]: book/compiler-plugins.html

0 commit comments

Comments
 (0)