We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24ce89e commit 1b8cf5fCopy full SHA for 1b8cf5f
src/attributes.md
@@ -317,7 +317,7 @@ For any lint check `C`:
317
318
The lint checks supported by the compiler can be found via `rustc -W help`,
319
along with their default settings. [Compiler
320
-plugins](../book/compiler-plugins.html#lint-plugins) can provide additional
+plugins](../unstable-book/plugin.html#lint-plugins) can provide additional
321
lint checks.
322
323
```{.ignore}
src/macros.md
@@ -14,4 +14,4 @@ And one unstable way: [compiler plugins].
14
15
[Macros]: ../book/macros.html
16
[Procedural Macros]: ../book/procedural-macros.html
17
-[compiler plugins]: ../book/compiler-plugins.html
+[compiler plugins]: ../unstable-book/plugin.html
0 commit comments