mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-24 03:14:08 +08:00
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:
parent
8414dad54a
commit
682e587f10
@ -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">
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user