summaryrefslogtreecommitdiff
path: root/bridges/source/cpp_uno/msvc_win32_x86-64
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-05-18 22:43:35 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-05-18 22:56:54 +0900
commit6589e01589ee5092318aafd47102f9e5b55c7a90 (patch)
tree6a1080e6d3621801fffd11000fdd1d62faf6f869 /bridges/source/cpp_uno/msvc_win32_x86-64
parent2a598ba330b64b85d63ce53b7f0bcd20b6cafcd5 (diff)
the page seems moved
Change-Id: Id2a12ec3a3c394bb40aa233f29807932b1fa84d5
Diffstat (limited to 'bridges/source/cpp_uno/msvc_win32_x86-64')
-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: