From 51ab55d40dd36f3ed018c54d711827694f51aa32 Mon Sep 17 00:00:00 2001
From: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
Date: Mon, 9 Sep 2002 22:37:09 +0200
Subject: [PATCH] re PR web/7596 (Broken links on g77 web page)

	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.

From-SVN: r56980
---
 gcc/f/ChangeLog | 8 ++++++++
 gcc/f/bugs.texi | 2 +-
 gcc/f/ffe.texi  | 2 +-
 gcc/f/news.texi | 2 +-
 4 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog
index 299a5c392bb1..48bb47c2b3c8 100644
--- a/gcc/f/ChangeLog
+++ b/gcc/f/ChangeLog
@@ -1,3 +1,11 @@
+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.
+	
 2002-09-07  Jan Hubicka  <jh@suse.cz>
 
 	* com.c (ffe_type_for_mode): Handle long double.
diff --git a/gcc/f/bugs.texi b/gcc/f/bugs.texi
index bdd87651d8a9..f82d1bda2a69 100644
--- a/gcc/f/bugs.texi
+++ b/gcc/f/bugs.texi
@@ -79,7 +79,7 @@ An online, ``live'' version of this document
 (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}:
diff --git a/gcc/f/ffe.texi b/gcc/f/ffe.texi
index b6fbac9ad74e..9f4fc4ed4a21 100644
--- a/gcc/f/ffe.texi
+++ b/gcc/f/ffe.texi
@@ -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
diff --git a/gcc/f/news.texi b/gcc/f/news.texi
index 733acd01f3a5..643482d1a802 100644
--- a/gcc/f/news.texi
+++ b/gcc/f/news.texi
@@ -148,7 +148,7 @@ An online, ``live'' version of this document
 (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}:
-- 
GitLab