From 9a771c9d82642806a11eab5f261e9f7b0d9a3e7d Mon Sep 17 00:00:00 2001 From: konstin Date: Sat, 7 Apr 2018 20:42:33 +0200 Subject: [PATCH] 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. --- src/doc/src/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/doc/src/index.md b/src/doc/src/index.md index e3fc99c3a..5fc55815c 100644 --- a/src/doc/src/index.md +++ b/src/doc/src/index.md @@ -4,7 +4,8 @@ Cargo is the [Rust] *package manager*. Cargo downloads your Rust project’s 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 @@ -26,3 +27,4 @@ The reference covers the details of various areas of Cargo. [rust]: https://www.rust-lang.org/ [crates.io]: https://crates.io/ +[GitHub]: https://github.com/rust-lang/cargo/tree/master/src/doc/src