Skip to content

Commit aaa8aa3

Browse files
authored
Rollup merge of #70567 - JOE1994:patch-3, r=Centril
Fix broken link in README Fix broken link to `rustc-dev-guide` section for `codegen`
2 parents 298a89b + 60e7473 commit aaa8aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_codegen_llvm/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ that runs towards the end of the compilation process.
44

55
For more information about how codegen works, see the [rustc dev guide].
66

7-
[rustc dev guide]: https://rustc-dev-guide.rust-lang.org/codegen.html
7+
[rustc dev guide]: https://rustc-dev-guide.rust-lang.org/backend/codegen.html

0 commit comments

Comments
 (0)