summaryrefslogtreecommitdiffstats
path: root/llvm/docs/tutorial/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/docs/tutorial/index.html')
-rw-r--r--llvm/docs/tutorial/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/tutorial/index.html b/llvm/docs/tutorial/index.html
index 2406ebe1ebf..fe047c9d24a 100644
--- a/llvm/docs/tutorial/index.html
+++ b/llvm/docs/tutorial/index.html
@@ -27,7 +27,7 @@
</li>
<li>Implementing a language with LLVM: Kaleidoscope
<ol>
- <li><a href="LangImpl1.html">The basic language, with its lexer</a></li>
+ <li><a href="LangImpl1.html">Tutorial Introduction and the Lexer</a></li>
<li><a href="LangImpl2.html">Implementing a Parser and AST</a></li>
<li><a href="LangImpl3.html">Implementing Code Generation to LLVM IR</a></li>
<li><a href="LangImpl4.html">Adding JIT and Optimizer Support</a></li>
OpenPOWER on IntegriCloud