We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d4fdba commit 1ddcea3Copy full SHA for 1ddcea3
src/doc/rustc/src/contributing.md
@@ -1,12 +1,12 @@
1
# Contributing to rustc
2
3
We'd love to have your help improving `rustc`! To that end, we've written [a
4
-whole book][rustc_guide] on its
+whole book][rustc_dev_guide] on its
5
internals, how it works, and how to get started working on it. To learn
6
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-dev-guide/
+[rustc_dev_guide]: https://rust-lang.github.io/rustc-dev-guide/
12
[rustc_book]: https://github.com/rust-lang/rust/tree/master/src/doc/rustc
0 commit comments