[doc] Fix broken link

This commit is contained in:
Han Seoul-Oh 2020-09-14 21:15:16 -07:00 committed by serge-sans-paille
parent 69cccb3189
commit e15996b5c6
1 changed files with 1 additions and 1 deletions

View File

@ -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.