[docs] Fix some malformed links.
authorSean Silva <chisophugis@gmail.com>
Tue, 17 Mar 2015 21:02:37 +0000 (21:02 +0000)
committerSean Silva <chisophugis@gmail.com>
Tue, 17 Mar 2015 21:02:37 +0000 (21:02 +0000)
Patch by Stanislav Manilov!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232546 91177308-0d34-0410-b5e6-96231b3b80d8

docs/tutorial/LangImpl3.rst
docs/tutorial/OCamlLangImpl3.rst

index b7418ccf32a945c29a0ed3de6202eb994488cff4..26ba4aae956c1dae6748969b14030c4b19be9120 100644 (file)
@@ -85,7 +85,7 @@ structure that the LLVM IR uses to contain code.
 
 The ``Builder`` object is a helper object that makes it easy to generate
 LLVM instructions. Instances of the
-```IRBuilder`` <http://llvm.org/doxygen/IRBuilder_8h-source.html>`_
+`IRBuilder <http://llvm.org/doxygen/IRBuilder_8h-source.html>`_
 class template keep track of the current place to insert instructions
 and has methods to create new instructions.
 
index fd9f0e5cd3f46eb50e2256217e69de861a897a19..10d463b93ac351357b045d9cf8dce72870d78f98 100644 (file)
@@ -65,7 +65,7 @@ the top-level structure that the LLVM IR uses to contain code.
 
 The ``Codegen.builder`` object is a helper object that makes it easy to
 generate LLVM instructions. Instances of the
-```IRBuilder`` <http://llvm.org/doxygen/IRBuilder_8h-source.html>`_
+`IRBuilder <http://llvm.org/doxygen/IRBuilder_8h-source.html>`_
 class keep track of the current place to insert instructions and has
 methods to create new instructions.