diff options
author | Paul W. Frields <stickster@gmail.com> | 2005-05-03 18:45:19 +0000 |
---|---|---|
committer | Paul W. Frields <stickster@gmail.com> | 2005-05-03 18:45:19 +0000 |
commit | fa994db464d4a63cc035607571fb9f889246e432 (patch) | |
tree | 1d727652dd4bbef812cdc0480a173d37543ca51c | |
parent | ce46f75c90f1702a800f111482f045652037c99a (diff) | |
download | documentation-guide-fa994db464d4a63cc035607571fb9f889246e432.tar.gz documentation-guide-fa994db464d4a63cc035607571fb9f889246e432.tar.xz documentation-guide-fa994db464d4a63cc035607571fb9f889246e432.zip |
Updated CVS instructions to use new server location
-rw-r--r-- | docs-getting-files-en.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs-getting-files-en.xml b/docs-getting-files-en.xml index db4cdf4..e244aaa 100644 --- a/docs-getting-files-en.xml +++ b/docs-getting-files-en.xml @@ -1,4 +1,4 @@ -<!-- $Id: docs-getting-files-en.xml,v 1.1 2003/09/22 16:34:23 tfox Exp $ --> +<!-- $Id: docs-getting-files-en.xml,v 1.2 2005/05/03 18:45:19 pfrields Exp $ --> <chapter id="ch-getting-files"> <title>Getting the Files</title> @@ -37,7 +37,7 @@ </para> <screen> -<command>export CVSROOT=:pserver:anonymous@rhlinux.redhat.com:/usr/local/CVS</command> +<command>export CVSROOT=:pserver:anonymous@cvs.fedora.redhat.com:/cvs/docs</command> <command>cvs -z3 login</command> <command>cvs -z3 co fedora-docs</command> </screen> |