diff options
| author | Steve Klabnik <steve@steveklabnik.com> | 2017-02-28 14:09:27 -0500 |
|---|---|---|
| committer | Steve Klabnik <steve@steveklabnik.com> | 2017-02-28 14:09:27 -0500 |
| commit | 3aa6f189d43add0dc937facbd7dab2a7ccace23b (patch) | |
| tree | 3d6eb9343923b4c81614416f86e7aa411efebb3b | |
| parent | bfe45974a18af63191d40a6ac5beb0cf2ab9c9f7 (diff) | |
| download | rust-3aa6f189d43add0dc937facbd7dab2a7ccace23b.tar.gz rust-3aa6f189d43add0dc937facbd7dab2a7ccace23b.zip | |
add unstable book to the bookshelf
| -rw-r--r-- | src/doc/index.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/doc/index.md b/src/doc/index.md index 982e24ef695..8c33c44390f 100644 --- a/src/doc/index.md +++ b/src/doc/index.md @@ -28,6 +28,7 @@ Rust provides a number of book-length sets of documentation, collectively nicknamed 'The Rust Bookshelf.' * [The Rust Programming Language][book] teaches you how to program in Rust. +* [The Unstable Book][unstable-book] has documentation for unstable features. * [The Rustonomicon][nomicon] is your guidebook to the dark arts of unsafe Rust. * [The Reference][ref] is not a formal spec, but is more detailed and comprehensive than the book. @@ -42,6 +43,7 @@ landed before then. That work is being tracked [here][38643]. [ref]: reference/index.html [38643]: https://github.com/rust-lang/rust/issues/38643 [err]: error-index.html -[book]: book/index.html +[unstable-book]: book/index.html [nomicon]: nomicon/index.html +[unstable-book]: unstable-book/index.html |
