We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9015109 + 9a771c9 commit 6817562Copy full SHA for 6817562
src/doc/src/index.md
@@ -4,7 +4,8 @@
4
5
Cargo is the [Rust] *package manager*. Cargo downloads your Rust project’s
6
dependencies, compiles your project, makes packages, and upload them to
7
-[crates.io], the Rust community’s *package registry*.
+[crates.io], the Rust community’s *package registry*. You can contribute
8
+to this book on [GitHub].
9
10
11
### Sections
@@ -26,3 +27,4 @@ The reference covers the details of various areas of Cargo.
26
27
28
[rust]: https://www.rust-lang.org/
29
[crates.io]: https://crates.io/
30
+[GitHub]: https://github.com/rust-lang/cargo/tree/master/src/doc/src
0 commit comments