diff mbox

[wwwdocs] Uncomment link to gcc-7/porting_to.html

Message ID 1486132046.9007.9.camel@redhat.com
State New
Headers show

Commit Message

David Malcolm Feb. 3, 2017, 2:27 p.m. UTC
We now have a porting_to.html for gcc 7, so this patch uncomments the
link to it on gcc 7's changes page.

Validates.

I took the liberty of committing this, under the "obvious" rule.

Comments

Gerald Pfeifer Feb. 4, 2017, 8:10 a.m. UTC | #1
On Fri, 3 Feb 2017, David Malcolm wrote:
> I took the liberty of committing this, under the "obvious" rule.

Thanks!  No liberty, no need to quote the "obvious" rule, just
be my guest making changes like this (and beyond). :-)

Gerald
diff mbox

Patch

Index: htdocs/gcc-7/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-7/changes.html,v
retrieving revision 1.58
diff -u -p -r1.58 changes.html
--- htdocs/gcc-7/changes.html	3 Feb 2017 14:00:31 -0000	1.58
+++ htdocs/gcc-7/changes.html	3 Feb 2017 14:04:41 -0000
@@ -14,7 +14,7 @@ 
 <p>
 This page is a brief summary of some of the huge number of improvements in GCC 7.
 For more information, see the
-<!-- <a href="porting_to.html">Porting to GCC 7</a> page and the -->
+<a href="porting_to.html">Porting to GCC 7</a> page and the
 <a href="../onlinedocs/index.html#current">full GCC documentation</a>.
 </p>