Link to rustdoc page in the Rust book directly

No point sending people to a page which just says "this is now part of
the Rust book".
This commit is contained in:
Caspar Krieger 2015-02-07 22:21:01 +11:00
parent e62fec36b9
commit 4038694718
1 changed files with 1 additions and 2 deletions

View File

@ -59,8 +59,7 @@ tools we have are really nice.
[Cargo](http://crates.io) is Rust's package manager, and its website contains
lots of good documentation.
[The `rustdoc` manual](rustdoc.html) contains information about Rust's
documentation tool.
[`rustdoc`](book/documentation.html) is used to generate documentation for Rust code.
# FAQs