This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

Tiny patch to FAQ for implementation status.


Greetings,

This little patch redirects broken links in the FAQ to implementation charts to the correct location in teh manual.

Ed


Index: doc/xml/faq.xml
===================================================================
--- doc/xml/faq.xml	(revision 144657)
+++ doc/xml/faq.xml	(working copy)
@@ -692,8 +692,9 @@
     </para>
     <para>    
     Long answer: See the implementation status pages for 
-    <ulink url="http://gcc.gnu.org/onlinedocs/libstdc++/17_intro/c++1998_status.html";>C++98</ulink>,
-    <ulink url="http://gcc.gnu.org/onlinedocs/libstdc++/17_intro/tr1_status.html";>TR1</ulink>, and <ulink url="http://gcc.gnu.org/onlinedocs/libstdc++/17_intro/c++0x_status.html";>C++0x</ulink>.
+    <ulink url="http://gcc.gnu.org/onlinedocs/libstdc++/manual/bk01pt01ch01.html#manual.intro.status.standard.1998";>C++98</ulink>,
+    <ulink url="http://gcc.gnu.org/onlinedocs/libstdc++/manual/bk01pt01ch01.html#manual.intro.status.standard.tr1";>TR1</ulink>, and
+    <ulink url="http://gcc.gnu.org/onlinedocs/libstdc++/manual/bk01pt01ch01.html#manual.intro.status.standard.200x";>C++0x</ulink>.
     </para> 
   </answer>
 </qandaentry>

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