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/librustc_codegen_ssa | |
| parent | 1e179690f8ad9790eb3a6b1dbb6a0ddf479f2c86 (diff) | |
| download | rust-0037f4e37cb32f6195ab57fe4e5d34eb0adcd2d5.tar.gz rust-0037f4e37cb32f6195ab57fe4e5d34eb0adcd2d5.zip | |
Rename rustc-guide to rustc-dev-guide
Diffstat (limited to 'src/librustc_codegen_ssa')
| -rw-r--r-- | src/librustc_codegen_ssa/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/librustc_codegen_ssa/README.md b/src/librustc_codegen_ssa/README.md index 2a3a4fcc5fc..1faf733fa8d 100644 --- a/src/librustc_codegen_ssa/README.md +++ b/src/librustc_codegen_ssa/README.md @@ -1,3 +1,3 @@ -Please read the rustc-guide chapter on [Backend Agnostic Codegen][bac]. +Please read the rustc-dev-guide chapter on [Backend Agnostic Codegen][bac]. -[bac]: https://rust-lang.github.io/rustc-guide/codegen/backend-agnostic.html +[bac]: https://rust-lang.github.io/rustc-dev-guide/codegen/backend-agnostic.html |
