diff options
author | Paolo Carlini <paolo.carlini@oracle.com> | 2009-03-16 00:09:04 +0000 |
---|---|---|
committer | Paolo Carlini <paolo@gcc.gnu.org> | 2009-03-16 00:09:04 +0000 |
commit | e0de3d93032b6b637e524d616976fea90c416179 (patch) | |
tree | e34cc95cd99cad8d0a9cf1129504b72334e047e6 | |
parent | 2cb4817bd3b8818b7897beff61ada79370515fd5 (diff) | |
download | gcc-e0de3d93032b6b637e524d616976fea90c416179.zip gcc-e0de3d93032b6b637e524d616976fea90c416179.tar.gz gcc-e0de3d93032b6b637e524d616976fea90c416179.tar.bz2 |
faq.xml: Fix link to setup documentation.
2009-03-15 Paolo Carlini <paolo.carlini@oracle.com>
* doc/xml/faq.xml: Fix link to setup documentation.
From-SVN: r144875
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
-rw-r--r-- | libstdc++-v3/doc/xml/faq.xml | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 98bf0c5..252a04b 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 5b60c88..6366e05 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> |