Skip to content

Commit 91fc9f3

Browse files
committed
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).
2 parents c177da6 + 4038694 commit 91fc9f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/doc/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ tools we have are really nice.
5959
[Cargo](http://crates.io) is Rust's package manager, and its website contains
6060
lots of good documentation.
6161

62-
[The `rustdoc` manual](rustdoc.html) contains information about Rust's
63-
documentation tool.
62+
[`rustdoc`](book/documentation.html) is used to generate documentation for Rust code.
6463

6564
# FAQs
6665

0 commit comments

Comments
 (0)