summaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2022-05-16 14:54:07 +0100
committerJonathan Wakely <jwakely@redhat.com>2022-05-16 15:05:26 +0100
commit9742709708b3452739f2190941139bec292c49b0 (patch)
tree14d702aa242a160044d3d1be365b36c8be4cc86d /libstdc++-v3
parentcfaf297e0550222dfea39f53a5268421b077b3f6 (diff)
libstdc++: Fix hyperlink in docs
libstdc++-v3/ChangeLog: * doc/xml/manual/prerequisites.xml: Fix attributes for external hyperlink. * doc/html/manual/setup.html: Regenerate. (cherry picked from commit 682e587f1021241758f7dfe0b22651008622a312)
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/doc/html/manual/setup.html2
-rw-r--r--libstdc++-v3/doc/xml/manual/prerequisites.xml3
2 files changed, 3 insertions, 2 deletions
diff --git a/libstdc++-v3/doc/html/manual/setup.html b/libstdc++-v3/doc/html/manual/setup.html
index 069354b8ce0..f27b8d806df 100644
--- a/libstdc++-v3/doc/html/manual/setup.html
+++ b/libstdc++-v3/doc/html/manual/setup.html
@@ -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">
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>