diff options
| author | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-09 20:37:09 +0000 |
|---|---|---|
| committer | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-09 20:37:09 +0000 |
| commit | 439c76c00bfe9749adc4ac9fe9c13ec2bbf4deb0 (patch) | |
| tree | 3dc2bff0f42d0e82e6ed2222764c4c6786272849 | |
| parent | 226224d0891fa4398d8aef1e06d459c6145cd914 (diff) | |
| download | ppe42-gcc-439c76c00bfe9749adc4ac9fe9c13ec2bbf4deb0.tar.gz ppe42-gcc-439c76c00bfe9749adc4ac9fe9c13ec2bbf4deb0.zip | |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56980 138bc75d-0d04-0410-961f-82ee72b054a4
| -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 299a5c392bb..48bb47c2b3c 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 bdd87651d8a..f82d1bda2a6 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 b6fbac9ad74..9f4fc4ed4a2 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 733acd01f3a..643482d1a80 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}: |

