about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorSantiago Pastorino <spastorino@gmail.com>2020-03-05 18:07:42 -0300
committerSantiago Pastorino <spastorino@gmail.com>2020-03-10 17:08:16 -0300
commit9d4fdba8bee7e1f445fa0ebbd4aed0defbd8e514 (patch)
treefe61bbc24975edd6ad3b889082dc0e48f9d63f61 /README.md
parent0037f4e37cb32f6195ab57fe4e5d34eb0adcd2d5 (diff)
downloadrust-9d4fdba8bee7e1f445fa0ebbd4aed0defbd8e514.tar.gz
rust-9d4fdba8bee7e1f445fa0ebbd4aed0defbd8e514.zip
Rename rustc guide to rustc dev guide
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index a61923129bf..fdc62443758 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ chapter][rustcguidebuild] of the rustc-dev-guide instead of this section._
 
 The Rust build system has a Python script called `x.py` to bootstrap building
 the compiler. More information about it may be found by running `./x.py --help`
-or reading the [rustc guide][rustcguidebuild].
+or reading the [rustc dev guide][rustcguidebuild].
 
 [rustcguidebuild]: https://rust-lang.github.io/rustc-dev-guide/building/how-to-build-and-run.html
 
@@ -249,13 +249,13 @@ Most real-time collaboration happens in a variety of channels on the
 community, documentation, and all major contribution areas in the Rust ecosystem.
 A good place to ask for help would be the #help channel.
 
-The [rustc guide] might be a good place to start if you want to find out how
+The [rustc dev guide] might be a good place to start if you want to find out how
 various parts of the compiler work.
 
 Also, you may find the [rustdocs for the compiler itself][rustdocs] useful.
 
 [rust-discord]: https://discord.gg/rust-lang
-[rustc guide]: https://rust-lang.github.io/rustc-dev-guide/about-this-guide.html
+[rustc dev guide]: https://rust-lang.github.io/rustc-dev-guide/about-this-guide.html
 [rustdocs]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc/
 
 ## License