diff mbox series

[wwwdocs] nds32 documentation - remove broken reference

Message ID alpine.LSU.2.21.1907281052070.4100@anthias.pfeifer.com
State New
Headers show
Series [wwwdocs] nds32 documentation - remove broken reference | expand

Commit Message

Gerald Pfeifer July 28, 2019, 8:54 a.m. UTC
I could not find an updated link on www.andestech.com, in fact the
reference I could find there was broken as well.

If anyone has an update link, happy to add that again!

Applied for now.

Gerald

Comments

Shiva Chen July 30, 2019, 9:01 a.m. UTC | #1
Hi Gerald,

The update link will be
http://www.andestech.com/en/products-solutions/product-documentation/
Thanks for your kindly remind,
Shiva

Gerald Pfeifer <gerald@pfeifer.com> 於 2019年7月28日 週日 下午4:54寫道:

> I could not find an updated link on www.andestech.com, in fact the
> reference I could find there was broken as well.
>
> If anyone has an update link, happy to add that again!
>
> Applied for now.
>
> Gerald
>
> Index: readings.html
> ===================================================================
> RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v
> retrieving revision 1.315
> diff -u -r1.315 readings.html
> --- readings.html       19 Jun 2019 20:27:02 -0000      1.315
> +++ readings.html       28 Jul 2019 08:52:46 -0000
> @@ -70,7 +70,6 @@
>   <li>andes (nds32)
>    <br />Manufacturer: Various licenses of Andes Technology Corporation.
>    <br />CPUs include: AndesCore families N7, N8, SN8, N9, N10, N12 and
> N13.
> -  <br /><a href="http://www.andestech.com/product.php?cls=9">Andes
> Documentation</a>
>    <br />GDB includes a simulator for all CPUs.
>   </li>
>
>
Gerald Pfeifer Aug. 10, 2019, 9:04 p.m. UTC | #2
On Tue, 30 Jul 2019, Shiva Chen wrote:
> The update link will be
> http://www.andestech.com/en/products-solutions/product-documentation/

Thank you.  Restored via the patch below that I just committed.

Gerald

Index: readings.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v
retrieving revision 1.318
diff -u -r1.318 readings.html
--- readings.html	4 Aug 2019 13:07:39 -0000	1.318
+++ readings.html	10 Aug 2019 21:03:19 -0000
@@ -70,6 +70,7 @@
  <li>andes (nds32)
   <br />Manufacturer: Various licenses of Andes Technology Corporation.
   <br />CPUs include: AndesCore families N7, N8, SN8, N9, N10, N12 and N13.
+  <br /><a href="http://www.andestech.com/en/products-solutions/product-documentation/">Andes Documentation</a>
   <br />GDB includes a simulator for all CPUs.
  </li>
diff mbox series

Patch

Index: readings.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v
retrieving revision 1.315
diff -u -r1.315 readings.html
--- readings.html	19 Jun 2019 20:27:02 -0000	1.315
+++ readings.html	28 Jul 2019 08:52:46 -0000
@@ -70,7 +70,6 @@ 
  <li>andes (nds32)
   <br />Manufacturer: Various licenses of Andes Technology Corporation.
   <br />CPUs include: AndesCore families N7, N8, SN8, N9, N10, N12 and N13.
-  <br /><a href="http://www.andestech.com/product.php?cls=9">Andes Documentation</a>
   <br />GDB includes a simulator for all CPUs.
  </li>