diff options
author | Joseph Myers <jsm@polyomino.org.uk> | 2002-08-28 16:40:37 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2002-08-28 16:40:37 +0100 |
commit | 6625f89451d8ca1f0dd4ec9a4de3229e71c7652c (patch) | |
tree | faec7bee2fce9a158c7b50b0d063cc2d6920f277 | |
parent | 6751d7378fff9a13ab0f7529aab5295f41112d1e (diff) | |
download | gcc-6625f89451d8ca1f0dd4ec9a4de3229e71c7652c.zip gcc-6625f89451d8ca1f0dd4ec9a4de3229e71c7652c.tar.gz gcc-6625f89451d8ca1f0dd4ec9a4de3229e71c7652c.tar.bz2 |
bugs.texi, news.texi: Update URLs for online news and bugs lists.
* bugs.texi, news.texi: Update URLs for online news and bugs
lists.
From-SVN: r56635
-rw-r--r-- | gcc/f/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/f/bugs.texi | 2 | ||||
-rw-r--r-- | gcc/f/news.texi | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index e96f197..8c5159f 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,3 +1,8 @@ +2002-08-28 Joseph S. Myers <jsm@polyomino.org.uk> + + * bugs.texi, news.texi: Update URLs for online news and bugs + lists. + 2002-08-22 Hans-Peter Nilsson <hp@bitrange.com> * where.h (struct _ffewhere_file_): Mark GTY. diff --git a/gcc/f/bugs.texi b/gcc/f/bugs.texi index dd50190..bdd8765 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_bugs.html}. +@uref{http://www.gnu.org/software/gcc/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/news.texi b/gcc/f/news.texi index 08b41ec..733acd0 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://www.gnu.org/software/gcc/onlinedocs/g77/News.html}. @end ifclear The following information was last updated on @value{last-update-news}: |