Applied. Gerald
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>