[llvm] r286249 - [docs] fix link to AMD manuals (PR30946)

Sanjay Patel via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 8 08:49:25 PST 2016


Author: spatel
Date: Tue Nov  8 10:49:24 2016
New Revision: 286249

URL: http://llvm.org/viewvc/llvm-project?rev=286249&view=rev
Log:
[docs] fix link to AMD manuals (PR30946)

Modified:
    llvm/trunk/docs/CompilerWriterInfo.rst

Modified: llvm/trunk/docs/CompilerWriterInfo.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CompilerWriterInfo.rst?rev=286249&r1=286248&r2=286249&view=diff
==============================================================================
--- llvm/trunk/docs/CompilerWriterInfo.rst (original)
+++ llvm/trunk/docs/CompilerWriterInfo.rst Tue Nov  8 10:49:24 2016
@@ -102,7 +102,7 @@ SystemZ
 X86
 ---
 
-* `AMD processor manuals <http://www.amd.com/us-en/Processors/TechnicalResources/0,,30_182_739,00.html>`_
+* `AMD processor manuals <http://developer.amd.com/resources/developer-guides-manuals/>`_
 * `Intel 64 and IA-32 manuals <http://www.intel.com/content/www/us/en/processors/architectures-software-developer-manuals.html>`_
 * `Intel Itanium documentation <http://www.intel.com/design/itanium/documentation.htm?iid=ipp_srvr_proc_itanium2+techdocs>`_
 * `X86 and X86-64 SysV psABI <https://github.com/hjl-tools/x86-psABI/wiki/X86-psABI>`_




More information about the llvm-commits mailing list