summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Mick <dan.mick@inktank.com>2013-09-03 15:56:53 -0700
committerDan Mick <dan.mick@inktank.com>2013-09-03 15:56:53 -0700
commitdcbdeaf6d19848e4d93861df6dbdcab0e24fff57 (patch)
treed061ab04f187d81121f0d42ccb35a33e7a997754
parent746e78c650e9f42762a3e9f3460566ad7796a4e6 (diff)
downloadceph-dcbdeaf6d19848e4d93861df6dbdcab0e24fff57.tar.gz
doc: Fix repo URL for Ceph cloning (dev/generatedocs)
Signed-off-by: Dan Mick <dan.mick@inktank.com>
-rw-r--r--doc/dev/generatedocs.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/dev/generatedocs.rst b/doc/dev/generatedocs.rst
index 16a90792c5b..2a0b68aa8a8 100644
--- a/doc/dev/generatedocs.rst
+++ b/doc/dev/generatedocs.rst
@@ -20,7 +20,7 @@ on your local host. To install ``git``, execute::
To clone the Ceph repository, execute::
- git clone git://ceph/ceph.git
+ git clone git://github.com/ceph/ceph
You should have a full copy of the Ceph repository.