diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2000-11-04 12:42:25 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2000-11-04 12:42:25 +0000 |
commit | f148ca886cd0c560cf40fa45adbdabf63807be26 (patch) | |
tree | 7cd837765d1bd64dbb2097972c374d69aea55981 | |
parent | e8ecb16d5e24eec7539d5b3f37202cb9699f56cf (diff) | |
download | gcc-f148ca886cd0c560cf40fa45adbdabf63807be26.zip gcc-f148ca886cd0c560cf40fa45adbdabf63807be26.tar.gz gcc-f148ca886cd0c560cf40fa45adbdabf63807be26.tar.bz2 |
* gcc.texi (Contributing): Update URL for projects web page.
From-SVN: r37252
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/gcc.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ff755ef..ed341f7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2000-11-04 Joseph S. Myers <jsm28@cam.ac.uk> + + * gcc.texi (Contributing): Update URL for projects web page. + 2000-11-04 Neil Booth <neilb@earthling.net> * cpplex.c (parse_string): Don't allow multiline strings in diff --git a/gcc/gcc.texi b/gcc/gcc.texi index 92b5db3..c7cd04d 100644 --- a/gcc/gcc.texi +++ b/gcc/gcc.texi @@ -2834,7 +2834,7 @@ If you would like to work on improvements to GCC, please read @uref{http://gcc.gnu.org/contribute.html} and @uref{http://gcc.gnu.org/contributewhy.html} for information on how to make useful contributions and avoid duplication of effort. Suggested -projects are listed at @uref{http://gcc.gnu.org/projects.html}. +projects are listed at @uref{http://gcc.gnu.org/projects/}. @node VMS @chapter Using GCC on VMS |