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
This commit is contained in:
Alex Crichton 2015-02-02 10:58:06 -08:00
commit 85aba7575b
1 changed files with 1 additions and 1 deletions

View File

@ -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 and providing some examples of usage is very, very helpful. Don't worry about
the `&str`, we'll get to it soon. 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. from these doc comments.