diff options
| author | Santiago Pastorino <spastorino@gmail.com> | 2020-03-06 11:13:26 -0300 |
|---|---|---|
| committer | Santiago Pastorino <spastorino@gmail.com> | 2020-03-10 17:08:10 -0300 |
| commit | 0037f4e37cb32f6195ab57fe4e5d34eb0adcd2d5 (patch) | |
| tree | c571b568071f6ed615a04cc3932eabde9ac6f53b /src/doc/rustc | |
| parent | 1e179690f8ad9790eb3a6b1dbb6a0ddf479f2c86 (diff) | |
| download | rust-0037f4e37cb32f6195ab57fe4e5d34eb0adcd2d5.tar.gz rust-0037f4e37cb32f6195ab57fe4e5d34eb0adcd2d5.zip | |
Rename rustc-guide to rustc-dev-guide
Diffstat (limited to 'src/doc/rustc')
| -rw-r--r-- | src/doc/rustc/src/contributing.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
