This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
PATCH for Re: Link update notification.
- From: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- To: gvatry at grenoble dot sema dot slb dot com
- Cc: gcc at gnu dot org, <gcc-patches at gcc dot gnu dot org>
- Date: Wed, 20 Feb 2002 20:25:13 +0100 (CET)
- Subject: 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>