From: Nico Weber Date: Thu, 26 Feb 2015 19:48:43 +0000 (+0000) Subject: Try to fix a docs link. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=176a288a88676144672c9e13723b0a6eff0944f2;p=oota-llvm.git Try to fix a docs link. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230672 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ExceptionHandling.rst b/docs/ExceptionHandling.rst index 96bb6a1d0ac..696b50f7e0c 100644 --- a/docs/ExceptionHandling.rst +++ b/docs/ExceptionHandling.rst @@ -278,9 +278,9 @@ there are no catches or filters that require it to. exceptions and throws a third. When all cleanups are finished, if the exception is not handled by the current -function, resume unwinding by calling the `resume -instruction `_, passing in the result of the -``landingpad`` instruction for the original landing pad. +function, resume unwinding by calling the :ref:`resume instruction `, +passing in the result of the ``landingpad`` instruction for the original +landing pad. Throw Filters -------------