diff options
author | Magnus Hagander <magnus@hagander.net> | 2008-03-18 16:02:27 +0000 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2008-03-18 16:02:27 +0000 |
commit | c4a195c20064c57994a37dfad796ab0c24f181e6 (patch) | |
tree | 325378802880a5b9f82da8fa875dee347abfbd04 | |
parent | db81819c4fa6efa8bbd2ae49d61f5b846a7f46f5 (diff) | |
download | postgresql-c4a195c20064c57994a37dfad796ab0c24f181e6.tar.gz postgresql-c4a195c20064c57994a37dfad796ab0c24f181e6.zip |
Wiki page about cvs now lives in the main wiki, the one
on developer.postgresql.org is going away.
-rw-r--r-- | doc/src/sgml/cvs.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/cvs.sgml b/doc/src/sgml/cvs.sgml index e07d7873555..b341b3d04ed 100644 --- a/doc/src/sgml/cvs.sgml +++ b/doc/src/sgml/cvs.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/cvs.sgml,v 1.47 2007/08/06 07:58:06 mha Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/cvs.sgml,v 1.48 2008/03/18 16:02:27 mha Exp $ --> <appendix id="cvs"> <appendixinfo> @@ -36,7 +36,7 @@ are available to pull the <productname>CVS</productname> code tree from the <productname>PostgreSQL</productname> server to your local machine. Our CVS Wiki, <ulink - url="http://developer.postgresql.org/index.php/Working_with_CVS"></ulink>, + url="http://wiki.postgresql.org/index.php/Working_with_CVS"></ulink>, has additional details on working with CVS. </para> |