[llvm] r230672 - Try to fix a docs link.
Nico Weber
nicolasweber at gmx.de
Thu Feb 26 11:48:43 PST 2015
Author: nico
Date: Thu Feb 26 13:48:43 2015
New Revision: 230672
URL: http://llvm.org/viewvc/llvm-project?rev=230672&view=rev
Log:
Try to fix a docs link.
Modified:
llvm/trunk/docs/ExceptionHandling.rst
Modified: llvm/trunk/docs/ExceptionHandling.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ExceptionHandling.rst?rev=230672&r1=230671&r2=230672&view=diff
==============================================================================
--- llvm/trunk/docs/ExceptionHandling.rst (original)
+++ llvm/trunk/docs/ExceptionHandling.rst Thu Feb 26 13:48:43 2015
@@ -278,9 +278,9 @@ there are no catches or filters that req
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 <LangRef.html#i_resume>`_, passing in the result of the
-``landingpad`` instruction for the original landing pad.
+function, resume unwinding by calling the :ref:`resume instruction <i_resume>`,
+passing in the result of the ``landingpad`` instruction for the original
+landing pad.
Throw Filters
-------------
More information about the llvm-commits
mailing list