aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/docs/html/ext
diff options
context:
space:
mode:
authorJonathan Wakely <redi@gcc.gnu.org>2003-07-16 18:06:36 +0100
committerJonathan Wakely <redi@gcc.gnu.org>2003-07-16 18:06:36 +0100
commitdced0d12fbac3d87ca3d98163d2cf27f6655fb2e (patch)
tree35179af7f741e7c6322be81b8c680a96118060ca /libstdc++-v3/docs/html/ext
parent1e0343ddbb51193f4d15d3e888d05c4104668390 (diff)
downloadgcc-dced0d12fbac3d87ca3d98163d2cf27f6655fb2e.zip
gcc-dced0d12fbac3d87ca3d98163d2cf27f6655fb2e.tar.gz
gcc-dced0d12fbac3d87ca3d98163d2cf27f6655fb2e.tar.bz2
howto.html: Update URL for SGI STL docs.
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. From-SVN: r69463
Diffstat (limited to 'libstdc++-v3/docs/html/ext')
-rw-r--r--libstdc++-v3/docs/html/ext/howto.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/docs/html/ext/howto.html b/libstdc++-v3/docs/html/ext/howto.html
index 3289619..ddd8e2a 100644
--- a/libstdc++-v3/docs/html/ext/howto.html
+++ b/libstdc++-v3/docs/html/ext/howto.html
@@ -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>