summaryrefslogtreecommitdiff
path: root/src/cxa_exception.hpp
diff options
context:
space:
mode:
authorJonathan Roelofs <jonathan@codesourcery.com>2014-02-12 04:49:09 +0000
committerJonathan Roelofs <jonathan@codesourcery.com>2014-02-12 04:49:09 +0000
commitc82e02dd25b36e5d05cd3644499a553709c9395d (patch)
tree8877f855087a29f7732a23032aefb97aebfec754 /src/cxa_exception.hpp
parent98bbf28c5eac8ed3356909563e4d80529507995f (diff)
[libcxxabi] Fix broken codesourcery.com links in comments
review: http://llvm-reviews.chandlerc.com/D2718 git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@201208 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'src/cxa_exception.hpp')
-rw-r--r--src/cxa_exception.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cxa_exception.hpp b/src/cxa_exception.hpp
index 22c4da3..7c78a72 100644
--- a/src/cxa_exception.hpp
+++ b/src/cxa_exception.hpp
@@ -7,7 +7,7 @@
//
//
// This file implements the "Exception Handling APIs"
-// http://www.codesourcery.com/public/cxx-abi/abi-eh.html
+// http://mentorembedded.github.io/cxx-abi/abi-eh.html
//
//===----------------------------------------------------------------------===//