]> 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 8d1c9a52b24289479478c4810e751eb9c1e3857e..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-nursery.github.io/rustc-guide/codegen.html
+[rustc dev guide]: https://rust-lang.github.io/rustc-dev-guide/codegen.html