about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/doc/index.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/doc/index.md b/src/doc/index.md
index 252a3125ebd..a4f79412220 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