doc: Make it easier to find the std docs from the index

This is usually the link I want when I come to this page.
This commit is contained in:
Brian Anderson 2015-06-20 19:09:56 -07:00
parent f451812763
commit 5ff8e038f4

@ -20,6 +20,13 @@ series of small examples.
[rbe]: http://rustbyexample.com/
# The Standard Library
We have [API documentation for the entire standard
library](std/index.html). There's a list of crates on the left with more
specific sections, or you can use the search bar at the top to search for
something if you know its name.
# Community & Getting Help
If you need help with something, or just want to talk about Rust with others,
@ -75,13 +82,6 @@ There are questions that are asked quite often, so we've made FAQs for them:
* [Project FAQ](complement-project-faq.html)
* [How to submit a bug report](https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports)
# The Standard Library
We have [API documentation for the entire standard
library](std/index.html). There's a list of crates on the left with more
specific sections, or you can use the search bar at the top to search for
something if you know its name.
# The Error Index
If you encounter an error while compiling your code you may be able to look it