This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[wwwdocs] Adjust a reference to an SVN file to https


...and convert one from cvsweb to SVN.

Applied.

Gerald

Index: bugs/reghunt.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/bugs/reghunt.html,v
retrieving revision 1.19
diff -u -r1.19 reghunt.html
--- bugs/reghunt.html	29 Jun 2014 11:31:33 -0000	1.19
+++ bugs/reghunt.html	8 Jul 2014 23:59:52 -0000
@@ -52,7 +52,7 @@
 
 <p>The first three steps are described below.  They can be automated,
 as can the framework for the binary search.  The directory <a
-href="http://gcc.gnu.org/svn/gcc/trunk/contrib/reghunt/";>
+href="https://gcc.gnu.org/svn/gcc/trunk/contrib/reghunt/";>
 <code>contrib/reghunt</code></a> in the GCC repository includes
 scripts to do this work.</p>

Index: codingconventions.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/codingconventions.html,v
retrieving revision 1.70
diff -u -r1.70 codingconventions.html
--- codingconventions.html	27 Jun 2014 11:48:45 -0000	1.70
+++ codingconventions.html	8 Jul 2014 23:59:52 -0000
@@ -165,7 +165,7 @@
 C code should avoid pre-standard style function definitions, unnecessary
 function prototypes and use of the now deprecated <code>PARAMS</code> macro.
 See <a
-href="http://gcc.gnu.org/cgi-bin/cvsweb.cgi/~checkout~/gcc/gcc/README.Portability?content-type=text/plain&amp;only_with_tag=HEAD";>README.Portability</a>
+href="https://gcc.gnu.org/svn/gcc/trunk/gcc/README.Portability";>README.Portability</a>
 for details of some of the portability problems that may arise.  Some
 of these problems are warned about by <code>gcc -Wtraditional</code>,
 which is included in the default warning options in a bootstrap.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]