[wwwdocs] readings: Update AIX linker links

Message ID bb913976-46f3-7df4-bf40-1d3315b908de@pfeifer.com
State New
Headers
Series [wwwdocs] readings: Update AIX linker links |

Commit Message

Gerald Pfeifer Jan. 30, 2023, 9:52 p.m. UTC
  Hi David,

the noticed the links to the AIX 4.3 and AIX 5L docs were broken and could 
not find a good replacement, though I did find one for AIX 7.2.

How about the patch below?

Or should we omit such links? (Or do you have recommendations?)

Thanks,
Gerald
  

Comments

David Edelsohn Jan. 30, 2023, 10:06 p.m. UTC | #1
On Mon, Jan 30, 2023 at 4:52 PM Gerald Pfeifer <gerald@pfeifer.com> wrote:

> Hi David,
>
> the noticed the links to the AIX 4.3 and AIX 5L docs were broken and could
> not find a good replacement, though I did find one for AIX 7.2.
>
> How about the patch below?
>

Hi, Gerald

That change is fine with me.

Thanks, David


>
> Or should we omit such links? (Or do you have recommendations?)
>
> Thanks,
> Gerald
>
>
> diff --git a/htdocs/readings.html b/htdocs/readings.html
> index 3f41ef2a..0a978e8f 100644
> --- a/htdocs/readings.html
> +++ b/htdocs/readings.html
> @@ -270,8 +270,7 @@ names.
>    <br>Manufacturer: IBM, Motorola
>    <br><a href="https://www.ibm.com/systems/power/openpower/">Power
> ISA</a>
>    <br><a href="
> https://openpowerfoundation.org/?resource_lib=64-bit-elf-v2-abi-specification-power-architecture">64-Bit
> ELF V2 ABI - OpenPOWER ABI</a>
> -  <br><a href="
> http://publib16.boulder.ibm.com/pseries/en_US/infocenter/base/43_docs/aixassem/alangref/toc.htm">AIX
> V4.3 Assembler Language Ref.</a>
> -  <br><a href="
> http://publibn.boulder.ibm.com/doc_link/en_US/a_doc_lib/aixassem/alangref/alangreftfrm.htm">AIX
> 5L Assembler Language Ref.</a>
> +  <br><a href="
> https://www.ibm.com/docs/en/ssw_aix_72/assembler/assembler_pdf.pdf">AIX
> 7.2 Assembler Language Reference</a>
>   </li>
>
>   <li>rx
>
  

Patch

diff --git a/htdocs/readings.html b/htdocs/readings.html
index 3f41ef2a..0a978e8f 100644
--- a/htdocs/readings.html
+++ b/htdocs/readings.html
@@ -270,8 +270,7 @@  names.
   <br>Manufacturer: IBM, Motorola
   <br><a href="https://www.ibm.com/systems/power/openpower/">Power ISA</a>
   <br><a href="https://openpowerfoundation.org/?resource_lib=64-bit-elf-v2-abi-specification-power-architecture">64-Bit ELF V2 ABI - OpenPOWER ABI</a>
-  <br><a href="http://publib16.boulder.ibm.com/pseries/en_US/infocenter/base/43_docs/aixassem/alangref/toc.htm">AIX V4.3 Assembler Language Ref.</a>
-  <br><a href="http://publibn.boulder.ibm.com/doc_link/en_US/a_doc_lib/aixassem/alangref/alangreftfrm.htm">AIX 5L Assembler Language Ref.</a>
+  <br><a href="https://www.ibm.com/docs/en/ssw_aix_72/assembler/assembler_pdf.pdf">AIX 7.2 Assembler Language Reference</a>
  </li>
  
  <li>rx