diff options
author | Phil Edwards <pme@gcc.gnu.org> | 2002-11-21 08:28:34 +0000 |
---|---|---|
committer | Phil Edwards <pme@gcc.gnu.org> | 2002-11-21 08:28:34 +0000 |
commit | 0e4f7d33ad125d023fc7d03a46a732e1eecbf4c7 (patch) | |
tree | 59725a0a0f9a723840dafdde8c835b18f4ae0e50 | |
parent | 3c6843e78a4ea1d0d258a4b12714b856e9e8c4df (diff) | |
download | gcc-0e4f7d33ad125d023fc7d03a46a732e1eecbf4c7.zip gcc-0e4f7d33ad125d023fc7d03a46a732e1eecbf4c7.tar.gz gcc-0e4f7d33ad125d023fc7d03a46a732e1eecbf4c7.tar.bz2 |
documentation.html: Fix broken/thinko'd URL.
2002-11-21 Phil Edwards <pme@gcc.gnu.org>
* docs/html/documentation.html: Fix broken/thinko'd URL.
From-SVN: r59337
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
-rw-r--r-- | libstdc++-v3/docs/html/documentation.html | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index c8225c7..826a327 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,9 @@ 2002-11-21 Phil Edwards <pme@gcc.gnu.org> + * docs/html/documentation.html: Fix broken/thinko'd URL. + +2002-11-21 Phil Edwards <pme@gcc.gnu.org> + * docs/doxygen/run_doxygen: Tighter search expression for sed. * docs/doxygen/stdheader.cc: Handle the case of good headers. diff --git a/libstdc++-v3/docs/html/documentation.html b/libstdc++-v3/docs/html/documentation.html index 8c40fb0..0dc25be 100644 --- a/libstdc++-v3/docs/html/documentation.html +++ b/libstdc++-v3/docs/html/documentation.html @@ -66,7 +66,7 @@ <ul> <li><a href="libstdc++-html-USERS-3.1/index.html">for the 3.1 release</a> </li> - <li><a href="libstdc++-html-USERS-3.2/index.html">for the 3.2.x release</a> + <li><a href="libstdc++-html-USERS-3.2.1/index.html">for the 3.2.1 release</a> </li> <li><a href="latest-doxygen/index.html">"the latest collection"</a> (for the snapshot or later; see the date on the first page) |