Skip to content

Commit 6817562

Browse files
committed
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.
2 parents 9015109 + 9a771c9 commit 6817562

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/doc/src/index.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
Cargo is the [Rust] *package manager*. Cargo downloads your Rust project’s
66
dependencies, compiles your project, makes packages, and upload them to
7-
[crates.io], the Rust community’s *package registry*.
7+
[crates.io], the Rust community’s *package registry*. You can contribute
8+
to this book on [GitHub].
89

910

1011
### Sections
@@ -26,3 +27,4 @@ The reference covers the details of various areas of Cargo.
2627

2728
[rust]: https://www.rust-lang.org/
2829
[crates.io]: https://crates.io/
30+
[GitHub]: https://github.com/rust-lang/cargo/tree/master/src/doc/src

0 commit comments

Comments
 (0)