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] Remove a broken MIPS link in readings.html


On Mon, 15 Oct 2007, Thiemo Seufer wrote:
>> Remove broken link to MIPS product materials.  (Insert usual rant 
>> about corporate webmasters. :-/)
> I guess dashes look nicer than underscores. :-/
> [...]
> It is now
> http://www.mips.com/products/resource-library/product-materials/

Ouch, that's really hard to believe.  Thanks for the reference, I
updated the web page accordingly per the patch below.

Gerald

Index: readings.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v
retrieving revision 1.166
diff -u -3 -p -r1.166 readings.html
--- readings.html	15 Oct 2007 09:46:46 -0000	1.166
+++ readings.html	1 Nov 2007 23:16:01 -0000
@@ -182,6 +182,9 @@ Intel®64 and IA-32 Architectures Sof
  
  <li>mips (mipsel, mips64, mips64el)
   <br />The *el variants are little-endian configurations.
+  <br />Various MIPS stuff:
+  <a href="http://www.mips.com/products/resource-library/product-materials/";>
+  http://www.mips.com/products/resource-library/product-materials/</a>
  </li>
  
  <li>MMIX


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