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 250b533f3f8..11dd5e2d732 100644 --- a/llvm/docs/tutorial/index.html +++ b/llvm/docs/tutorial/index.html @@ -35,7 +35,7 @@ <li><a href="OCamlLangImpl5.html">Extending the language: control flow</a></li> <li><a href="OCamlLangImpl6.html">Extending the language: user-defined operators</a></li> <li><a href="OCamlLangImpl7.html">Extending the language: mutable variables / SSA construction</a></li> - <li><a href="LangImpl8.html">Conclusion and other useful LLVM tidbits</a></li> + <li><a href="OCamlLangImpl8.html">Conclusion and other useful LLVM tidbits</a></li> </ol></li> <li>Advanced Topics <ol> |