[llvm] e15996b - [doc] Fix broken link

via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 15 00:58:32 PDT 2020


Author: Han Seoul-Oh
Date: 2020-09-15T09:58:08+02:00
New Revision: e15996b5c6e9609c5902cae12455f43d7ba97a0f

URL: https://github.com/llvm/llvm-project/commit/e15996b5c6e9609c5902cae12455f43d7ba97a0f
DIFF: https://github.com/llvm/llvm-project/commit/e15996b5c6e9609c5902cae12455f43d7ba97a0f.diff

LOG: [doc] Fix broken link

Added: 
    

Modified: 
    llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl03.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl03.rst b/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl03.rst
index c37c9600f51e..7170b0fb25de 100644
--- a/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl03.rst
+++ b/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl03.rst
@@ -90,7 +90,7 @@ detail, we just need a single instance to pass into APIs that require it.
 
 The ``Builder`` object is a helper object that makes it easy to generate
 LLVM instructions. Instances of the
-`IRBuilder <https://llvm.org/doxygen/IRBuilder_8h-source.html>`_
+`IRBuilder <https://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.
 


        


More information about the llvm-commits mailing list