diff mbox

[wwwdocs] Fix some nits in GCC 4.7 changes.html

Message ID alpine.LNX.2.00.1203242245510.4039@gerinyyl.fvgr
State New
Headers show

Commit Message

Gerald Pfeifer March 24, 2012, 9:49 p.m. UTC
On Thu, 22 Mar 2012, Rainer Orth wrote:
> One issue I forgot: there are currently two instances of the long form
> of the bugzilla URLs.  Shouldn't we better use http://gcc.gnu.org/PR<n>
> here?

Good idea, yes.  Changed thusly.

Gerald
diff mbox

Patch

Index: gcc-4.7/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v
retrieving revision 1.102
diff -u -3 -p -r1.102 changes.html
--- gcc-4.7/changes.html	22 Mar 2012 09:40:43 -0000	1.102
+++ gcc-4.7/changes.html	24 Mar 2012 21:47:03 -0000
@@ -469,14 +469,12 @@  well.</p></li>
       some efforts have been made to improve the support of class
       scope using-declarations. In particular, using-declarations
       referring to a dependent type now work as expected
-      (<a href="http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14258">bug
-      c++/14258</a>).
+      (<a href="http://gcc.gnu.org/PR14258">bug c++/14258</a>).
   </li>
 
   <li>The ELF symbol visibility of a template instantiation is now properly
     constrained by the visibility of its template arguments 
-    (<a href="http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35688">bug
-    c++/35688</a>).</li>
+    (<a href="http://gcc.gnu.org/PR35688">bug c++/35688</a>).</li>
 
 </ul>