about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2019-01-18 22:56:37 +0100
committerGitHub <noreply@github.com>2019-01-18 22:56:37 +0100
commitbb683b9f3aacffd5db61c015a519349dbe4ed969 (patch)
tree5de520c096cc4b62af31ab9d033c3d35b48512e0
parent04a2cbd1c80e76868dbbe093a890addb720eff5d (diff)
parent11b0fa21a66789c05471e2bc7ab58f5e40f4e6bd (diff)
downloadrust-bb683b9f3aacffd5db61c015a519349dbe4ed969.tar.gz
rust-bb683b9f3aacffd5db61c015a519349dbe4ed969.zip
Rollup merge of #57212 - phansch:improve_rustc_book_contributing, r=steveklabnik
docs(rustc): Link to the book's source in rustc

This makes the source of [the rustc book](https://doc.rust-lang.org/rustc/what-is-rustc.html) book a bit more discoverable.
-rw-r--r--src/doc/rustc/src/contributing.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/doc/rustc/src/contributing.md b/src/doc/rustc/src/contributing.md
index 3a1cafe8a61..25a5c97b0a1 100644
--- a/src/doc/rustc/src/contributing.md
+++ b/src/doc/rustc/src/contributing.md
@@ -1,6 +1,12 @@
 # Contributing to rustc
 
 We'd love to have your help improving `rustc`! To that end, we've written [a
-whole book](https://rust-lang.github.io/rustc-guide/) on its
+whole book][rustc_guide] on its
 internals, how it works, and how to get started working on it. To learn
 more, you'll want to check that out.
+
+If you would like to contribute to _this_ book, you can find its source in the
+rustc source at [src/doc/rustc][rustc_book].
+
+[rustc_guide]: https://rust-lang.github.io/rustc-guide/
+[rustc_book]: https://github.com/rust-lang/rust/tree/master/src/doc/rustc