This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: www.akkadia.org now uses https -- gcc-4.0/changes.html


On 27/05/16 22:29 +0200, Gerald Pfeifer wrote:
Hi guys,

a similar change seems to be necessary for (the source leading to)
http://gcc.gnu.org/onlinedocs/libstdc++/manual/abi.html .

Thanks, changed on trunk with this patch.


commit 135fe45276ce6b880373367c8a8a5fce665a3bd9
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Fri May 27 22:20:11 2016 +0100

    Adjust URL in libstdc++ manual to use https
    
    	* doc/xml/manual/abi.xml: Adjust URL to use https.
    	* doc/html/manual/*: Regenerate.

diff --git a/libstdc++-v3/doc/xml/manual/abi.xml b/libstdc++-v3/doc/xml/manual/abi.xml
index a2ed57b..e8f9808 100644
--- a/libstdc++-v3/doc/xml/manual/abi.xml
+++ b/libstdc++-v3/doc/xml/manual/abi.xml
@@ -1131,7 +1131,7 @@ gcc test.c -g -O2 -L. -lone -ltwo /usr/lib/libstdc++.so.5 /usr/lib/libstdc++.so.
   <biblioentry>
       <title>
 	<link xmlns:xlink="http://www.w3.org/1999/xlink";
-	      xlink:href="http://www.akkadia.org/drepper/dsohowto.pdf";>
+	      xlink:href="https://www.akkadia.org/drepper/dsohowto.pdf";>
       How to Write Shared Libraries
 	</link>
       </title>

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]