Skip to content

Commit 6d7a587

Browse files
authored
Merge pull request itanium-cxx-abi#46 from azru0512/fixup-url
Fix "Itanium Software Conventions and Runtime Architecture Guide" url
2 parents dc2969b + 720efcb commit 6d7a587

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

abi-eh.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ <h3> Introduction </h3>
7171

7272
<p>
7373
This specification is based on the general model described roughly in the
74-
<a href="http://download.intel.com/design/Itanium/Downloads/245358.pdf">
74+
<a href="https://www.intel.com/content/dam/www/public/us/en/documents/guides/itanium-software-runtime-architecture-guide.pdf">
7575
Itanium Software Conventions and Runtime Architecture Guide</a>.
7676
However, the Level I (base ABI) specification here contradicts that
7777
document in some particulars,
@@ -160,7 +160,7 @@ <h3> Level I. Base ABI </h3>
160160
facilities are built.
161161
We assume as a basis the unwind descriptor tables described in the base
162162
<a
163-
href="http://www.intel.com/design/itanium/downloads/245358.htm">Itanium
163+
href="https://www.intel.com/content/dam/www/public/us/en/documents/guides/itanium-software-runtime-architecture-guide.pdf">Itanium
164164
Software Conventions &amp; Runtime Architecture Guide</a>.
165165
Our focus here will on the APIs for accessing those structures.
166166

abi.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -547,8 +547,8 @@ <h3><a href="#docs"> 1.5 Base Documents </a></h3>
547547
notably including register usage, subprogram calling conventions, and
548548
stack unwind facilities, under all systems.
549549
Available from the Intel Itanium software developer website,
550-
<a href="http://download.intel.com/design/Itanium/Downloads/245358.pdf">
551-
http://download.intel.com/design/Itanium/Downloads/245358.pdf</a>.
550+
<a href="https://www.intel.com/content/dam/www/public/us/en/documents/guides/itanium-software-runtime-architecture-guide.pdf">
551+
https://www.intel.com/content/dam/www/public/us/en/documents/guides/itanium-software-runtime-architecture-guide.pdf</a>.
552552
Included by reference in this ABI.
553553

554554
<p>

0 commit comments

Comments
 (0)