summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2013-05-17 16:04:28 +1000
committerChris Johns <chrisj@rtems.org>2013-05-17 16:04:50 +1000
commitf28a102afb19cf5e08792af643aa7c36db333cb2 (patch)
tree7889b4e02e1deb32f36df33f9272247dcfa7aec7 /doc
parentClean the paths passed as args. (diff)
downloadrtems-source-builder-f28a102afb19cf5e08792af643aa7c36db333cb2.tar.bz2
Update the git clone URL.
Diffstat (limited to 'doc')
-rw-r--r--doc/source-builder.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source-builder.txt b/doc/source-builder.txt
index 5cb2457..9ac93ae 100644
--- a/doc/source-builder.txt
+++ b/doc/source-builder.txt
@@ -97,7 +97,7 @@ need to do is head over to the RTEMS GIT repository and clone the code directly
from git:
-------------------------------------------------------------
-$ git clone git://git.rtems.org/chrisj/rtems-source-builder.git
+$ git clone git://git.rtems.org/rtems-source-builder.git
$ cd rtems-source-builder
-------------------------------------------------------------