about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorSantiago Pastorino <spastorino@gmail.com>2020-03-06 11:13:26 -0300
committerSantiago Pastorino <spastorino@gmail.com>2020-03-10 17:08:10 -0300
commit0037f4e37cb32f6195ab57fe4e5d34eb0adcd2d5 (patch)
treec571b568071f6ed615a04cc3932eabde9ac6f53b /src/doc
parent1e179690f8ad9790eb3a6b1dbb6a0ddf479f2c86 (diff)
downloadrust-0037f4e37cb32f6195ab57fe4e5d34eb0adcd2d5.tar.gz
rust-0037f4e37cb32f6195ab57fe4e5d34eb0adcd2d5.zip
Rename rustc-guide to rustc-dev-guide
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/index.md2
-rw-r--r--src/doc/rustc/src/contributing.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/index.md b/src/doc/index.md
index 0a2a80e8fd6..bccce3b72f3 100644
--- a/src/doc/index.md
+++ b/src/doc/index.md
@@ -120,7 +120,7 @@ Rust. It's also sometimes called "the 'nomicon."
 
 ## The `rustc` Contribution Guide
 
-[The `rustc` Guide](https://rust-lang.github.io/rustc-guide/) documents how
+[The `rustc` Guide](https://rust-lang.github.io/rustc-dev-guide/) documents how
 the compiler works and how to contribute to it. This is useful if you want to build
 or modify the Rust compiler from source (e.g. to target something non-standard).
 
diff --git a/src/doc/rustc/src/contributing.md b/src/doc/rustc/src/contributing.md
index 25a5c97b0a1..730cebe279a 100644
--- a/src/doc/rustc/src/contributing.md
+++ b/src/doc/rustc/src/contributing.md
@@ -8,5 +8,5 @@ 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-guide/
+[rustc_guide]: https://rust-lang.github.io/rustc-dev-guide/
 [rustc_book]: https://github.com/rust-lang/rust/tree/master/src/doc/rustc