Skip to content

Commit ec009f0

Browse files
committed
Update Unstable Book links to reflect to new layout.
rust-lang/rust#41295
1 parent c6f4de7 commit ec009f0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/attributes.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,7 @@ For any lint check `C`:
327327

328328
The lint checks supported by the compiler can be found via `rustc -W help`,
329329
along with their default settings. [Compiler
330-
plugins](../unstable-book/plugin.html#lint-plugins) can provide additional
331-
lint checks.
330+
plugins][unstable book plugin] can provide additional lint checks.
332331

333332
```rust,ignore
334333
pub mod m1 {
@@ -488,3 +487,4 @@ If an unknown feature is found in a directive, it results in a compiler error.
488487
An unknown feature is one which has never been recognized by the compiler.
489488

490489
[The Unstable Book]: https://doc.rust-lang.org/nightly/unstable-book/
490+
[unstable book plugin]: (../unstable-book/language-features/plugin.html#lint-plugins)

src/macros.md

+1-1
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]: ../unstable-book/plugin.html
17+
[compiler plugins]: ../unstable-book/language-features/plugin.html

0 commit comments

Comments
 (0)