Skip to content

Commit d336e59

Browse files
authored
Fix invalid link to C++ Exception Handling ABI documentation
1 parent c0e02ad commit d336e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libpanic_unwind/gcc.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//! "Exception Handling in LLVM" (llvm.org/docs/ExceptionHandling.html) and
55
//! documents linked from it.
66
//! These are also good reads:
7-
//! http://mentorembedded.github.io/cxx-abi/abi-eh.html
7+
//! https://itanium-cxx-abi.github.io/cxx-abi/abi-eh.html
88
//! http://monoinfinito.wordpress.com/series/exception-handling-in-c/
99
//! http://www.airs.com/blog/index.php?s=exception+frames
1010
//!

0 commit comments

Comments
 (0)