diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2015-02-10 08:41:43 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2015-02-10 08:41:43 -0800 |
| commit | 91fc9f3f0e36cf8d8d16dd44b302babf03f82f47 (patch) | |
| tree | e4311e40dbb75e8b842dbefa738aca465e1046db | |
| parent | c177da6675e5e0c471101cd98d6a7d9040b0150e (diff) | |
| parent | 403869471871f7996ac09c7a8a5553d26b1c5d9a (diff) | |
| download | rust-91fc9f3f0e36cf8d8d16dd44b302babf03f82f47.tar.gz rust-91fc9f3f0e36cf8d8d16dd44b302babf03f82f47.zip | |
rollup merge of #22049: caspark/fix-link-to-rustdoc
No point sending people to a page which just says "this is now part of the Rust book" (that page being http://doc.rust-lang.org/rustdoc.html).
| -rw-r--r-- | src/doc/index.md | 3 |
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 |
