diff options
Diffstat (limited to 'llvm/docs/tutorial/index.html')
-rw-r--r-- | llvm/docs/tutorial/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/tutorial/index.html b/llvm/docs/tutorial/index.html index acaee03367b..6991adfe6f3 100644 --- a/llvm/docs/tutorial/index.html +++ b/llvm/docs/tutorial/index.html @@ -28,7 +28,7 @@ <li>Implementing a language with LLVM: Kaleidoscope <ol> <li><a href="LangImpl1.html">The basic language, with its lexer</a></li> - <li>Implementing a Parser and AST</li> + <li><a href="LangImpl2.html">Implementing a Parser and AST</a></li> <li>Implementing code generation to LLVM IR</li> <li>Adding JIT codegen support</li> <li>Extending the language: if/then/else</li> |