This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[libstdc++ 3.1] Fix broken link in docs



No idea how I managed to miss this one...  trunk and branch.


2002-05-06  Phil Edwards  <pme@gcc.gnu.org>

	* docs/html/documentation.html:  Fix broken link.


Index: docs/html/documentation.html
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/docs/html/documentation.html,v
retrieving revision 1.14
diff -u -3 -p -r1.14 documentation.html
--- docs/html/documentation.html	1 May 2002 22:57:58 -0000	1.14
+++ docs/html/documentation.html	6 May 2002 11:43:22 -0000
@@ -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">&quot;the latest collection&quot;</a>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]