Use more canonical exception-handling link in docs.
authorTim Northover <Tim.Northover@arm.com>
Sat, 12 Jan 2013 19:54:21 +0000 (19:54 +0000)
committerTim Northover <Tim.Northover@arm.com>
Sat, 12 Jan 2013 19:54:21 +0000 (19:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172325 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ExceptionHandling.rst

index 5f62b8065627d2478e883b405d4300519d7e2c2a..98db02a44ff2c563815902f43182a9b1cccc4933 100644 (file)
@@ -32,7 +32,7 @@ execution of an application.
 
 A more complete description of the Itanium ABI exception handling runtime
 support of can be found at `Itanium C++ ABI: Exception Handling
-<http://refspecs.linuxfoundation.org/abi-eh-1.22.html>`_. A description of the
+<http://mentorembedded.github.com/cxx-abi/abi-eh.html>`_. A description of the
 exception frame format can be found at `Exception Frames
 <http://refspecs.linuxfoundation.org/LSB_3.0.0/LSB-Core-generic/LSB-Core-generic/ehframechpt.html>`_,
 with details of the DWARF 4 specification at `DWARF 4 Standard