From e9ade4826a60d907f5df03105db86a13d3dc8843 Mon Sep 17 00:00:00 2001 From: madmalik Date: Sat, 31 Jan 2015 12:27:57 +0100 Subject: [PATCH] updating the link to rustdoc http://doc.rust-lang.org/rustdoc.html states that its content was moved to http://doc.rust-lang.org/book/documentation.html --- src/doc/trpl/comments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/trpl/comments.md b/src/doc/trpl/comments.md index 3c211b007cf..66670c7c631 100644 --- a/src/doc/trpl/comments.md +++ b/src/doc/trpl/comments.md @@ -43,5 +43,5 @@ When writing doc comments, adding sections for any arguments, return values, and providing some examples of usage is very, very helpful. Don't worry about the `&str`, we'll get to it soon. -You can use the [`rustdoc`](../rustdoc.html) tool to generate HTML documentation +You can use the [`rustdoc`](documentation.html) tool to generate HTML documentation from these doc comments.