Skip to content

Commit 1b8cf5f

Browse files
steveklabnikManishearth
authored andcommitted
get linkcheck clean
1 parent 24ce89e commit 1b8cf5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/attributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ For any lint check `C`:
317317

318318
The lint checks supported by the compiler can be found via `rustc -W help`,
319319
along with their default settings. [Compiler
320-
plugins](../book/compiler-plugins.html#lint-plugins) can provide additional
320+
plugins](../unstable-book/plugin.html#lint-plugins) can provide additional
321321
lint checks.
322322

323323
```{.ignore}

src/macros.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ And one unstable way: [compiler plugins].
1414

1515
[Macros]: ../book/macros.html
1616
[Procedural Macros]: ../book/procedural-macros.html
17-
[compiler plugins]: ../book/compiler-plugins.html
17+
[compiler plugins]: ../unstable-book/plugin.html

0 commit comments

Comments
 (0)