diff options
| author | Santiago Pastorino <spastorino@gmail.com> | 2020-03-06 10:54:00 -0300 |
|---|---|---|
| committer | Santiago Pastorino <spastorino@gmail.com> | 2020-03-10 17:08:17 -0300 |
| commit | 1ddcea3422295ece28d59aae9fa5ea7fccb23c2e (patch) | |
| tree | 6cca0e981c0e64468ff817ac26fcbc4a1ffe1abf /src/doc/rustc | |
| parent | 9d4fdba8bee7e1f445fa0ebbd4aed0defbd8e514 (diff) | |
| download | rust-1ddcea3422295ece28d59aae9fa5ea7fccb23c2e.tar.gz rust-1ddcea3422295ece28d59aae9fa5ea7fccb23c2e.zip | |
Rename rustc_guide to rustc_dev_guide
Diffstat (limited to 'src/doc/rustc')
| -rw-r--r-- | src/doc/rustc/src/contributing.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/rustc/src/contributing.md b/src/doc/rustc/src/contributing.md index 730cebe279a..47caf374746 100644 --- a/src/doc/rustc/src/contributing.md +++ b/src/doc/rustc/src/contributing.md @@ -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 |
