]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_codegen_llvm/README.md
Rename rustc guide to rustc dev guide
[rust.git] / src / librustc_codegen_llvm / README.md
index dda2e5ac18f01ba00f35a1b9a3d8b8d6b3ea567d..554f5417780b87e9062a2979e96fd2126d575d35 100644 (file)
@@ -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-guide/codegen.html
+[rustc dev guide]: https://rust-lang.github.io/rustc-dev-guide/codegen.html