diff options
Diffstat (limited to 'libunwind/src')
-rw-r--r-- | libunwind/src/UnwindLevel1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libunwind/src/UnwindLevel1.c b/libunwind/src/UnwindLevel1.c index b3e30c4152c..bcb1a7fbec2 100644 --- a/libunwind/src/UnwindLevel1.c +++ b/libunwind/src/UnwindLevel1.c @@ -6,7 +6,7 @@ // // // Implements C++ ABI Exception Handling Level 1 as documented at: -// http://mentorembedded.github.io/cxx-abi/abi-eh.html +// https://itanium-cxx-abi.github.io/cxx-abi/abi-eh.html // using libunwind // //===----------------------------------------------------------------------===// |