Skip to content

Commit 67ec74d

Browse files
dlrobertsonmark-i-m
authored andcommitted
Update link to debugging codegen
1 parent c7d4e2f commit 67ec74d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/codegen.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Code generation or "codegen" is the part of the compiler that actually
44
generates an executable binary. rustc uses LLVM for code generation.
55

66
> NOTE: If you are looking for hints on how to debug code generation bugs,
7-
> please see [this section of the debugging chapter][debug].
7+
> please see [this section of the debugging chapter][debugging].
88
9-
[debug]: compiler-debugging.html#debugging-llvm
9+
[debugging]: codegen/debugging.html
1010

1111
## What is LLVM?
1212

0 commit comments

Comments
 (0)