Skip to content

Commit

Permalink
Update Unstable Book links to reflect to new layout.
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed Apr 17, 2017
1 parent c6f4de7 commit ec009f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,7 @@ For any lint check `C`:

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

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

[The Unstable Book]: https://doc.rust-lang.org/nightly/unstable-book/
[unstable book plugin]: (../unstable-book/language-features/plugin.html#lint-plugins)
2 changes: 1 addition & 1 deletion src/macros.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ And one unstable way: [compiler plugins].

[Macros]: ../book/macros.html
[Procedural Macros]: ../book/procedural-macros.html
[compiler plugins]: ../unstable-book/plugin.html
[compiler plugins]: ../unstable-book/language-features/plugin.html

0 comments on commit ec009f0

Please sign in to comment.