aboutsummaryrefslogtreecommitdiff
path: root/docs/tutorial/LangImpl04.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorial/LangImpl04.rst')
-rw-r--r--docs/tutorial/LangImpl04.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/LangImpl04.rst b/docs/tutorial/LangImpl04.rst
index 16d7164ae15..921c4dcc21a 100644
--- a/docs/tutorial/LangImpl04.rst
+++ b/docs/tutorial/LangImpl04.rst
@@ -622,7 +622,7 @@ This completes the JIT and optimizer chapter of the Kaleidoscope
tutorial. At this point, we can compile a non-Turing-complete
programming language, optimize and JIT compile it in a user-driven way.
Next up we'll look into `extending the language with control flow
-constructs <LangImpl5.html>`_, tackling some interesting LLVM IR issues
+constructs <LangImpl05.html>`_, tackling some interesting LLVM IR issues
along the way.
Full Code Listing