git: 7f7a1dccae - main - website/platforms/amd64: Fix reference links
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 01 Feb 2025 23:22:58 UTC
The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/doc/commit/?id=7f7a1dccae35aa03a3f93b8d83d7f4c0b1516199 commit 7f7a1dccae35aa03a3f93b8d83d7f4c0b1516199 Author: Danilo G. Baio <dbaio@FreeBSD.org> AuthorDate: 2025-02-01 23:14:31 +0000 Commit: Danilo G. Baio <dbaio@FreeBSD.org> CommitDate: 2025-02-01 23:14:31 +0000 website/platforms/amd64: Fix reference links PR: 283739 --- website/content/en/platforms/amd64.adoc | 4 ++-- 1 file 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