diff mbox

[wwwdocs] en.wikibooks.org now uses https

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

Commit Message

Gerald Pfeifer Dec. 28, 2016, 1:55 a.m. UTC
Applied.

Gerald
diff mbox

Patch

Index: readings.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v
retrieving revision 1.253
diff -u -r1.253 readings.html
--- readings.html	23 Aug 2016 07:21:36 -0000	1.253
+++ readings.html	28 Dec 2016 01:53:13 -0000
@@ -23,7 +23,7 @@ 
   <li><a href="http://www.network-theory.co.uk/gcc/intro/">An Introduction
   to GCC</a> by Brian J. Gough.</li>
 
-  <li><a href="http://en.wikibooks.org/wiki/GNU_C_Compiler_Internals">GNU C Compiler Internals (Wikibook)</a>, numerous contributors.</li>
+  <li><a href="https://en.wikibooks.org/wiki/GNU_C_Compiler_Internals">GNU C Compiler Internals (Wikibook)</a>, numerous contributors.</li>
 
   <li><a href="http://www.immerundewig.at/thesis/">Compilation
   of Functional Programming Languages using GCC -- Tail Calls</a>