doc: Link to cargo docs, not just crates.io

This commit is contained in:
Brian Anderson 2015-11-03 12:55:03 -08:00
parent 6ca0fa9af2
commit 48c170df36

View file

@ -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