]> git.proxmox.com Git - rustc.git/blobdiff - src/doc/rustc/src/contributing.md
New upstream version 1.34.2+dfsg1
[rustc.git] / src / doc / rustc / src / contributing.md
index 3a1cafe8a61533dfdb5baa1493c641a19525fea4..25a5c97b0a1200dbad7b9e9266f663602c5649f5 100644 (file)
@@ -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