This is the original patch and a follow-up to fix an embarrassing markup 
mistake.

Gerald


commit 17418f262b17680a07a4493631aa0743b5fe9780
Author: Gerald Pfeifer <ger...@pfeifer.com>
Date:   Fri Nov 24 09:33:26 2023 +0100

    readings: Update OpenPOWER link
    
    The original link now redirects to a very generic page; refer to the
    OpenPOWER Foundation instead.

diff --git a/htdocs/readings.html b/htdocs/readings.html
index 26f2af7a..90ad35d9 100644
--- a/htdocs/readings.html
+++ b/htdocs/readings.html
@@ -269,7 +269,7 @@ names.
  
  <li>rs6000 (powerpc, powerpcle)
   <br>Manufacturer: IBM, Motorola
-  <br><a href="https://www.ibm.com/systems/power/openpower/";>Power ISA</a>
+  <br><a href=""https://openpowerfoundation.org>OpenPOWER Foundation</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="https://www.ibm.com/docs/en/ssw_aix_72/assembler/assembler_pdf.pdf";>AIX 
7.2 Assembler Language Reference</a>
  </li>

commit ed16b71d535241fab09e85991dbaf7896524c72e
Author: Gerald Pfeifer <ger...@pfeifer.com>
Date:   Sat Nov 25 10:45:23 2023 +0100

    readings: Fix markup around OpenPOWER

diff --git a/htdocs/readings.html b/htdocs/readings.html
index 90ad35d9..2e320945 100644
--- a/htdocs/readings.html
+++ b/htdocs/readings.html
@@ -269,7 +269,7 @@ names.
  
  <li>rs6000 (powerpc, powerpcle)
   <br>Manufacturer: IBM, Motorola
-  <br><a href=""https://openpowerfoundation.org>OpenPOWER Foundation</a>
+  <br><a href="https://openpowerfoundation.org";>OpenPOWER Foundation</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="https://www.ibm.com/docs/en/ssw_aix_72/assembler/assembler_pdf.pdf";>AIX 
7.2 Assembler Language Reference</a>
  </li>

Reply via email to