about summary refs log tree commit diff
path: root/src/librustc_codegen_llvm
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 /src/librustc_codegen_llvm
parent0037f4e37cb32f6195ab57fe4e5d34eb0adcd2d5 (diff)
downloadrust-9d4fdba8bee7e1f445fa0ebbd4aed0defbd8e514.tar.gz
rust-9d4fdba8bee7e1f445fa0ebbd4aed0defbd8e514.zip
Rename rustc guide to rustc dev guide
Diffstat (limited to 'src/librustc_codegen_llvm')
-rw-r--r--src/librustc_codegen_llvm/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/librustc_codegen_llvm/README.md b/src/librustc_codegen_llvm/README.md
index c5c9b52c57b..554f5417780 100644
--- a/src/librustc_codegen_llvm/README.md
+++ b/src/librustc_codegen_llvm/README.md
@@ -2,6 +2,6 @@ The `codegen` crate contains the code to convert from MIR into LLVM IR,
 and then from LLVM IR into machine code. In general it contains code
 that runs towards the end of the compilation process.
 
-For more information about how codegen works, see the [rustc guide].
+For more information about how codegen works, see the [rustc dev guide].
 
-[rustc guide]: https://rust-lang.github.io/rustc-dev-guide/codegen.html
+[rustc dev guide]: https://rust-lang.github.io/rustc-dev-guide/codegen.html