Rename rustc_guide to rustc_dev_guide

This commit is contained in:
Santiago Pastorino 2020-03-06 10:54:00 -03:00
parent 9d4fdba8be
commit 1ddcea3422
No known key found for this signature in database
GPG key ID: 8131A24E0C79EFAF

View file

@ -1,12 +1,12 @@
# Contributing to rustc
We'd love to have your help improving `rustc`! To that end, we've written [a
whole book][rustc_guide] on its
whole book][rustc_dev_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-dev-guide/
[rustc_dev_guide]: https://rust-lang.github.io/rustc-dev-guide/
[rustc_book]: https://github.com/rust-lang/rust/tree/master/src/doc/rustc