svn commit: r38956 - head/en_US.ISO8859-1/htdocs/platforms
Glen Barber
gjb at FreeBSD.org
Thu May 31 17:35:28 UTC 2012
Author: gjb
Date: Thu May 31 17:35:27 2012
New Revision: 38956
URL: http://svn.freebsd.org/changeset/doc/38956
Log:
Fix broken links on AMD64 page.
Note: x86_64 whitepaper URL was removed; I cannot find an
equivalent at the moment.
Submitted by: Borzykin Vladimir (sillyvalley&yandex!ru) (via -doc@)
Modified:
head/en_US.ISO8859-1/htdocs/platforms/amd64.sgml
Modified: head/en_US.ISO8859-1/htdocs/platforms/amd64.sgml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/platforms/amd64.sgml Thu May 31 16:44:49 2012 (r38955)
+++ head/en_US.ISO8859-1/htdocs/platforms/amd64.sgml Thu May 31 17:35:27 2012 (r38956)
@@ -47,16 +47,14 @@
<h3>Other Links of Interest</h3>
<h4>AMD64 Documentation</h4>
<ul>
- <li><a href="http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/x86-64_overview.pdf">
+ <li><a href="http://support.amd.com/us/Processor_TechDocs/32200.pdf">
AMD x86-64 Architecture Specification</a></li>
- <li><a href="http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/24592.pdf">
+ <li><a href="http://support.amd.com/us/Processor_TechDocs/24592_APM_v1.pdf">
AMD64 Architecture Application Programmer's Manual</a></li>
- <li><a href="http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/24593.pdf">
+ <li><a href="http://support.amd.com/us/Processor_TechDocs/24593_APM_v2.pdf">
AMD64 Architecture System Programmer's Manual</a></li>
<li><a href="http://www.x86-64.org/documentation/abi.pdf">
AMD x86-64 DRAFT Processor-specific Application Binary Interface Specification</a></li>
- <li><a href="http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/x86-64_wp.pdf">
- AMD x86-64 whitepaper</a></li>
</ul>
<h4>Software Tools</h4>
More information about the svn-doc-all
mailing list