diff mbox

[wwwdocs] news/dfa.html and news/ssa.html -- redhat.com now defaults to https

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

Commit Message

Gerald Pfeifer Dec. 29, 2016, 11:49 a.m. UTC
Applied.

Gerald
diff mbox

Patch

Index: news/dfa.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/news/dfa.html,v
retrieving revision 1.6
diff -u -r1.6 dfa.html
--- news/dfa.html	27 Jun 2014 15:04:40 -0000	1.6
+++ news/dfa.html	29 Dec 2016 11:42:26 -0000
@@ -11,7 +11,7 @@ 
 Last Updated May 5, 2002</p>
 
 <p>We are pleased to announce that Vladimir Makarov, of <a
-href="http://www.redhat.com">Red Hat</a>, has contributed support
+href="https://www.redhat.com">Red Hat</a>, has contributed support
 for using Deterministic Finite Automata (DFA) to describe structural
 hazards in processor pipelines to the instruction scheduler.   This
 work is based on literature from various sources, including, but not
Index: news/ssa.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/news/ssa.html,v
retrieving revision 1.7
diff -u -r1.7 ssa.html
--- news/ssa.html	28 Dec 2016 02:00:18 -0000	1.7
+++ news/ssa.html	29 Dec 2016 11:42:26 -0000
@@ -13,8 +13,7 @@ 
 <p>We are pleased to announce that 
 CodeSourcery, LLC
 and 
-<a href="http://www.redhat.com">Cygnus, a Red Hat company</a> 
-have
+<a href="https://www.redhat.com">Cygnus, a Red Hat company</a> have
 contributed an implementation of the static single assignment (SSA)
 representation for the GCC compiler.  SSA is used in many modern
 compilers to facilitate a wide range of powerful optimizations.  Now