about summary refs log tree commit diff
path: root/src/doc/index.md
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2017-02-15 20:37:06 -0500
committerSteve Klabnik <steve@steveklabnik.com>2017-02-21 14:03:15 -0500
commit55c02f6bcc6b31ed018dfc5af7ede6cff1902f4d (patch)
tree1b00e175194df07ed28a012615ce4fcc543a7898 /src/doc/index.md
parent54baed6dc16960c4595cb441bc6eed0c2fc8af14 (diff)
downloadrust-55c02f6bcc6b31ed018dfc5af7ede6cff1902f4d.tar.gz
rust-55c02f6bcc6b31ed018dfc5af7ede6cff1902f4d.zip
move the reference to the bookshelf
Diffstat (limited to 'src/doc/index.md')
-rw-r--r--src/doc/index.md16
1 files changed, 7 insertions, 9 deletions
diff --git a/src/doc/index.md b/src/doc/index.md
index 144b786f58d..982e24ef695 100644
--- a/src/doc/index.md
+++ b/src/doc/index.md
@@ -16,14 +16,6 @@ builds documentation for individual Rust packages.
 Rust provides a standard library with a number of features; [we host its
 documentation here][api].
 
-## Reference Documentation
-
-Rust does not yet have a formal specification, but we have [a reference document
-][ref]. It is guaranteed to be accurate, but not complete. We now have a
-policy that all new features must be included in the reference before
-stabilization; however, we are still back-filling things that landed before
-then. That work is being tracked [here][38643].
-
 ## Extended Error Documentation
 
 Many of Rust's errors come with error codes, and you can request extended
@@ -37,11 +29,17 @@ nicknamed 'The Rust Bookshelf.'
 
 * [The Rust Programming Language][book] teaches you how to program in Rust.
 * [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.
+
+Another few words about the reference: it is guaranteed to be accurate, but not
+complete. We now have a policy that all new features must be included in the
+reference before stabilization; however, we are still back-filling things that
+landed before then. That work is being tracked [here][38643].
 
 [Rust Learning]: https://github.com/ctjhoa/rust-learning
 [Docs.rs]: https://docs.rs/
 [api]: std/index.html
-[ref]: reference.html
+[ref]: reference/index.html
 [38643]: https://github.com/rust-lang/rust/issues/38643
 [err]: error-index.html
 [book]: book/index.html