README: correct link to C++ unwind API

Fixes #4
This commit is contained in:
Ian Lance Taylor
2017-05-29 11:48:14 -07:00
parent ba79a27ee9
commit 14d377e9be

View File

@@ -26,5 +26,5 @@ The library is written to make it straightforward to add support for
other object file and debugging formats.
The library relies on the C++ unwind API defined at
http://mentorembedded.github.io/cxx-abi/abi-eh.html.
https://itanium-cxx-abi.github.io/cxx-abi/abi-eh.html
This API is provided by GCC.