Skip to content

Commit 14d377e

Browse files
README: correct link to C++ unwind API
Fixes #4
1 parent ba79a27 commit 14d377e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ The library is written to make it straightforward to add support for
2626
other object file and debugging formats.
2727

2828
The library relies on the C++ unwind API defined at
29-
http://mentorembedded.github.io/cxx-abi/abi-eh.html.
29+
https://itanium-cxx-abi.github.io/cxx-abi/abi-eh.html
3030
This API is provided by GCC.

0 commit comments

Comments
 (0)