This is the mail archive of the gcc@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]

PATCH for Re: Link update notification.


On Wed, 20 Feb 2002, Grégoire VATRY wrote:
> Just to tell you I noticed a broken link...
>
> On web page [ http://gcc.gnu.org/readings.html ] the link [ The SGI STL page ]
> in the [ C++ information ] section is not up to date (2002-02-20).
>
> old: http://www.sgi.com/Technology/STL
> new: http://www.sgi.com/tech/stl/

Thanks for the note! I just committed the patch below.

Gerald

Index: readings.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v
retrieving revision 1.75
diff -u -3 -p -r1.75 readings.html
--- readings.html	2002/02/19 10:21:03	1.75
+++ readings.html	2002/02/20 19:24:25
@@ -399,7 +399,7 @@ tahoe. These are listed here just for co
 </ul>

 <ul>
-  <li><a href="http://www.sgi.com/Technology/STL";>The SGI STL page</a></li>
+  <li><a href="http://www.sgi.com/tech/stl/";>The SGI STL page</a></li>
   <li><a href="http://www.stlport.org/";>STLport homepage</a></li>
 </ul>



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