From 3aa6f189d43add0dc937facbd7dab2a7ccace23b Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Tue, 28 Feb 2017 14:09:27 -0500 Subject: [PATCH 1/2] add unstable book to the bookshelf --- src/doc/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/doc/index.md b/src/doc/index.md index 982e24ef69549..8c33c44390fe5 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 From ae2c9d2cf9a061110fd0900171796a9437546a39 Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Thu, 2 Mar 2017 16:36:54 -0500 Subject: [PATCH 2/2] fix link --- src/doc/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/index.md b/src/doc/index.md index 8c33c44390fe5..1f262b360e3ed 100644 --- a/src/doc/index.md +++ b/src/doc/index.md @@ -43,7 +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 -[unstable-book]: book/index.html +[book]: book/index.html [nomicon]: nomicon/index.html [unstable-book]: unstable-book/index.html