Skip to content

Commit e15996b

Browse files
laughinghanserge-sans-paille
authored andcommitted
[doc] Fix broken link
1 parent 69cccb3 commit e15996b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl03.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ detail, we just need a single instance to pass into APIs that require it.
9090

9191
The ``Builder`` object is a helper object that makes it easy to generate
9292
LLVM instructions. Instances of the
93-
`IRBuilder <https://llvm.org/doxygen/IRBuilder_8h-source.html>`_
93+
`IRBuilder <https://llvm.org/doxygen/IRBuilder_8h_source.html>`_
9494
class template keep track of the current place to insert instructions
9595
and has methods to create new instructions.
9696

0 commit comments

Comments
 (0)