]> granicus.if.org Git - llvm/commitdiff
[Docs] Fix a broken link in the Kaleidoscope tutorial.
authorDavide Italiano <davide@freebsd.org>
Tue, 13 Sep 2016 06:31:37 +0000 (06:31 +0000)
committerDavide Italiano <davide@freebsd.org>
Tue, 13 Sep 2016 06:31:37 +0000 (06:31 +0000)
Patch by: Alfred Perlstein <alfred@FreeBSD.org>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@281297 91177308-0d34-0410-b5e6-96231b3b80d8

docs/tutorial/LangImpl02.rst

index 701cbc9611363bbe0d72c104327b3361406e75ca..ac8d2d79874325b50e762e4c278df3b6440d18f1 100644 (file)
@@ -708,7 +708,7 @@ For example, here is a sample interaction:
 
 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