diff options
| author | Brendan Graetz <github@bguiz.com> | 2015-05-02 22:40:07 +1000 |
|---|---|---|
| committer | Brendan Graetz <github@bguiz.com> | 2015-05-02 22:40:07 +1000 |
| commit | 3eee2b93192af0d74c9a02a195dea7afe2781838 (patch) | |
| tree | 663bfc5456af2d1b02d9c1e23330d9cdcbf8723e | |
| parent | 354d16bd72ed002d6d8abe9896f89a445a60c21f (diff) | |
| download | rust-3eee2b93192af0d74c9a02a195dea7afe2781838.tar.gz rust-3eee2b93192af0d74c9a02a195dea7afe2781838.zip | |
=BG= minor: add link to book source files
- 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!
| -rw-r--r-- | src/doc/trpl/README.md | 5 |
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 |
