diff mbox

[wwwdocs] Remove a self reference from projects/sched-treegion.html

Message ID alpine.LSU.2.11.1406272229520.30120@tuna.site
State New
Headers show

Commit Message

Gerald Pfeifer June 27, 2014, 8:36 p.m. UTC
Looking at http vs https links I noticed that this page has a self
reference, which we can simply remove.

This way we can omit the http->https conversion altogether.

Applied.

Gerald
diff mbox

Patch

Index: projects/sched-treegion.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/sched-treegion.html,v
retrieving revision 1.6
diff -u -r1.6 sched-treegion.html
--- projects/sched-treegion.html	7 Mar 2010 23:07:30 -0000	1.6
+++ projects/sched-treegion.html	27 Jun 2014 20:28:28 -0000
@@ -33,9 +33,7 @@ 
 of the implementation of an architecture-independent, aggressive global 
 instruction scheduler based on Treegions. We also present a technique for 
 efficiently tail duplicating treegions considering the tradeoff between 
-codes size and ILP. Information about the branch can be found at 
-<a href="http://gcc.gnu.org/projects/sched-treegion.html">
-http://gcc.gnu.org/projects/sched-treegion.html</a>.  The implementation 
+codes size and ILP.  The implementation 
 currently resides on the sched-treegion-branch.</p>
 
 <h2><a name="tree_form">Natural Treegion Formation</a></h2>