aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@pfeifer.com>2018-09-23 14:57:25 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2018-09-23 14:57:25 +0000
commit839837b03666d07d924117019bcfc00a38c0d4f4 (patch)
tree4eba2c698430f1cc628fa27bf59bc67ec577fbbd /libstdc++-v3
parent86ca01ad4624c3503f611c259cb09bf7f5c2d435 (diff)
downloadgcc-839837b03666d07d924117019bcfc00a38c0d4f4.zip
gcc-839837b03666d07d924117019bcfc00a38c0d4f4.tar.gz
gcc-839837b03666d07d924117019bcfc00a38c0d4f4.tar.bz2
using_exceptions.xml: Move boost.orgs link to https.
* doc/xml/manual/using_exceptions.xml: Move boost.orgs link to https. From-SVN: r264515
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog5
-rw-r--r--libstdc++-v3/doc/xml/manual/using_exceptions.xml4
2 files changed, 7 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index e64f11c..f5fdb43 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,8 @@
+2018-09-23 Gerald Pfeifer <gerald@pfeifer.com>
+
+ * doc/xml/manual/using_exceptions.xml: Move boost.orgs link to
+ https.
+
2018-09-21 François Dumont <fdumont@gcc.gnu.org>
PR libstdc++/87135
diff --git a/libstdc++-v3/doc/xml/manual/using_exceptions.xml b/libstdc++-v3/doc/xml/manual/using_exceptions.xml
index b855cf4..c54e8cd 100644
--- a/libstdc++-v3/doc/xml/manual/using_exceptions.xml
+++ b/libstdc++-v3/doc/xml/manual/using_exceptions.xml
@@ -447,7 +447,7 @@ is called.
<biblioentry>
<title>
<link xmlns:xlink="http://www.w3.org/1999/xlink"
- xlink:href="http://www.boost.org/community/error_handling.html">
+ xlink:href="https://www.boost.org/community/error_handling.html">
Error and Exception Handling
</link>
</title>
@@ -464,7 +464,7 @@ is called.
<biblioentry>
<title>
<link xmlns:xlink="http://www.w3.org/1999/xlink"
- xlink:href="http://www.boost.org/community/exception_safety.html">
+ xlink:href="https://www.boost.org/community/exception_safety.html">
Exception-Safety in Generic Components
</link>
</title>