From 4c43fe421c47a538370afa7b7c3fbedcf27abde1 Mon Sep 17 00:00:00 2001 From: gerald Date: Sun, 23 Sep 2018 14:57:25 +0000 Subject: [PATCH] * doc/xml/manual/using_exceptions.xml: Move boost.orgs link to https. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@264515 138bc75d-0d04-0410-961f-82ee72b054a4 --- libstdc++-v3/ChangeLog | 5 +++++ libstdc++-v3/doc/xml/manual/using_exceptions.xml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index e64f11c1b144..f5fdb4308641 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 b855cf42cc10..c54e8cd0d957 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> -- 2.47.2