From 84b46b0b29deaca574f1f2cf7e7d97b1e71faa3f Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Fri, 11 Jan 2013 00:29:37 +0100 Subject: Move to git --- doc/development.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/development.rst') diff --git a/doc/development.rst b/doc/development.rst index da8ddcd..5d91443 100644 --- a/doc/development.rst +++ b/doc/development.rst @@ -28,11 +28,11 @@ Then download the components of HyperKitty:: cd kittystore python setup.py develop cd .. - bzr branch bzr://bzr.fedorahosted.org/bzr/hyperkitty/hyperkitty + git clone https://github.com/hyperkitty/hyperkitty.git cd hyperkitty python setup.py develop cd .. - bzr branch bzr://bzr.fedorahosted.org/bzr/hyperkitty/hyperkitty_standalone + git clone https://github.com/hyperkitty/hyperkitty_standalone.git .. Setting up the databases -- cgit