From ba89e5d5a7c35ff158e749b503c017921a9dbcbc Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Sun, 5 Nov 2017 11:14:38 +0000 Subject: * doc/xml/manual/abi.xml: Move docs.oracle.com references to https. From-SVN: r254426 --- libstdc++-v3/ChangeLog | 4 ++++ libstdc++-v3/doc/xml/manual/abi.xml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'libstdc++-v3') diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index b12fa76..c18a5be 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 58950c9..ba286a2 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> -- cgit v1.1