Skip to content

Commit 1ddcea3

Browse files
committed
Rename rustc_guide to rustc_dev_guide
1 parent 9d4fdba commit 1ddcea3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/rustc/src/contributing.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +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][rustc_guide] on its
4+
whole book][rustc_dev_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.
77

88
If you would like to contribute to _this_ book, you can find its source in the
99
rustc source at [src/doc/rustc][rustc_book].
1010

11-
[rustc_guide]: https://rust-lang.github.io/rustc-dev-guide/
11+
[rustc_dev_guide]: https://rust-lang.github.io/rustc-dev-guide/
1212
[rustc_book]: https://github.com/rust-lang/rust/tree/master/src/doc/rustc

0 commit comments

Comments
 (0)