From 1784439f1250a61225d4577050fe4df312ae84cd Mon Sep 17 00:00:00 2001 From: gerald Date: Sun, 5 Nov 2017 11:14:38 +0000 Subject: [PATCH] * doc/xml/manual/abi.xml: Move docs.oracle.com references to https. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@254426 138bc75d-0d04-0410-961f-82ee72b054a4 --- libstdc++-v3/ChangeLog | 4 ++++ libstdc++-v3/doc/xml/manual/abi.xml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index b12fa76551d..c18a5bed188 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2017-11-05 Gerald Pfeifer + + * doc/xml/manual/abi.xml: Move docs.oracle.com references to https. + 2017-11-03 Jonathan Wakely * include/std/type_traits (endian): Define new enumeration type. diff --git a/libstdc++-v3/doc/xml/manual/abi.xml b/libstdc++-v3/doc/xml/manual/abi.xml index 58950c990ea..ba286a28a79 100644 --- a/libstdc++-v3/doc/xml/manual/abi.xml +++ b/libstdc++-v3/doc/xml/manual/abi.xml @@ -1140,7 +1140,7 @@ gcc test.c -g -O2 -L. -lone -ltwo /usr/lib/libstdc++.so.5 /usr/lib/libstdc++.so. <link xmlns:xlink="http://www.w3.org/1999/xlink" - xlink:href="http://docs.oracle.com/cd/E23824_01/html/819-0690/index.html"> + xlink:href="https://docs.oracle.com/cd/E23824_01/html/819-0690/index.html"> Linker and Libraries Guide (document 819-0690) </link> @@ -1150,7 +1150,7 @@ gcc test.c -g -O2 -L. -lone -ltwo /usr/lib/libstdc++.so.5 /usr/lib/libstdc++.so. <link xmlns:xlink="http://www.w3.org/1999/xlink" - xlink:href="http://docs.oracle.com/cd/E19422-01/819-3689/"> + xlink:href="https://docs.oracle.com/cd/E19422-01/819-3689/"> Sun Studio 11: C++ Migration Guide (document 819-3689) </link> -- 2.11.4.GIT