doc: Link to cargo docs, not just crates.io
This commit is contained in:
parent
6ca0fa9af2
commit
48c170df36
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue