From: Nico Weber Date: Mon, 23 Feb 2015 03:31:29 +0000 (+0000) Subject: Try to fix reST markup for an external link. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=766caabcf1d9078d52f67fabf41b08b5c3876792;p=oota-llvm.git Try to fix reST markup for an external link. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230200 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ExceptionHandling.rst b/docs/ExceptionHandling.rst index fe6876ad83a..96bb6a1d0ac 100644 --- a/docs/ExceptionHandling.rst +++ b/docs/ExceptionHandling.rst @@ -77,7 +77,7 @@ representation and a significant restructuring just before code generation. General information about the Windows x64 exception handling mechanism can be found at `MSDN Exception Handling (x64) -_`. +`_. Overview --------