about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorDylan DPC <dylan.dpc@gmail.com>2020-03-30 16:24:52 +0200
committerGitHub <noreply@github.com>2020-03-30 16:24:52 +0200
commitaaa8aa31814dc33b98cb790d337b12d907e9b12c (patch)
tree022e54b66a564f036d464627f7b6112c63aeb5af /src
parent298a89bff380d5968c4e8753cdfd4c97ac43262a (diff)
parent60e7473bdf343584bb9be21165770b034ad8423e (diff)
downloadrust-aaa8aa31814dc33b98cb790d337b12d907e9b12c.tar.gz
rust-aaa8aa31814dc33b98cb790d337b12d907e9b12c.zip
Rollup merge of #70567 - JOE1994:patch-3, r=Centril
Fix broken link in README

Fix broken link to `rustc-dev-guide` section for `codegen`
Diffstat (limited to 'src')
-rw-r--r--src/librustc_codegen_llvm/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_codegen_llvm/README.md b/src/librustc_codegen_llvm/README.md
index 97d8f76623e..afec60d017e 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 dev guide].
 
-[rustc dev guide]: https://rustc-dev-guide.rust-lang.org/codegen.html
+[rustc dev guide]: https://rustc-dev-guide.rust-lang.org/backend/codegen.html