diff options
author | Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> | 2002-09-09 22:37:09 +0200 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2002-09-09 20:37:09 +0000 |
commit | 51ab55d40dd36f3ed018c54d711827694f51aa32 (patch) | |
tree | 3dc2bff0f42d0e82e6ed2222764c4c6786272849 /gcc | |
parent | f7be254940067ec65e5cc091d30507deab4d89e0 (diff) | |
download | gcc-51ab55d40dd36f3ed018c54d711827694f51aa32.zip gcc-51ab55d40dd36f3ed018c54d711827694f51aa32.tar.gz gcc-51ab55d40dd36f3ed018c54d711827694f51aa32.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/f/ChangeLog | 8 | ||||
-rw-r--r-- | gcc/f/bugs.texi | 2 | ||||
-rw-r--r-- | gcc/f/ffe.texi | 2 | ||||
-rw-r--r-- | gcc/f/news.texi | 2 |
4 files changed, 11 insertions, 3 deletions
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index 299a5c3..48bb47c 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 bdd8765..f82d1bd 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 b6fbac9..9f4fc4e 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 733acd0..643482d 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}: |