[llvm] r281297 - [Docs] Fix a broken link in the Kaleidoscope tutorial.

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 12 23:31:38 PDT 2016


Author: davide
Date: Tue Sep 13 01:31:37 2016
New Revision: 281297

URL: http://llvm.org/viewvc/llvm-project?rev=281297&view=rev
Log:
[Docs] Fix a broken link in the Kaleidoscope tutorial.

Patch by:	Alfred Perlstein <alfred at FreeBSD.org>

Modified:
    llvm/trunk/docs/tutorial/LangImpl02.rst

Modified: llvm/trunk/docs/tutorial/LangImpl02.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/tutorial/LangImpl02.rst?rev=281297&r1=281296&r2=281297&view=diff
==============================================================================
--- llvm/trunk/docs/tutorial/LangImpl02.rst (original)
+++ llvm/trunk/docs/tutorial/LangImpl02.rst Tue Sep 13 01:31:37 2016
@@ -708,7 +708,7 @@ For example, here is a sample interactio
 
 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




More information about the llvm-commits mailing list