Skip to content

Commit 3aa6f18

Browse files
committed
add unstable book to the bookshelf
1 parent bfe4597 commit 3aa6f18

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/doc/index.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Rust provides a number of book-length sets of documentation, collectively
2828
nicknamed 'The Rust Bookshelf.'
2929

3030
* [The Rust Programming Language][book] teaches you how to program in Rust.
31+
* [The Unstable Book][unstable-book] has documentation for unstable features.
3132
* [The Rustonomicon][nomicon] is your guidebook to the dark arts of unsafe Rust.
3233
* [The Reference][ref] is not a formal spec, but is more detailed and comprehensive than the book.
3334

@@ -42,6 +43,7 @@ landed before then. That work is being tracked [here][38643].
4243
[ref]: reference/index.html
4344
[38643]: https://github.com/rust-lang/rust/issues/38643
4445
[err]: error-index.html
45-
[book]: book/index.html
46+
[unstable-book]: book/index.html
4647
[nomicon]: nomicon/index.html
48+
[unstable-book]: unstable-book/index.html
4749

0 commit comments

Comments
 (0)