libstdc++: Fix hyperlink in docs

libstdc++-v3/ChangeLog:

	* doc/xml/manual/prerequisites.xml: Fix attributes for external
	hyperlink.
	* doc/html/manual/setup.html: Regenerate.
This commit is contained in:
Jonathan Wakely 2022-05-16 14:54:07 +01:00
parent 8414dad54a
commit 682e587f10
2 changed files with 3 additions and 2 deletions

View File

@ -57,7 +57,7 @@
Glibc already provides <code class="function">iconv</code> so you should
not need libiconv anyway.
</p></li><li class="listitem"><p>
<a class="link" href="../">
<a class="link" href="https://www.gnu.org/software/libiconv/#downloading" target="_top">
Download</a> the libiconv sources and extract them into the
top level of the GCC source tree, e.g.,
</p><pre class="programlisting">

View File

@ -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>