diff options
author | Phil Edwards <pme@gcc.gnu.org> | 2002-05-06 11:43:56 +0000 |
---|---|---|
committer | Phil Edwards <pme@gcc.gnu.org> | 2002-05-06 11:43:56 +0000 |
commit | de20ab96b1dc3812d8658453bee4b717e7584068 (patch) | |
tree | 1833ac172c20a662eb0cd0dafa59baf6e2b53a73 | |
parent | 736a57deec4a93b30ca89e283ec73eac91779a6c (diff) | |
download | gcc-de20ab96b1dc3812d8658453bee4b717e7584068.zip gcc-de20ab96b1dc3812d8658453bee4b717e7584068.tar.gz gcc-de20ab96b1dc3812d8658453bee4b717e7584068.tar.bz2 |
documentation.html: Fix broken link.
2002-05-06 Phil Edwards <pme@gcc.gnu.org>
* docs/html/documentation.html: Fix broken link.
From-SVN: r53211
-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> |