doc: use bouncer URLs for the ABI docs
authorH. Peter Anvin <hpa@zytor.com>
Wed, 7 Apr 2010 05:40:47 +0000 (22:40 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 22 Apr 2010 17:50:51 +0000 (10:50 -0700)
MSDN can't seem to keep their URLs stable, so use bouncer links
that we can change if necessary.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
doc/nasmdoc.src

index 3389b12..6e51cf4 100644 (file)
@@ -7481,7 +7481,7 @@ a zero-extended absolute displacement can access from 0 to 4 GB.
 
 On Unix, the 64-bit ABI is defined by the document:
 
-\W{http://www.x86-64.org/documentation/abi.pdf}\c{http://www.x86-64.org/documentation/abi.pdf}
+\W{http://www.nasm.us/links/unix64abi}\c{http://www.nasm.us/links/unix64abi}
 
 Although written for AT&T-syntax assembly, the concepts apply equally
 well for NASM-style assembly.  What follows is a simplified summary.
@@ -7513,7 +7513,7 @@ Integer and SSE register arguments are counted separately, so for the case of
 
 The Win64 ABI is described at:
 
-\W{http://msdn2.microsoft.com/en-gb/library/ms794533.aspx}\c{http://msdn2.microsoft.com/en-gb/library/ms794533.aspx}
+\W{http://www.nasm.us/links/win64abi}\c{http://www.nasm.us/links/win64abi}
 
 What follows is a simplified summary.