From 403869471871f7996ac09c7a8a5553d26b1c5d9a Mon Sep 17 00:00:00 2001 From: Caspar Krieger Date: Sat, 7 Feb 2015 22:21:01 +1100 Subject: [PATCH] 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". --- src/doc/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/doc/index.md b/src/doc/index.md index 252a3125ebdf3..a4f7941222018 100644 --- a/src/doc/index.md +++ b/src/doc/index.md @@ -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