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]

Re: Missing link


On Wed, Jul 10, 2002 at 06:44:10PM +0530, Rajiv Bhagwat wrote:
> The download.html link points to a non-existing page on:
> 
> http://gcc.gnu.org/onlinedocs/libstdc++/faq/index.html

Thanks for spotting that.  It's due to my ongoing cleanup.  Fixed thusly.

(Also, the porting.html file hadn't been remade since the last time its
parent was changed.)

Phil



2002-07-15  Phil Edwards  <pme@gcc.gnu.org>

	* docs/html/faq/index.html:  Fix download links.
	* docs/html/faq/index.txt:  Regenerate.
	* docs/html/17_intro/porting.html:  Regenerate from earlier changes.


Index: docs/html/faq/index.html
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/docs/html/faq/index.html,v
retrieving revision 1.40
diff -u -3 -p -r1.40 index.html
--- docs/html//faq/index.html	20 May 2002 17:55:14 -0000	1.40
+++ docs/html//faq/index.html	15 Jul 2002 20:04:07 -0000
@@ -112,7 +112,7 @@
          as described in chapters 17 through 27 and annex D.  As the 
          library reaches stable plateaus, it is captured in a snapshot
          and released.  The current release is
-         <a href="http://gcc.gnu.org/libstdc++/download.html";>the
+         <a href="http://gcc.gnu.org/libstdc++/index.html#download";>the
          fourteenth snapshot</a>.  For those who want to see exactly how
          far the project has come, or just want the latest
          bleeding-edge code, the up-to-date source is available over
@@ -170,8 +170,8 @@
 <hr>
    <h2><a name="1_4">1.4 How do I get libstdc++?</a></h2>
       <p>The fourteenth (and latest) snapshot of libstdc++-v3 is
-         <a href="http://gcc.gnu.org/libstdc++/download.html";>available via
-         ftp</a>.
+         <a href="http://gcc.gnu.org/libstdc++/index.html#download";>available
+         via ftp</a>.
       </p>
       <p>The <a href="http://gcc.gnu.org/libstdc++/";>homepage</a>
          has instructions for retrieving the latest CVS sources, and for


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