Skip to content

Commit

Permalink
README: correct link to C++ unwind API
Browse files Browse the repository at this point in the history
  • Loading branch information
ianlancetaylor committed May 29, 2017
1 parent ba79a27 commit 14d377e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 14d377e

Please sign in to comment.