diff mbox series

[wwwdocs] AVR entry in readings.htmls

Message ID alpine.LSU.2.21.1803101713470.6116@anthias.pfeifer.com
State New
Headers show
Series [wwwdocs] AVR entry in readings.htmls | expand

Commit Message

Gerald Pfeifer March 10, 2018, 4:15 p.m. UTC
It appears this link at atmel.com has been taken down without
what appears a replacement, so I applied the patch below.

Denis, if you have a new reference, happy to add that, of course.

Gerald

Comments

Denis Chertykov March 11, 2018, 9:02 a.m. UTC | #1
This is a new one.

http://www.microchip.com/design-centers/8-bit/microchip-avr-mcus

2018-03-10 20:15 GMT+04:00 Gerald Pfeifer <gerald@pfeifer.com>:
> It appears this link at atmel.com has been taken down without
> what appears a replacement, so I applied the patch below.
>
> Denis, if you have a new reference, happy to add that, of course.
>
> Gerald
>
> Index: readings.html
> ===================================================================
> RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v
> retrieving revision 1.289
> diff -u -r1.289 readings.html
> --- readings.html       4 Mar 2018 10:02:19 -0000       1.289
> +++ readings.html       10 Mar 2018 16:10:22 -0000
> @@ -88,7 +88,6 @@
>
>   <li>AVR
>    <br />Manufacturer: Atmel
> -  <br /><a href="http://www.atmel.com/products/microcontrollers/avr/">AVR Documentation</a>
>   </li>
>
>   <li>Blackfin
Gerald Pfeifer March 16, 2023, 11:33 p.m. UTC | #2
On Sat, 10 Mar 2018, Segher Boessenkool wrote:
>> It appears this link at atmel.com has been taken down without
>> what appears a replacement, so I applied the patch below.
> Atmel was bought by Microchip some two years ago...  Maybe
> https://www.microchip.com/design-centers/8-bit/microchip-avr-mcus

On Sun, 11 Mar 2018, Denis Chertykov wrote:
> http://www.microchip.com/design-centers/8-bit/microchip-avr-mcus

Thank you, Segher and Denis! I somehow failed to add that link back
then, done now per the patch below.

(In the meantime the address has changed again, and I am using that
updated address.)

Pushed.

Gerald


commit 94c654022d3d6d439f21418c74d13e4e303d44ab
Author: Gerald Pfeifer <gerald@pfeifer.com>
Date:   Fri Mar 17 00:32:07 2023 +0100

    readings: Add new link for AVR documentation

diff --git a/htdocs/readings.html b/htdocs/readings.html
index 27f42d3d..3cdc47a9 100644
--- a/htdocs/readings.html
+++ b/htdocs/readings.html
@@ -90,6 +90,7 @@ names.
 
  <li>AVR
   <br>Manufacturer: Atmel
+  <br><a href="https://www.microchip.com/en-us/products/microcontrollers-and-microprocessors/8-bit-mcus/avr-mcus">AVR documentation</a>
  </li>
 
  <li>Blackfin
diff mbox series

Patch

Index: readings.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v
retrieving revision 1.289
diff -u -r1.289 readings.html
--- readings.html	4 Mar 2018 10:02:19 -0000	1.289
+++ readings.html	10 Mar 2018 16:10:22 -0000
@@ -88,7 +88,6 @@ 
 
  <li>AVR
   <br />Manufacturer: Atmel
-  <br /><a href="http://www.atmel.com/products/microcontrollers/avr/">AVR Documentation</a>
  </li>
 
  <li>Blackfin