Pushed to trunk. Backports to follow. -- >8 --
libstdc++-v3/ChangeLog: * doc/xml/manual/prerequisites.xml: Fix attributes for external hyperlink. * doc/html/manual/setup.html: Regenerate. --- libstdc++-v3/doc/html/manual/setup.html | 2 +- libstdc++-v3/doc/xml/manual/prerequisites.xml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/libstdc++-v3/doc/xml/manual/prerequisites.xml b/libstdc++-v3/doc/xml/manual/prerequisites.xml index 8799487c821..f00979a1afa 100644 --- a/libstdc++-v3/doc/xml/manual/prerequisites.xml +++ b/libstdc++-v3/doc/xml/manual/prerequisites.xml @@ -71,7 +71,8 @@ </listitem> <listitem> <para> - <link linkend="https://www.gnu.org/software/libiconv/#downloading"> + <link xmlns:xlink="http://www.w3.org/1999/xlink" + xlink:href="https://www.gnu.org/software/libiconv/#downloading"> Download</link> the libiconv sources and extract them into the top level of the GCC source tree, e.g., </para> -- 2.34.3