diff options
-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) |