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 03939a0..7eaed91 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2002-05-06 Phil Edwards <pme@gcc.gnu.org> + + * docs/html/documentation.html: Fix broken link. + 2002-05-04 Benjamin Kosnik <bkoz@redhat.com> Paolo Carlini <pcarlini@unitus.it> diff --git a/libstdc++-v3/docs/html/documentation.html b/libstdc++-v3/docs/html/documentation.html index d5fc8ac..8e55fe1 100644 --- a/libstdc++-v3/docs/html/documentation.html +++ b/libstdc++-v3/docs/html/documentation.html @@ -29,7 +29,7 @@ </p> <p>The available user-level collections are also viewable online: <ul> - <li><a href="libstdc++-doxygen-3.1/index.html">docs for the 3.1 release</a> + <li><a href="libstdc++-html-USERS-3.1/index.html">docs for the 3.1 release</a> <li><a href="libstdc++-html-USERS-3.0.96/index.html">docs for the most recent libstdc++ snapshot (3.0.96)</a> <li><a href="latest-doxygen/index.html">"the latest collection"</a> |
