diff options
author | rmathew <rmathew@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-01-22 04:51:39 +0000 |
---|---|---|
committer | rmathew <rmathew@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-01-22 04:51:39 +0000 |
commit | 5dfd07f2c727a477f15c079a0d0ef6de771f989d (patch) | |
tree | 2208485d38c974666324577818bb0ce320416575 /gcc/doc/contribute.texi | |
parent | bece0d7dc8e9c603c484a3f29d3ba0d21b06b05c (diff) | |
download | gcc-5dfd07f2c727a477f15c079a0d0ef6de771f989d.tar.gz |
* doc/contribute.texi: Change CVS to SVN and update the corresponding
URL.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110086 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/contribute.texi')
-rw-r--r-- | gcc/doc/contribute.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/doc/contribute.texi b/gcc/doc/contribute.texi index a90c048326d..55049f1b717 100644 --- a/gcc/doc/contribute.texi +++ b/gcc/doc/contribute.texi @@ -1,5 +1,5 @@ @c Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, -@c 1999, 2000, 2001, 2004 Free Software Foundation, Inc. +@c 1999, 2000, 2001, 2004, 2006 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. @@ -7,8 +7,8 @@ @chapter Contributing to GCC Development If you would like to help pretest GCC releases to assure they work well, -current development sources are available by CVS (see -@uref{http://gcc.gnu.org/cvs.html}). Source and binary snapshots are +current development sources are available by SVN (see +@uref{http://gcc.gnu.org/svn.html}). Source and binary snapshots are also available for FTP; see @uref{http://gcc.gnu.org/snapshots.html}. If you would like to work on improvements to GCC, please read the |