This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

[wwwdocs] readings.html -- link maintenance


Update a few sites from http to https and update some links in other ways.
On the way remove duplicate <meta name="title">.

Committed.

Gerald

Index: readings.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v
retrieving revision 1.297
diff -u -r1.297 readings.html
--- readings.html	17 Aug 2018 19:22:22 -0000	1.297
+++ readings.html	1 Sep 2018 11:54:15 -0000
@@ -6,7 +6,6 @@
 -->
 
 <head>
-<meta name="title" content="Links and Selected Readings" />
 <meta name="keywords" content="GCC, compilers, optimization, documentation, FAQ, standards" />
 <title>Links and Selected Readings</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
@@ -26,7 +25,7 @@
 
   <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
+  <li><a href="http://www.pspace.org/a/thesis/";>Compilation
   of Functional Programming Languages using GCC -- Tail Calls</a>
   by Andreas Bauer.</li>
 	
@@ -93,7 +92,7 @@
 
  <li>Blackfin
   <br />Manufacturer: Analog Devices
-  <br /><a href="http://www.analog.com/en/products/processors-dsp/blackfin.html";>Blackfin Documentation</a>
+  <br /><a href="http://www.analog.com/en/products/processors-dsp/dsp/blackfin.html";>Blackfin Documentation</a>
  </li>
 
  <li>c4x
@@ -152,7 +151,7 @@
   <br />Some information about optimizing for x86 processors, links to
   x86 manuals and documentation:
 
-  <br /><a href="http://www.agner.org/optimize/";>http://www.agner.org/optimize/</a>
+  <br /><a href="https://www.agner.org/optimize/";>https://www.agner.org/optimize/</a>
   <br /><a href="http://www.sandpile.org";>www.sandpile.org:</a>
   Christian Ludloff's technical x86 processor information.
  </li>
@@ -405,7 +404,7 @@
 
   <ul>
 
-    <li><a href="http://www.j3-fortran.org/";>Fortran standards committee</a>
+    <li><a href="https://j3-fortran.org";>Fortran standards committee</a>
     (includes references to the current draft of the Fortran standard)</li>
 
   </ul></li>
@@ -617,7 +616,7 @@
   <li><a href="ftp://ftp.sgi.com/sgi/dev/davea/objectinfo.html";>Debugging/object info</a> by David B.Anderson (including links to some DWARF tools)</li>
 </ul><ul>
 
-  <li><a href="http://www.compilerconnection.com/";>Links related to many
+  <li><a href="http://compilerconnection.com";>Links related to many
   compiler topics</a></li>
 
   <li><a href="https://compilers.iecc.com";>comp.compilers archive</a></li>


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