diff --git a/src/codegen/debugging.md b/src/codegen/debugging.md index acf917bd..51d5a3b2 100644 --- a/src/codegen/debugging.md +++ b/src/codegen/debugging.md @@ -3,7 +3,7 @@ > NOTE: If you are looking for info about code generation, please see [this > chapter][codegen] instead. -[codegen]: codegen.html +[codegen]: ../codegen.md This section is about debugging compiler bugs in code generation (e.g. why the compiler generated some piece of code or crashed in LLVM). LLVM is a big