about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2015-05-04 09:11:27 +0000
committerbors <bors@rust-lang.org>2015-05-04 09:11:27 +0000
commit165a8dec9ce200ede5ad29c8ab7f8e7064c478f3 (patch)
tree31c0b4a92dc22100143e9a26fa3fd8d99620abad
parent1ea9e8db6f9a2da62dcdc4ff7cdbcf7ded4e56b5 (diff)
parent3eee2b93192af0d74c9a02a195dea7afe2781838 (diff)
Auto merge of #25055 - bguiz:patch-2, r=steveklabnik
- I found n error in the book, before contributing the patch to fix it, I had to find where they were hosted
- It took me quite look to find where within the rust-lang *organisation* it was! ... and this should make it easier for the next person in the same position
-rw-r--r--src/doc/trpl/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/doc/trpl/README.md b/src/doc/trpl/README.md
index 119bbf7fb2a..89f0db8dc56 100644
--- a/src/doc/trpl/README.md
+++ b/src/doc/trpl/README.md
@@ -40,6 +40,11 @@ want to dive in with a project, or ‘Syntax and Semantics’ if you prefer to
 start small, and learn a single concept thoroughly before moving onto the next.
 Copious cross-linking connects these parts together.
 
+### Contributing
+
+The source files from which this book is generated can be found on Github:
+[github.com/rust-lang/rust/tree/master/src/doc/trpl](https://github.com/rust-lang/rust/tree/master/src/doc/trpl)
+
 ## A brief introduction to Rust
 
 Is Rust a language you might be interested in? Let’s examine a few small code