diff mbox series

[committed,4/4] libstdc++: Fix hyperlink in docs

Message ID 20220516135748.42548-4-jwakely@redhat.com
State New
Headers show
Series [committed,1/4] libstdc++: Fix status docs for <bit> support | expand

Commit Message

Jonathan Wakely May 16, 2022, 1:57 p.m. UTC
Pushed to trunk. Backports to follow.

-- >8 --

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       | 2 +-
 libstdc++-v3/doc/xml/manual/prerequisites.xml | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)
diff mbox series

Patch

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>