diff mbox

[wwwdocs] /projects: make relative, simplify a reference

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

Commit Message

Gerald Pfeifer June 30, 2014, 10:09 p.m. UTC
Applied.

Gerald
diff mbox

Patch

Index: projects/cfg.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/cfg.html,v
retrieving revision 1.19
diff -u -r1.19 cfg.html
--- projects/cfg.html	3 Dec 2013 01:04:42 -0000	1.19
+++ projects/cfg.html	30 Jun 2014 22:06:09 -0000
@@ -318,8 +318,9 @@ 
 pointer to its basic block.  It is therefore easy to adjust basic
 block boundary notes when instructions are reordered.</dd>
 
-<dt><a href="http://gcc.gnu.org/news/profiledriven.html">Profile
+<dt><a href="../news/profiledriven.html">Profile
 based optimization infrastructure</a></dt>
+<dd></dd>
 </dl>
 
 <p>Patches that are waiting for review and integration into
Index: projects/cli.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/cli.html,v
retrieving revision 1.25
diff -u -r1.25 cli.html
--- projects/cli.html	28 Jun 2014 10:34:16 -0000	1.25
+++ projects/cli.html	30 Jun 2014 22:06:09 -0000
@@ -143,12 +143,10 @@ 
 are followed.
 </p>
 
-<p>There is a small README file that explains how to build and install
-gcc CLI Backend and the CLI Frontend and the CLI binutils (both Mono based and DotGnu based) .
-</p>
-
-<p>You can find it in the branch at 
-<a href="http://gcc.gnu.org/viewcvs/branches/st/README?view=markup">Build instructions</a>
+<p>There is a small
+<a href="https://gcc.gnu.org/svn/gcc/branches/st/README?view=markup">README
+ file</a> that explains how to build and install the GCC CLI back end and
+front end and the CLI binutils (both Mono based and DotGnu based) .
 </p>
 
 <h2><a name="internals">The CLI back end</a></h2>