From c49985691f1cd3769ef4bfaa503f3c6eb7e4385a Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Fri, 21 Mar 2014 08:10:47 +1100 Subject: Change all references of rtems.com to rtems.org. --- doc/started/buildc.t | 2 +- doc/started/buildrt.t | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/started') 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 /bin to Executable PATH -- cgit v1.2.3