Dead link on the libstdc++-v3 homepage

Janis Johnson janis187@us.ibm.com
Tue Aug 12 22:17:00 GMT 2003


On Sun, Aug 10, 2003 at 01:22:47PM +0200, Askadar wrote:
> Hi,
> 
> the link to http://www.stone-dead.asn.au/movies/holy-grail/scene-23.html 
> ("African or European?") on the page http://gcc.gnu.org/libstdc++/ seems 
> to be dead. I get a 404 with mozilla.
> 
> Greetings,
> 
> Askadar

Fixed with the following patch.

Index: libstdc++/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/libstdc++/index.html,v
retrieving revision 1.30
diff -u -p -r1.30 index.html
--- libstdc++/index.html	20 May 2003 12:33:08 -0000	1.30
+++ libstdc++/index.html	12 Aug 2003 16:46:57 -0000
@@ -23,13 +23,13 @@
 
 <h2>What... is the airspeed velocity of an unladen swallow?</h2>
 
-<p><a href="http://www.stone-dead.asn.au/movies/holy-grail/scene-23.html">African or European?</a></p>
+<p><a href="http://systemimager.sourceforge.net/pub/swallowscenes.html">African or European?</a></p>
 <!-- Anyone who hasn't seen Holy Grail shouldn't be programming... how can you
      understand procedural logic if you haven't seen the witch-burning scene?
-     (Replace 'scene-23' with 'scene-05' for the transcript of that scene.)
-     NOTA BENE:  This link breaks often, usually 'scene' and 'grail' get flip-
-     flopped a lot.  If it breaks, try the appropriate flip-flop, and if that
-     works send an email to pedwards/pme (check the archives for an address).
+     (The link at http://www.stone-dead.asn.au/movies/holy-grail/scene-23.html
+     finally gave out once too often.  This one is a more complete transcript
+     but doesn't have the entire movie, so we can no longer provide a link to
+     the witch-burning scene; you'll just need to watch the movie.)
 -->
 
 <hr />



More information about the Gcc-patches mailing list