This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
[libstc++,doc] doc/xml/manual/documentation_hacking.xml: Adjust link to docbook.org.
- From: Gerald Pfeifer <gerald at pfeifer dot com>
- To: libstdc++ at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Mon, 19 Mar 2018 00:38:24 +0100 (CET)
- Subject: [libstc++,doc] doc/xml/manual/documentation_hacking.xml: Adjust link to docbook.org.
2018-03-19 Gerald Pfeifer <gerald@pfeifer.com>
* doc/xml/manual/documentation_hacking.xml: Adjust link to
docbook.org.
Just more https; applied.
Gerald
Index: doc/xml/manual/documentation_hacking.xml
===================================================================
--- doc/xml/manual/documentation_hacking.xml (revision 258635)
+++ doc/xml/manual/documentation_hacking.xml (working copy)
@@ -1022,7 +1022,7 @@
<para>
Complete details on Docbook markup can be found in the
- <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://tdg.docbook.org/tdg/5.0/ref-elements.html">DocBook Element Reference</link>.
+ <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://tdg.docbook.org/tdg/5.0/ref-elements.html">DocBook Element Reference</link>.
An incomplete reference for HTML to Docbook conversion is
detailed in the table below.
</para>