summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2013-09-07 14:21:22 +0200
committerAndras Timar <andras.timar@collabora.com>2013-09-07 14:21:22 +0200
commit6ea6a422fbb6279c6fc589e86603a6864273229d (patch)
treef7b9ecedbcb23305c47f3f9e06b0c74d9c694145 /bridges
parent15dfb04267015a9dfbc36d79999d51527bc00358 (diff)
s/wiki.services.openoffice.org/wiki.openoffice.org/g
Change-Id: I059fbee385a109069c70f3869021c8e2ee48fee1
Diffstat (limited to 'bridges')
-rw-r--r--bridges/source/cpp_uno/msvc_win32_x86-64/call.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/bridges/source/cpp_uno/msvc_win32_x86-64/call.asm b/bridges/source/cpp_uno/msvc_win32_x86-64/call.asm
index 5203fe73e17a..fc12d6873af0 100644
--- a/bridges/source/cpp_uno/msvc_win32_x86-64/call.asm
+++ b/bridges/source/cpp_uno/msvc_win32_x86-64/call.asm
@@ -29,7 +29,7 @@
;; here:
;; Caolan's "Lazy Hackers Guide To Porting" is useful:
-;; http://wiki.services.openoffice.org/wiki/Lazy_Hackers_Guide_To_Porting
+;; http://wiki.openoffice.org/wiki/Lazy_Hackers_Guide_To_Porting
;; As for details about the x64 Windows calling convention, register
;; usage, stack usage, exception handling etc, the official