Skip to content

Commit

Permalink
Rename rustc_guide to rustc_dev_guide
Browse files Browse the repository at this point in the history
  • Loading branch information
spastorino committed Mar 10, 2020
1 parent 9d4fdba commit 1ddcea3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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

0 comments on commit 1ddcea3

Please sign in to comment.