summaryrefslogtreecommitdiffstats
path: root/doc/started/buildrt.t
diff options
context:
space:
mode:
Diffstat (limited to 'doc/started/buildrt.t')
-rw-r--r--doc/started/buildrt.t8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/started/buildrt.t b/doc/started/buildrt.t
index c3bc859bb9..51d2e4a3ca 100644
--- a/doc/started/buildrt.t
+++ b/doc/started/buildrt.t
@@ -48,11 +48,11 @@ RTEMS source from CVS. For details on accessing RTEMS CVS repository consult
@uref{http://www.rtems.org/wiki/index.php/RTEMS_CVS_Repository, http://www.rtems.org/wiki/index.php/RTEMS_CVS_Repository}. The steps required
to obtain the source code from CVS are usually like the following:
@example
-$ cvs -d :pserver:anoncvs@@www.rtems.com:/usr1/CVS login
-Logging in to :pserver:anoncvs@@www.rtems.com:2401/usr1/CVS
+$ cvs -d :pserver:anoncvs@@www.rtems.org:/usr1/CVS login
+Logging in to :pserver:anoncvs@@www.rtems.org:2401/usr1/CVS
CVS password:
-$ cvs -d :pserver:anoncvs@@www.rtems.com:/usr1/CVS -z 9 co -P rtems # for the main RTEMS source
-$ cvs -d :pserver:anoncvs@@www.rtems.com:/usr1/CVS -z 9 co -P examples-v2 # for examples
+$ cvs -d :pserver:anoncvs@@www.rtems.org:/usr1/CVS -z 9 co -P rtems # for the main RTEMS source
+$ cvs -d :pserver:anoncvs@@www.rtems.org:/usr1/CVS -z 9 co -P examples-v2 # for examples
@end example
@section Add <INSTALL_POINT>/bin to Executable PATH