From d336e593cc07139468c8f6f12b929e80ae365159 Mon Sep 17 00:00:00 2001 From: Tianjiao Huang <18585305+gitletH@users.noreply.github.com> Date: Sun, 19 Jan 2020 12:16:29 -0800 Subject: [PATCH] Fix invalid link to C++ Exception Handling ABI documentation --- src/libpanic_unwind/gcc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libpanic_unwind/gcc.rs b/src/libpanic_unwind/gcc.rs index 6e04317d491fc..591ff9d7fdcaa 100644 --- a/src/libpanic_unwind/gcc.rs +++ b/src/libpanic_unwind/gcc.rs @@ -4,7 +4,7 @@ //! "Exception Handling in LLVM" (llvm.org/docs/ExceptionHandling.html) and //! documents linked from it. //! These are also good reads: -//! http://mentorembedded.github.io/cxx-abi/abi-eh.html +//! https://itanium-cxx-abi.github.io/cxx-abi/abi-eh.html //! http://monoinfinito.wordpress.com/series/exception-handling-in-c/ //! http://www.airs.com/blog/index.php?s=exception+frames //!