]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Fix hyperlink in docs
authorJonathan Wakely <jwakely@redhat.com>
Mon, 16 May 2022 13:54:07 +0000 (14:54 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Mon, 16 May 2022 13:54:07 +0000 (14:54 +0100)
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
libstdc++-v3/doc/xml/manual/prerequisites.xml

index 069354b8ce0ef2bcee817a0fbd4bc33e6d7bbcc1..f27b8d806df78b1049111998a7308d37ade55034 100644 (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">
index 8799487c821945b1ee7766b4b7a8af3c6345ef3d..f00979a1afad1275f536f264862b2af1bede8264 100644 (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>