From 14d377e9be7c89511c472d728e1b88b4e96f1946 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 29 May 2017 11:48:14 -0700 Subject: [PATCH] README: correct link to C++ unwind API Fixes #4 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a43883a..dbe1d48 100644 --- a/README.md +++ b/README.md @@ -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.