Skip to content

Commit bb683b9

Browse files
authored
Rollup merge of rust-lang#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.
2 parents 04a2cbd + 11b0fa2 commit bb683b9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/doc/rustc/src/contributing.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Contributing to rustc
22

33
We'd love to have your help improving `rustc`! To that end, we've written [a
4-
whole book](https://rust-lang.github.io/rustc-guide/) on its
4+
whole book][rustc_guide] on its
55
internals, how it works, and how to get started working on it. To learn
66
more, you'll want to check that out.
7+
8+
If you would like to contribute to _this_ book, you can find its source in the
9+
rustc source at [src/doc/rustc][rustc_book].
10+
11+
[rustc_guide]: https://rust-lang.github.io/rustc-guide/
12+
[rustc_book]: https://github.com/rust-lang/rust/tree/master/src/doc/rustc

0 commit comments

Comments
 (0)