summaryrefslogtreecommitdiff
path: root/docs/LangRef.rst
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2017-09-28 15:16:37 +0000
committerHans Wennborg <hans@hanshq.net>2017-09-28 15:16:37 +0000
commit55a93de5029fbe88b850db6c0e59e97c051d36d2 (patch)
treeb4aca4fe6766e36b4a492944efea933b7902d7e5 /docs/LangRef.rst
parent2b11cf60dbe4b328252488bd9610fd80145f6a28 (diff)
Docs: fix link to Debugger intrinsic functions
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@314420 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LangRef.rst')
-rw-r--r--docs/LangRef.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/LangRef.rst b/docs/LangRef.rst
index 9fd7965cb51..0a555c91354 100644
--- a/docs/LangRef.rst
+++ b/docs/LangRef.rst
@@ -12262,7 +12262,7 @@ Debugger Intrinsics
The LLVM debugger intrinsics (which all start with ``llvm.dbg.``
prefix), are described in the `LLVM Source Level
-Debugging <SourceLevelDebugging.html#format_common_intrinsics>`_
+Debugging <SourceLevelDebugging.html#format-common-intrinsics>`_
document.
Exception Handling Intrinsics
@@ -12270,7 +12270,7 @@ Exception Handling Intrinsics
The LLVM exception handling intrinsics (which all start with
``llvm.eh.`` prefix), are described in the `LLVM Exception
-Handling <ExceptionHandling.html#format_common_intrinsics>`_ document.
+Handling <ExceptionHandling.html#format-common-intrinsics>`_ document.
.. _int_trampoline: