From 48c170df36ed5e7ee47ca011b0169a0a7acd199c Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Tue, 3 Nov 2015 12:55:03 -0800 Subject: [PATCH] doc: Link to cargo docs, not just crates.io --- src/doc/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/index.md b/src/doc/index.md index 79f3e0aad4d0..89fa45a3ad6f 100644 --- a/src/doc/index.md +++ b/src/doc/index.md @@ -40,7 +40,7 @@ how to write `unsafe` Rust code. It is for advanced Rust programmers. # Tools -[Cargo](https://crates.io) is the Rust's package manager providing access to libraries +[Cargo](http://doc.crates.io/index.html) is the Rust's package manager providing access to libraries beyond the standard one, and its website contains lots of good documentation. [`rustdoc`](book/documentation.html) is the Rust's documentation generator, a tool converting