about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTianjiao Huang <18585305+gitletH@users.noreply.github.com>2020-01-19 12:16:29 -0800
committerGitHub <noreply@github.com>2020-01-19 12:16:29 -0800
commitd336e593cc07139468c8f6f12b929e80ae365159 (patch)
tree486b45253d82d5addc17a5f7b272742de948a9ba
parentc0e02ad724f05f73b957b3d6f6314a9a2e5c284e (diff)
downloadrust-d336e593cc07139468c8f6f12b929e80ae365159.tar.gz
rust-d336e593cc07139468c8f6f12b929e80ae365159.zip
Fix invalid link to C++ Exception Handling ABI documentation
-rw-r--r--src/libpanic_unwind/gcc.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libpanic_unwind/gcc.rs b/src/libpanic_unwind/gcc.rs
index 6e04317d491..591ff9d7fdc 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
 //!