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 14:54:07 +0100
commit682e587f1021241758f7dfe0b22651008622a312 (patch)
tree6bb1073aa6fcb7a5d6a86e320a840e9b2f82d125 /libstdc++-v3
parent8414dad54a8a5eed710f894bde5721631fd3f748 (diff)
downloadgcc-682e587f1021241758f7dfe0b22651008622a312.tar.gz
libstdc++: Fix hyperlink in docs
libstdc++-v3/ChangeLog: * doc/xml/manual/prerequisites.xml: Fix attributes for external hyperlink. * doc/html/manual/setup.html: Regenerate.
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>