diff options
author | Alex Denisov <1101.debian@gmail.com> | 2015-12-15 20:50:29 +0000 |
---|---|---|
committer | Alex Denisov <1101.debian@gmail.com> | 2015-12-15 20:50:29 +0000 |
commit | 596e97924ae5bd884509d5a99bfd89850cb7a29e (patch) | |
tree | d70f7e56fd9419ecd5b3c9c67485b83a5e00f095 /llvm/docs/tutorial/OCamlLangImpl8.rst | |
parent | 4ec401406e3d71aae58fa210b727175022937cf2 (diff) | |
download | bcm5719-llvm-596e97924ae5bd884509d5a99bfd89850cb7a29e.tar.gz bcm5719-llvm-596e97924ae5bd884509d5a99bfd89850cb7a29e.zip |
LLVM tutorial: fix broken links/anchors
llvm-svn: 255671
Diffstat (limited to 'llvm/docs/tutorial/OCamlLangImpl8.rst')
-rw-r--r-- | llvm/docs/tutorial/OCamlLangImpl8.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |