about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2015-11-03 12:55:03 -0800
committerBrian Anderson <banderson@mozilla.com>2015-11-03 12:55:03 -0800
commit48c170df36ed5e7ee47ca011b0169a0a7acd199c (patch)
treeb84ea86feab26e30e9d1f7837b449c393a98cfd4 /src
parent6ca0fa9af2ec96439ef2cbb4047f78c7adb2fe5e (diff)
downloadrust-48c170df36ed5e7ee47ca011b0169a0a7acd199c.tar.gz
rust-48c170df36ed5e7ee47ca011b0169a0a7acd199c.zip
doc: Link to cargo docs, not just crates.io
Diffstat (limited to 'src')
-rw-r--r--src/doc/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/index.md b/src/doc/index.md
index 79f3e0aad4d..89fa45a3ad6 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