Skip to content

Commit 98d5c98

Browse files
mkroeninggitbot
authored and
gitbot
committed
update link to "C++ Exceptions under the hood" blog
The link was introduced in 0ec321f. For the old link see https://web.archive.org/web/20170409223244/https://monoinfinito.wordpress.com/series/exception-handling-in-c/. The blog has migrated from WordPress to Blogger in 2021 and to GitHub pages in 2024.
1 parent 15825f6 commit 98d5c98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

panic_unwind/src/gcc.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//! documents linked from it.
66
//! These are also good reads:
77
//! * <https://itanium-cxx-abi.github.io/cxx-abi/abi-eh.html>
8-
//! * <https://monoinfinito.wordpress.com/series/exception-handling-in-c/>
8+
//! * <https://nicolasbrailo.github.io/blog/projects_texts/13exceptionsunderthehood.html>
99
//! * <https://www.airs.com/blog/index.php?s=exception+frames>
1010
//!
1111
//! ## A brief summary

std/src/sys/personality/gcc.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//! documents linked from it.
66
//! These are also good reads:
77
//! * <https://itanium-cxx-abi.github.io/cxx-abi/abi-eh.html>
8-
//! * <https://monoinfinito.wordpress.com/series/exception-handling-in-c/>
8+
//! * <https://nicolasbrailo.github.io/blog/projects_texts/13exceptionsunderthehood.html>
99
//! * <https://www.airs.com/blog/index.php?s=exception+frames>
1010
//!
1111
//! ## A brief summary

0 commit comments

Comments
 (0)