This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [wwwdocs] readings.html and a broken link


Thanks!

http://www.renesas.com/fmwk.jsp?cnt=m32r_family_landing.jsp&fp=/products/mpumcu/m32r_family/
was a stable URL.

I send a patch again to change link and to replace Mitsubishi with Renesas.
Please commit it.

Regards,

Kazuhiro Inaoka

Gerald Pfeifer wrote:

On Tue, 8 Feb 2005, Kazuhiro Inaoka wrote:

If vendors don't want to have links to their site, they could tell us
directly instead of changing URLs on an ongoing base.

Please change the link and information. [http://www.renesas.com/eng/products/mpumcu/32bit/m32r/index.html]


That one redirects to

http://www.renesas.com/fmwk.jsp?cnt=m32r_family_landing.jsp&fp=/products/mpumcu/m32r_family/

which I predict will break once again before the end of this year.  Do
you have a stable URL we could use?

Gerald
Index: readings.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v
retrieving revision 1.134
diff -u -r1.134 readings.html
--- readings.html	7 Feb 2005 22:31:42 -0000	1.134
+++ readings.html	9 Feb 2005 03:09:03 -0000
@@ -141,7 +141,8 @@
   </li>
  
  <li>m32r
-  <br />Manufacturer: Mitsubishi
+  <br />Manufacturer: Renesas
+  <br /><a href="http://www.renesas.com/fmwk.jsp?cnt=m32r_family_landing.jsp&fp=/products/mpumcu/m32r_family/";>Renesas M32R Site</a>
   <br />GDB includes a CGEN generated simulator.
  </li>
  

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]