From 2135b5e93593b706db86d14b7d7a9b333c1aebe4 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Thu, 11 Feb 2016 14:12:46 -0800 Subject: [PATCH] New abi directory for redirects (easier URLs), update links New abi directory for redirects (easier URLs), update links to current. We need to maintain the legacy links indefinitely. Signed-off-by: H. Peter Anvin --- abi/.htaccess | 8 ++++++++ links/.htaccess | 4 +++- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 abi/.htaccess diff --git a/abi/.htaccess b/abi/.htaccess new file mode 100644 index 00000000..509f045a --- /dev/null +++ b/abi/.htaccess @@ -0,0 +1,8 @@ +# +# Redirects to external websites, especially MSDN which seems to change URLs +# way too often... +# +Redirect /abi/win64 http://msdn.microsoft.com/en-us/library/7kcdt6fy.aspx +Redirect /abi/unix http://github.com/hjl-tools/x86-psABI/wiki/X86-psABI/ +Redirect /abi/unix64 http://github.com/hjl-tools/x86-psABI/wiki/X86-psABI/ +Redirect /abi/unix32 http://github.com/hjl-tools/x86-psABI/wiki/X86-psABI/ diff --git a/links/.htaccess b/links/.htaccess index 3694ff2a..2e522342 100644 --- a/links/.htaccess +++ b/links/.htaccess @@ -3,4 +3,6 @@ # way too often... # Redirect /links/win64abi http://msdn.microsoft.com/en-us/library/7kcdt6fy.aspx -Redirect /links/unix64abi http://www.x86-64.org/documentation/abi.pdf +Redirect /links/unixabi http://github.com/hjl-tools/x86-psABI/wiki/X86-psABI/ +Redirect /links/unix64abi http://github.com/hjl-tools/x86-psABI/wiki/X86-psABI/ +Redirect /links/unix32abi http://github.com/hjl-tools/x86-psABI/wiki/X86-psABI/ -- 2.11.4.GIT