From c9728e7868db5aa2ce1a06b2db78b3745c4f65cf Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Mon, 7 Nov 2011 17:21:46 +0100 Subject: [PATCH] Change bzr to swift in getting_started doc. Fixes #884766. Change-Id: Id251fa04305352522db22cd27410f0b2e6e9fc06 --- doc/source/getting_started.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/getting_started.rst b/doc/source/getting_started.rst index e4c5a6c182..4e0b94dc4c 100644 --- a/doc/source/getting_started.rst +++ b/doc/source/getting_started.rst @@ -27,9 +27,9 @@ And the following python libraries: Getting Swift ------------- -Swift's source code is hosted on launchpad and managed with bazaar. The current trunk can be checked out with its launchpad alias: +Swift's source code is hosted on github and managed with git. The current trunk can be checked out like this: - ``bzr branch lp:swift`` + ``git clone https://github.com/openstack/swift.git`` A source tarball for the latest release of Swift is available on the `launchpad project page `_.