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 e8a9c6b commit 2c034e3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion first-edition/src/unsafe.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,4 @@ I’ll repeat again: even though you _can_ do arbitrary things in unsafe blocks
and functions doesn’t mean you should. The compiler will act as though you’re
upholding its invariants, so be careful!

[intrinsics]: ../../unstable-book/intrinsics.html
[intrinsics]: ../../unstable-book/language-features/intrinsics.html
4 changes: 3 additions & 1 deletion first-edition/src/using-rust-without-the-standard-library.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ don’t want to use the standard library via an attribute: `#![no_std]`.
> Note: This feature is technically stable, but there are some caveats. For
> one, you can build a `#![no_std]` _library_ on stable, but not a _binary_.
> For details on binaries without the standard library, see [the nightly
> chapter on 'lang items'](../../unstable-book/lang-items.html#using-libc)
> chapter on 'lang items'][unstable book lang items]
To use `#![no_std]`, add it to your crate root:

Expand Down Expand Up @@ -40,3 +40,5 @@ fn may_fail(failure: bool) -> Result<(), &'static str> {
}
}
```

[unstable book lang items]: ../../unstable-book/language-features/lang-items.html#using-libc
4 changes: 3 additions & 1 deletion redirects/compiler-plugins.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
% The Rust Programming Language Has Moved

This chapter of the book has moved to [a chapter in the Unstable
Book](../unstable-book/plugin.html). Please check it out there.
Book][unstable book plugins]. Please check it out there.

[unstable book plugins]: ../unstable-book/language-features/plugin.html

0 comments on commit 2c034e3

Please sign in to comment.