Skip to content

Commit b9c2977

Browse files
authored
Rollup merge of #68374 - gitletH:patch-1, r=nikomatsakis
Fix invalid link to the C++ Exception Handling ABI documentation The original link is longer valid(404). I am assuming it's meant to be pointed to the Itanium C++ Exception Handling ABI documentation.
2 parents cbaecee + d336e59 commit b9c2977

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)