aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2025-02-01 23:14:31 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2025-02-01 23:14:31 +0000
commit7f7a1dccae35aa03a3f93b8d83d7f4c0b1516199 (patch)
tree7a039c507f5846d35bc1126699d6268d41b1ae53
parentdb31137d09b82f14f0f838c80f581a6aaa24518d (diff)
website/platforms/amd64: Fix reference links
PR: 283739
-rw-r--r--website/content/en/platforms/amd64.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/website/content/en/platforms/amd64.adoc b/website/content/en/platforms/amd64.adoc
index da9074e858..d567f52e53 100644
--- a/website/content/en/platforms/amd64.adoc
+++ b/website/content/en/platforms/amd64.adoc
@@ -32,8 +32,8 @@ The AMD64 platform is a link:{committers-guide}#archs[Tier 1] FreeBSD platform.
=== AMD64 Documentation
-* https://www.amd.com/system/files/TechDocs/40332.pdf[AMD64 Architecture Programmer’s Manual Volumes 1–5]
-* https://www.intel.com/content/dam/develop/external/us/en/documents/mpx-linux64-abi.pdf[System V Application Binary Interface AMD64 Architecture Processor Supplement (With LP64 and ILP32 Programming Models)]
+* https://www.amd.com/content/dam/amd/en/documents/processor-tech-docs/programmer-references/40332.pdf[AMD64 Architecture Programmer’s Manual Volumes 1–5]
+* https://web.archive.org/web/20231031162945/www.intel.com/content/dam/develop/external/us/en/documents/mpx-linux64-abi.pdf[System V Application Binary Interface AMD64 Architecture Processor Supplement (With LP64 and ILP32 Programming Models)]
=== Related Projects