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_llvm | |
| parent | 1e179690f8ad9790eb3a6b1dbb6a0ddf479f2c86 (diff) | |
| download | rust-0037f4e37cb32f6195ab57fe4e5d34eb0adcd2d5.tar.gz rust-0037f4e37cb32f6195ab57fe4e5d34eb0adcd2d5.zip | |
Rename rustc-guide to rustc-dev-guide
Diffstat (limited to 'src/librustc_codegen_llvm')
| -rw-r--r-- | src/librustc_codegen_llvm/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_codegen_llvm/README.md b/src/librustc_codegen_llvm/README.md index dda2e5ac18f..c5c9b52c57b 100644 --- a/src/librustc_codegen_llvm/README.md +++ b/src/librustc_codegen_llvm/README.md @@ -4,4 +4,4 @@ that runs towards the end of the compilation process. For more information about how codegen works, see the [rustc guide]. -[rustc guide]: https://rust-lang.github.io/rustc-guide/codegen.html +[rustc guide]: https://rust-lang.github.io/rustc-dev-guide/codegen.html |
