summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx b/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx
index 727216d9115d..e7ce54915fd0 100644
--- a/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx
+++ b/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx
@@ -38,7 +38,7 @@
// of MSVCR structures. http://code.google.com/p/ontl/
// Geoff Chappell's pages:
-// http://members.ozemail.com.au/~geoffch/samples/programming/msvc/language/index.html
+// http://www.geoffchappell.com/studies/msvc/language/index.htm
// The below is from ONTL's ntl/nt/exception.hxx, cleaned up to keep just the _M_X64 parts: