aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@pfeifer.com>2018-03-18 23:38:23 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2018-03-18 23:38:23 +0000
commit1de51fbc6f12f5cf02fa72d0be6effaf416e62b9 (patch)
tree8286f531b61a8eb9387b328e2de693eed33c6aed
parentf7dbf8e56459916a66af9fc62608109f65babd51 (diff)
downloadgcc-1de51fbc6f12f5cf02fa72d0be6effaf416e62b9.zip
gcc-1de51fbc6f12f5cf02fa72d0be6effaf416e62b9.tar.gz
gcc-1de51fbc6f12f5cf02fa72d0be6effaf416e62b9.tar.bz2
documentation_hacking.xml: Adjust link to docbook.org.
* doc/xml/manual/documentation_hacking.xml: Adjust link to docbook.org. From-SVN: r258636
-rw-r--r--libstdc++-v3/ChangeLog5
-rw-r--r--libstdc++-v3/doc/xml/manual/documentation_hacking.xml2
2 files changed, 6 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index a0da569..5f007b7 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,8 @@
+2018-03-19 Gerald Pfeifer <gerald@pfeifer.com>
+
+ * doc/xml/manual/documentation_hacking.xml: Adjust link to
+ docbook.org.
+
2018-03-17 Jonathan Wakely <jwakely@redhat.com>
* testsuite/20_util/function_objects/comparisons_pointer.cc: Adjust
diff --git a/libstdc++-v3/doc/xml/manual/documentation_hacking.xml b/libstdc++-v3/doc/xml/manual/documentation_hacking.xml
index 8ab9e87..463786d 100644
--- a/libstdc++-v3/doc/xml/manual/documentation_hacking.xml
+++ b/libstdc++-v3/doc/xml/manual/documentation_hacking.xml
@@ -1022,7 +1022,7 @@ make <literal>XSL_STYLE_DIR="/usr/share/xml/docbook/stylesheet/nwalsh"</literal>
<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>