summaryrefslogtreecommitdiff
path: root/docs/MergeFunctions.rst
diff options
context:
space:
mode:
authorEtienne Bergeron <etienneb@google.com>2016-07-13 06:10:37 +0000
committerEtienne Bergeron <etienneb@google.com>2016-07-13 06:10:37 +0000
commit9da4a63396373395f3b2043494b6772ae829f579 (patch)
treea253f92f6532b3e2489283618777bdda7dd70795 /docs/MergeFunctions.rst
parente6aa9db48865763bdc0657a60a15fa89bdfbd66c (diff)
fix incorrect xref in sphinx doc
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@275255 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/MergeFunctions.rst')
-rw-r--r--docs/MergeFunctions.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/MergeFunctions.rst b/docs/MergeFunctions.rst
index 377ea4d698d..f808010f3ac 100644
--- a/docs/MergeFunctions.rst
+++ b/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: