From 596e97924ae5bd884509d5a99bfd89850cb7a29e Mon Sep 17 00:00:00 2001 From: Alex Denisov <1101.debian@gmail.com> Date: Tue, 15 Dec 2015 20:50:29 +0000 Subject: LLVM tutorial: fix broken links/anchors llvm-svn: 255671 --- llvm/docs/tutorial/OCamlLangImpl8.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/docs/tutorial/OCamlLangImpl8.rst') diff --git a/llvm/docs/tutorial/OCamlLangImpl8.rst b/llvm/docs/tutorial/OCamlLangImpl8.rst index 0346fa9fed1..3ab6db35dfb 100644 --- a/llvm/docs/tutorial/OCamlLangImpl8.rst +++ b/llvm/docs/tutorial/OCamlLangImpl8.rst @@ -48,7 +48,7 @@ For example, try adding: extending the type system in all sorts of interesting ways. Simple arrays are very easy and are quite useful for many different applications. Adding them is mostly an exercise in learning how the - LLVM `getelementptr <../LangRef.html#i_getelementptr>`_ instruction + LLVM `getelementptr <../LangRef.html#getelementptr-instruction>`_ instruction works: it is so nifty/unconventional, it `has its own FAQ <../GetElementPtr.html>`_! If you add support for recursive types (e.g. linked lists), make sure to read the `section in the LLVM -- cgit v1.2.3