summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/docs/MergeFunctions.rst2
-rw-r--r--llvm/docs/ProgrammersManual.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/MergeFunctions.rst b/llvm/docs/MergeFunctions.rst
index 377ea4d698d..f808010f3ac 100644
--- a/llvm/docs/MergeFunctions.rst
+++ b/llvm/docs/MergeFunctions.rst
@@ -56,7 +56,7 @@ As a good start point, Kaleidoscope tutorial could be used:
Especially it's important to understand chapter 3 of tutorial:
-:doc:`tutorial/LangImpl3`
+:doc:`tutorial/LangImpl03`
Reader also should know how passes work in LLVM, they could use next article as
a reference and start point here:
diff --git a/llvm/docs/ProgrammersManual.rst b/llvm/docs/ProgrammersManual.rst
index 8a8268c9f75..030637048bf 100644
--- a/llvm/docs/ProgrammersManual.rst
+++ b/llvm/docs/ProgrammersManual.rst
@@ -2221,7 +2221,7 @@ sequence of instructions that form a ``BasicBlock``:
CallInst* callTwo = Builder.CreateCall(...);
Value* result = Builder.CreateMul(callOne, callTwo);
- See :doc:`tutorial/LangImpl3` for a practical use of the ``IRBuilder``.
+ See :doc:`tutorial/LangImpl03` for a practical use of the ``IRBuilder``.
.. _schanges_deleting:
OpenPOWER on IntegriCloud