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]

[Fortran,WWW]: Fix PR web/7596


Janis pointed me towards this PR, which I believe can be resolved as
follows.

Committed to mainline (as this is pretty obvious, else I would have
waited for Toon's opinion).

Ger ``I'm back'' ald

2002-09-09  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>

	Fix PR web/7596:
	* ffe.texi (Front End): Fix broken links.
	* bugs.texi (Known Bugs): Refer to gcc.gnu.org instead of
	www.gnu.org for onlinedocs.
	* news.texi (News): Ditto.

Index: bugs.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/f/bugs.texi,v
retrieving revision 1.36
diff -u -3 -p -r1.36 bugs.texi
--- bugs.texi	28 Aug 2002 15:40:37 -0000	1.36
+++ bugs.texi	9 Sep 2002 20:33:04 -0000
@@ -79,7 +79,7 @@ An online, ``live'' version of this docu
 (derived directly from the mainline, development version
 of @code{g77} within @code{gcc})
 is available via
-@uref{http://www.gnu.org/software/gcc/onlinedocs/g77/Trouble.html}.
+@uref{http://gcc.gnu.org/onlinedocs/g77/Trouble.html}.
 Follow the ``Known Bugs'' link.

 The following information was last updated on @value{last-update-bugs}:
Index: ffe.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/f/ffe.texi,v
retrieving revision 1.12
diff -u -3 -p -r1.12 ffe.texi
--- ffe.texi	1 Feb 2002 22:43:03 -0000	1.12
+++ ffe.texi	9 Sep 2002 20:33:05 -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/contribute.html} for steps you might
+see @uref{http://www.gnu.org/software/gcc/contribute.html} for steps you might
 need to take first.

 @menu
Index: news.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/f/news.texi,v
retrieving revision 1.87
diff -u -3 -p -r1.87 news.texi
--- news.texi	28 Aug 2002 15:40:37 -0000	1.87
+++ news.texi	9 Sep 2002 20:33:07 -0000
@@ -148,7 +148,7 @@ An online, ``live'' version of this docu
 (derived directly from the mainline, development version
 of @command{g77} within @command{gcc})
 is available at
-@uref{http://www.gnu.org/software/gcc/onlinedocs/g77/News.html}.
+@uref{http://gcc.gnu.org/onlinedocs/g77/News.html}.
 @end ifclear

 The following information was last updated on @value{last-update-news}:



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