[Docs] Fix a broken link in the Kaleidoscope tutorial.
Patch by: Alfred Perlstein <alfred@FreeBSD.org>
llvm-svn: 281297
diff --git a/llvm/docs/tutorial/LangImpl02.rst b/llvm/docs/tutorial/LangImpl02.rst
index 701cbc9..ac8d2d7 100644
--- a/llvm/docs/tutorial/LangImpl02.rst
+++ b/llvm/docs/tutorial/LangImpl02.rst
@@ -708,7 +708,7 @@
There is a lot of room for extension here. You can define new AST nodes,
extend the language in many ways, etc. In the `next
-installment <LangImpl3.html>`_, we will describe how to generate LLVM
+installment <LangImpl03.html>`_, we will describe how to generate LLVM
Intermediate Representation (IR) from the AST.
Full Code Listing