diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2018-09-23 14:57:25 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2018-09-23 14:57:25 +0000 |
commit | 839837b03666d07d924117019bcfc00a38c0d4f4 (patch) | |
tree | 4eba2c698430f1cc628fa27bf59bc67ec577fbbd /libstdc++-v3/doc | |
parent | 86ca01ad4624c3503f611c259cb09bf7f5c2d435 (diff) | |
download | gcc-839837b03666d07d924117019bcfc00a38c0d4f4.tar.gz |
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/doc')
-rw-r--r-- | libstdc++-v3/doc/xml/manual/using_exceptions.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/doc/xml/manual/using_exceptions.xml b/libstdc++-v3/doc/xml/manual/using_exceptions.xml index b855cf42cc1..c54e8cd0d95 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> |