From: gerald Date: Sun, 23 Sep 2018 14:57:25 +0000 (+0000) Subject: * doc/xml/manual/using_exceptions.xml: Move boost.orgs link to X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c43fe421c47a538370afa7b7c3fbedcf27abde1;p=thirdparty%2Fgcc.git * 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 --- 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>