Signed-off-by: Wido den Hollander <[email protected]> --- doc/source/clone-source.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/source/clone-source.rst b/doc/source/clone-source.rst index e2bc95d..2236b37 100644 --- a/doc/source/clone-source.rst +++ b/doc/source/clone-source.rst @@ -9,7 +9,7 @@ Clone the Source ---------------- To clone the Ceph source code repository, execute:: - git clone [email protected]:ceph/ceph.git + git clone git://github.com/ceph/ceph.git Once ``git clone`` executes, you should have a full copy of the Ceph repository. -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
