diff options
Diffstat (limited to 'llvm/docs/ExceptionHandling.rst')
-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 -------- |