diff options
author | Bruce Momjian | 2005-08-11 13:54:10 +0000 |
---|---|---|
committer | Bruce Momjian | 2005-08-11 13:54:10 +0000 |
commit | 18e615979ed10377894c8b593afa5261a05317e7 (patch) | |
tree | a2204e6eb5fad747841cb015b8efa4dd6a302a5c /doc/src | |
parent | 1c09a3c46db964033969e3916d70ac67d387a9ca (diff) |
Backpatch new CVS home page URL.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/cvs.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/cvs.sgml b/doc/src/sgml/cvs.sgml index e09c2ad037a..703f372540b 100644 --- a/doc/src/sgml/cvs.sgml +++ b/doc/src/sgml/cvs.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/cvs.sgml,v 1.30.4.1 2005/01/22 22:10:09 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/cvs.sgml,v 1.30.4.2 2005/08/11 13:54:10 momjian Exp $ --> <appendix id="cvs"> @@ -52,7 +52,7 @@ $PostgreSQL: pgsql/doc/src/sgml/cvs.sgml,v 1.30.4.1 2005/01/22 22:10:09 momjian <para> You will need a local copy of <productname>CVS</productname> (Concurrent Version Control System), which you can get from - <ulink url="http://www.cvshome.org/">http://www.cvshome.org/</ulink> + <ulink url="http://www.nongnu.org/cvs/">http://www.nongnu.org/cvs/</ulink> (the official site with the latest version) or any GNU software archive site (often somewhat outdated). We recommend version 1.10 or newer. Many systems have a recent version of @@ -167,7 +167,7 @@ $ chmod -R go-w pgsql For more info consult the manual that comes with <productname>CVS</productname>, or see the online documentation at - <ulink url="http://www.cvshome.org/">http://www.cvshome.org/</ulink>. + <ulink url="http://www.nongnu.org/cvs/">http://www.nongnu.org/cvs/</ulink>. </para> </sect1> |