From: Hans Wennborg Date: Thu, 28 Sep 2017 15:16:37 +0000 (+0000) Subject: Docs: fix link to Debugger intrinsic functions X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=55a93de5029fbe88b850db6c0e59e97c051d36d2;p=llvm Docs: fix link to Debugger intrinsic functions git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@314420 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 `_ +Debugging `_ 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 `_ document. +Handling `_ document. .. _int_trampoline: