We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc15a15 + 2c04696 commit 135502eCopy full SHA for 135502e
src/doc/trpl/hello-cargo.md
@@ -5,7 +5,7 @@ projects. Cargo is currently in a pre-1.0 state, and so it is still a work in
5
progress. However, it is already good enough to use for many Rust projects, and
6
so it is assumed that Rust projects will use Cargo from the beginning.
7
8
-[cratesio]: https://doc.crates.io
+[cratesio]: http://doc.crates.io
9
10
Cargo manages three things: building your code, downloading the dependencies
11
your code needs, and building those dependencies. At first, your
0 commit comments