diff options
author | Nico Weber <nicolasweber@gmx.de> | 2015-02-23 03:31:29 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2015-02-23 03:31:29 +0000 |
commit | 932c1f4dc8ed53e1c3533b834396bdca103d13be (patch) | |
tree | 2adada2249b58b1fe88ec177f05fca45a47a48d7 /llvm | |
parent | 6c4f606c08a5ec7212b27c83ed5e10ee9e1b4e59 (diff) | |
download | bcm5719-llvm-932c1f4dc8ed53e1c3533b834396bdca103d13be.tar.gz bcm5719-llvm-932c1f4dc8ed53e1c3533b834396bdca103d13be.zip |
Try to fix reST markup for an external link.
llvm-svn: 230200
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/docs/ExceptionHandling.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/ExceptionHandling.rst b/llvm/docs/ExceptionHandling.rst index fe6876ad83a..96bb6a1d0ac 100644 --- a/llvm/docs/ExceptionHandling.rst +++ b/llvm/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) -<https://msdn.microsoft.com/en-us/library/1eyas8tf(v=vs.80).aspx>_`. +<https://msdn.microsoft.com/en-us/library/1eyas8tf(v=vs.80).aspx>`_. Overview -------- |