[PATCH] docs: Update URL for SGI STL docs

Jonathan Wakely cow@compsoc.man.ac.uk
Wed Jul 16 16:42:00 GMT 2003


I should have spotted this earlier (I've got pages of my own that link
to the same site), but the ext/howto.html and faq/index.html pages give
an old URL for the SGI STL documentation, see the "hashing function" and
"hash" links on http://gcc.gnu.org/onlinedocs/libstdc++/ext/howto.html#1

I'll commit this in a minute:

2003-07-16  Jonathan Wakely  <redi@gcc.gnu.org>

        * docs/html/ext/howto.html: Update URL for SGI STL docs.
        * docs/html/faq/index.html: Same.
        * docs/html/faq/index.txt: Regenerate.

jon

-- 
"Until they become conscious they will never rebel,
 and until after they have rebelled they cannot become conscious."
	- 1984, George Orwell
-------------- next part --------------
Index: docs/html/ext/howto.html
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/docs/html/ext/howto.html,v
retrieving revision 1.31
diff -u -p -b -B -r1.31 howto.html
--- docs/html/ext/howto.html	10 Jun 2003 21:52:23 -0000	1.31
+++ docs/html/ext/howto.html	16 Jul 2003 14:56:15 -0000
@@ -79,12 +79,12 @@
    </p>
    <p>Each of the associative containers map, multimap, set, and multiset
       have a counterpart which uses a
-      <a href="http://www.sgi.com/Technology/STL/HashFunction.html">hashing
+      <a href="http://www.sgi.com/tech/stl/HashFunction.html">hashing
       function</a> to do the arranging, instead of a strict weak ordering
       function.  The classes take as one of their template parameters a
       function object that will return the hash value; by default, an
       instantiation of
-      <a href="http://www.sgi.com/Technology/STL/hash.html">hash</a>.
+      <a href="http://www.sgi.com/tech/stl/hash.html">hash</a>.
       You should specialize this functor for your class, or define your own,
       before trying to use one of the hashing classes.
    </p>
Index: docs/html/faq/index.html
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/docs/html/faq/index.html,v
retrieving revision 1.59
diff -u -p -b -B -r1.59 index.html
--- docs/html/faq/index.html	21 May 2003 12:18:45 -0000	1.59
+++ docs/html/faq/index.html	16 Jul 2003 14:56:15 -0000
@@ -868,7 +868,7 @@ http://clisp.cons.org/~haible/gccinclude
 
 <hr />
    <h2><a name="5_3">5.3 What about the STL from SGI?</a></h2>
-      <p>The <a href="http://www.sgi.com/Technology/STL/">STL from SGI</a>,
+      <p>The <a href="http://www.sgi.com/tech/stl/">STL from SGI</a>,
          version 3.3, was the most recent merge of the STL codebase.  The
          code in libstdc++ contains many fixes and changes, and it is
          very likely that the SGI code is no longer under active
Index: docs/html/faq/index.txt
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/docs/html/faq/index.txt,v
retrieving revision 1.48
diff -u -p -b -B -r1.48 index.txt
--- docs/html/faq/index.txt	21 May 2003 12:18:45 -0000	1.48
+++ docs/html/faq/index.txt	16 Jul 2003 14:56:15 -0000
@@ -981,7 +981,7 @@ References
   97. ../ext/howto.html#5
   98. http://gcc.gnu.org/ml/libstdc++/1999/msg00080.html
   99. http://gcc.gnu.org/ml/libstdc++/1999/msg00084.html
- 100. http://www.sgi.com/Technology/STL/
+ 100. http://www.sgi.com/tech/stl/
  101. ../ext/howto.html
  102. ../17_intro/howto.html#3
  103. ../23_containers/howto.html#3


More information about the Libstdc++ mailing list