Skip to content

Update Unstable Book links to reflect to new layout. #42

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 17, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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