Skip to content

Commit 6f3aa71

Browse files
committed
Rollup merge of rust-lang#21803 - madmalik:patch-1, r=steveklabnik
http://doc.rust-lang.org/rustdoc.html states that its content was moved to http://doc.rust-lang.org/book/documentation.html
2 parents 02068f0 + e9ade48 commit 6f3aa71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/trpl/comments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ When writing doc comments, adding sections for any arguments, return values,
4343
and providing some examples of usage is very, very helpful. Don't worry about
4444
the `&str`, we'll get to it soon.
4545

46-
You can use the [`rustdoc`](../rustdoc.html) tool to generate HTML documentation
46+
You can use the [`rustdoc`](documentation.html) tool to generate HTML documentation
4747
from these doc comments.

0 commit comments

Comments
 (0)