Skip to content

Commit 48c170d

Browse files
committed
doc: Link to cargo docs, not just crates.io
1 parent 6ca0fa9 commit 48c170d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ how to write `unsafe` Rust code. It is for advanced Rust programmers.
4040

4141
# Tools
4242

43-
[Cargo](https://crates.io) is the Rust's package manager providing access to libraries
43+
[Cargo](http://doc.crates.io/index.html) is the Rust's package manager providing access to libraries
4444
beyond the standard one, and its website contains lots of good documentation.
4545

4646
[`rustdoc`](book/documentation.html) is the Rust's documentation generator, a tool converting

0 commit comments

Comments
 (0)