We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0e02ad commit d336e59Copy full SHA for d336e59
src/libpanic_unwind/gcc.rs
@@ -4,7 +4,7 @@
4
//! "Exception Handling in LLVM" (llvm.org/docs/ExceptionHandling.html) and
5
//! documents linked from it.
6
//! These are also good reads:
7
-//! http://mentorembedded.github.io/cxx-abi/abi-eh.html
+//! https://itanium-cxx-abi.github.io/cxx-abi/abi-eh.html
8
//! http://monoinfinito.wordpress.com/series/exception-handling-in-c/
9
//! http://www.airs.com/blog/index.php?s=exception+frames
10
//!
0 commit comments