diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 98bf0c5551d218560e6434975e71ba6ce61fc8a9..252a04bf66b6fcab055efdf1d0a6b2a942d5e6a4 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2009-03-15 Paolo Carlini <paolo.carlini@oracle.com> + + * doc/xml/faq.xml: Fix link to setup documentation. + 2009-03-14 Paolo Carlini <paolo.carlini@oracle.com> * include/std/type_traits (__add_lvalue_reference_helper, diff --git a/libstdc++-v3/doc/xml/faq.xml b/libstdc++-v3/doc/xml/faq.xml index 5b60c882626397c43e079579bf7fb9e4684ebf2c..6366e05349dbe11ca9b2e6a09fe7ccdce729e6ba 100644 --- a/libstdc++-v3/doc/xml/faq.xml +++ b/libstdc++-v3/doc/xml/faq.xml @@ -273,8 +273,8 @@ </para> <para> To build and install from the GNU GCC sources, please consult the - <ulink url="http://gcc.gnu.org/onlinedocs/libstdc++/install.html">install - documentation</ulink> for detailed + <link linkend="manual.intro.setup">setup + documentation</link> for detailed instructions. You may wish to browse those files ahead of time to get a feel for what's required. </para>