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/OCamlLangImpl1.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/OCamlLangImpl1.rst')
| -rw-r--r-- | llvm/docs/tutorial/OCamlLangImpl1.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/tutorial/OCamlLangImpl1.rst b/llvm/docs/tutorial/OCamlLangImpl1.rst index 94ca3a5aa4d..cf968b5ae89 100644 --- a/llvm/docs/tutorial/OCamlLangImpl1.rst +++ b/llvm/docs/tutorial/OCamlLangImpl1.rst @@ -139,7 +139,7 @@ useful for mutually recursive functions). For example: A more interesting example is included in Chapter 6 where we write a little Kaleidoscope application that `displays a Mandelbrot -Set <OCamlLangImpl6.html#example>`_ at various levels of magnification. +Set <OCamlLangImpl6.html#kicking-the-tires>`_ at various levels of magnification. Lets dive into the implementation of this language! @@ -275,7 +275,7 @@ file. These are handled with this code: | [< >] -> [< >] With this, we have the complete lexer for the basic Kaleidoscope -language (the `full code listing <OCamlLangImpl2.html#code>`_ for the +language (the `full code listing <OCamlLangImpl2.html#full-code-listing>`_ for the Lexer is available in the `next chapter <OCamlLangImpl2.html>`_ of the tutorial). Next we'll `build a simple parser that uses this to build an Abstract Syntax Tree <OCamlLangImpl2.html>`_. When we have that, we'll |

