mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
Auto merge of #5317 - konstin:patch-1, r=matklad
Add link to the sources of the book It's quite hard to find the folder with the sources of the book, so I added the link to the introduction.
This commit is contained in:
commit
681756252b
@ -4,7 +4,8 @@
|
|||||||
|
|
||||||
Cargo is the [Rust] *package manager*. Cargo downloads your Rust project’s
|
Cargo is the [Rust] *package manager*. Cargo downloads your Rust project’s
|
||||||
dependencies, compiles your project, makes packages, and upload them to
|
dependencies, compiles your project, makes packages, and upload them to
|
||||||
[crates.io], the Rust community’s *package registry*.
|
[crates.io], the Rust community’s *package registry*. You can contribute
|
||||||
|
to this book on [GitHub].
|
||||||
|
|
||||||
|
|
||||||
### Sections
|
### Sections
|
||||||
@ -26,3 +27,4 @@ The reference covers the details of various areas of Cargo.
|
|||||||
|
|
||||||
[rust]: https://www.rust-lang.org/
|
[rust]: https://www.rust-lang.org/
|
||||||
[crates.io]: https://crates.io/
|
[crates.io]: https://crates.io/
|
||||||
|
[GitHub]: https://github.com/rust-lang/cargo/tree/master/src/doc/src
|
||||||
|
Loading…
x
Reference in New Issue
Block a user