From 839837b03666d07d924117019bcfc00a38c0d4f4 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Sun, 23 Sep 2018 14:57:25 +0000 Subject: using_exceptions.xml: Move boost.orgs link to https. * doc/xml/manual/using_exceptions.xml: Move boost.orgs link to https. From-SVN: r264515 --- libstdc++-v3/ChangeLog | 5 +++++ libstdc++-v3/doc/xml/manual/using_exceptions.xml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'libstdc++-v3') 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 + + * doc/xml/manual/using_exceptions.xml: Move boost.orgs link to + https. + 2018-09-21 François Dumont 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. <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> @@ -464,7 +464,7 @@ is called. <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> -- cgit v1.1