diff mbox

[wwwdocs] www.akkadia.org now uses https -- gcc-4.0/changes.html

Message ID alpine.LSU.2.20.1605272129130.2874@anthias.pfeifer.com
State New
Headers show

Commit Message

Gerald Pfeifer May 27, 2016, 7:29 p.m. UTC
Applied.

Gerald
diff mbox

Patch

Index: gcc-4.0/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.0/changes.html,v
retrieving revision 1.67
diff -u -r1.67 changes.html
--- gcc-4.0/changes.html	27 Jun 2015 19:26:46 -0000	1.67
+++ gcc-4.0/changes.html	27 May 2016 19:27:22 -0000
@@ -169,8 +169,8 @@ 
         never used outside a binary as hidden, one can completely avoid PLT
         indirection overheads during their usage by the compiler. You can find
         out more about the advantages of this at <a
-        href="http://www.akkadia.org/drepper/dsohowto.pdf">
-        http://www.akkadia.org/drepper/dsohowto.pdf</a></li>
+        href="https://www.akkadia.org/drepper/dsohowto.pdf">
+        https://www.akkadia.org/drepper/dsohowto.pdf</a></li>
 
     <li>The <code>-fvisibility-inlines-hidden</code> option has been added
         which marks all inlineable functions as having hidden ELF visibility,