summaryrefslogtreecommitdiffstats
path: root/doc/started
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2014-03-21 08:10:47 +1100
committerChris Johns <chrisj@rtems.org>2014-03-21 08:10:47 +1100
commitc49985691f1cd3769ef4bfaa503f3c6eb7e4385a (patch)
tree9bea93007f11db1bcc1c9d90ef42bc19a0cf9d49 /doc/started
parentfstests/fsrename: Fix stack corruption (diff)
downloadrtems-c49985691f1cd3769ef4bfaa503f3c6eb7e4385a.tar.bz2
Change all references of rtems.com to rtems.org.
Diffstat (limited to 'doc/started')
-rw-r--r--doc/started/buildc.t2
-rw-r--r--doc/started/buildrt.t8
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/started/buildc.t b/doc/started/buildc.t
index baf53a9697..de6c820178 100644
--- a/doc/started/buildc.t
+++ b/doc/started/buildc.t
@@ -56,7 +56,7 @@ You can either do a complete checkout of the source tree or use a web
interface. A typical checkout command would look like this:
@c TODO: pointing the user to the wiki entry might be enough.
@example
-cvs -d :pserver:anoncvs@@www.rtems.com:/usr1/CVS -z 9 co -P rtems
+cvs -d :pserver:anoncvs@@www.rtems.org:/usr1/CVS -z 9 co -P rtems
@end example
In the checked out source code, you will need to look in the subdirectory
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