From b04877cae9eecc41a5aeeee1cdfc9f012362b6bc Mon Sep 17 00:00:00 2001 From: Sean Silva Date: Tue, 17 Mar 2015 21:02:37 +0000 Subject: [PATCH] [docs] Fix some malformed links. 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 | 2 +- docs/tutorial/OCamlLangImpl3.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial/LangImpl3.rst b/docs/tutorial/LangImpl3.rst index b7418ccf32a..26ba4aae956 100644 --- a/docs/tutorial/LangImpl3.rst +++ b/docs/tutorial/LangImpl3.rst @@ -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`` `_ +`IRBuilder `_ class template keep track of the current place to insert instructions and has methods to create new instructions. diff --git a/docs/tutorial/OCamlLangImpl3.rst b/docs/tutorial/OCamlLangImpl3.rst index fd9f0e5cd3f..10d463b93ac 100644 --- a/docs/tutorial/OCamlLangImpl3.rst +++ b/docs/tutorial/OCamlLangImpl3.rst @@ -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`` `_ +`IRBuilder `_ class keep track of the current place to insert instructions and has methods to create new instructions.