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]

[PATCH] fix URLs for other/10203 and fortran/10204


This patch, submitted in PRs 10203 and 10204, has been committed to
mainline and 3.3.  It causes links to reference the GCC web page
directly rather than via the GNU site.  This makes these references
consistent with the rest of the GCC documentation and web pages.

gcc:

2003-03-25  Marcelo Abreu  <mmabreu at inf dot ufrgs dot br>

	PR other/10203
	* version.c: Reference the GCC web site in the URL.

gcc/f:

2003-03-25  Marcelo Abreu  <mmabreu at inf dot ufrgs dot br>

	PR fortran/10204
	* ffe.texi: Reference the GCC web site in the URL.

Index: version.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/version.c,v
retrieving revision 1.1913
diff -u -p -r1.1913 version.c
--- version.c	26 Mar 2003 00:17:03 -0000	1.1913
+++ version.c	26 Mar 2003 01:36:46 -0000
@@ -15,4 +15,4 @@ const char version_string[] = "3.4 20030
    forward us bugs reported to you, if you determine that they are
    not bugs in your modifications.)  */
 
-const char bug_report_url[] = "<URL:http://www.gnu.org/software/gcc/bugs.html>";
+const char bug_report_url[] = "<URL:http://gcc.gnu.org/bugs.html>";
Index: f/ffe.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/f/ffe.texi,v
retrieving revision 1.14
diff -u -p -r1.14 ffe.texi
--- f/ffe.texi	23 Sep 2002 11:23:06 -0000	1.14
+++ f/ffe.texi	26 Mar 2003 01:36:59 -0000
@@ -17,7 +17,7 @@ search for the string TBD.
 If you want to help by working on one or more of these items,
 email @email{gcc@@gcc.gnu.org}.
 If you're planning to do more than just research issues and offer comments,
-see @uref{http://www.gnu.org/software/gcc/contribute.html} for steps you might
+see @uref{http://gcc.gnu.org/contribute.html} for steps you might
 need to take first.
 
 @menu


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