aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@pfeifer.com>2019-11-10 13:37:26 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2019-11-10 13:37:26 +0000
commit7901a85f3c481856317da431058bd0f34e444747 (patch)
tree4931f465f9b9706f771eddd518011b3d9383139b /libstdc++-v3
parent7964e40de3b03a27d981b47110ebabce082220a4 (diff)
downloadgcc-7901a85f3c481856317da431058bd0f34e444747.zip
gcc-7901a85f3c481856317da431058bd0f34e444747.tar.gz
gcc-7901a85f3c481856317da431058bd0f34e444747.tar.bz2
Switch www.hboehm.info to https
* doc/xml/manual/using.xml: Switch www.hboehm.info to https. From-SVN: r278019
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog4
-rw-r--r--libstdc++-v3/doc/xml/manual/using.xml2
2 files changed, 5 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index c4a3b83..4c420d7 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,7 @@
+2019-11-10 Gerald Pfeifer <gerald@pfeifer.com>
+
+ * doc/xml/manual/using.xml: Switch www.hboehm.info to https.
+
2019-11-07 Jonathan Wakely <jwakely@redhat.com>
* doc/doxygen/user.cfg.in (INPUT): Add <compare> header.
diff --git a/libstdc++-v3/doc/xml/manual/using.xml b/libstdc++-v3/doc/xml/manual/using.xml
index d7fbfe9..60c5238 100644
--- a/libstdc++-v3/doc/xml/manual/using.xml
+++ b/libstdc++-v3/doc/xml/manual/using.xml
@@ -1849,7 +1849,7 @@ gcc version 4.1.2 20070925 (Red Hat 4.1.2-33)
<para>For further details of the C++11 memory model see Hans-J. Boehm's
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.hboehm.info/c++mm/">Threads
- and memory model for C++</link> pages, particularly the <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.hboehm.info/c++mm/threadsintro.html">introduction</link>
+ and memory model for C++</link> pages, particularly the <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.hboehm.info/c++mm/threadsintro.html">introduction</link>
and <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.hboehm.info/c++mm/user-faq.html">FAQ</link>.
</para>