Skip to content

Commit 85aba75

Browse files
committed
rollup merge of #21803: madmalik/patch-1
http://doc.rust-lang.org/rustdoc.html states that its content was moved to http://doc.rust-lang.org/book/documentation.html
2 parents 387722b + e9ade48 commit 85aba75

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)