Change bzr to swift in getting_started doc.

Fixes #884766.

Change-Id: Id251fa04305352522db22cd27410f0b2e6e9fc06
This commit is contained in:
Chmouel Boudjnah 2011-11-07 17:21:46 +01:00
parent 52ec042976
commit c9728e7868

View File

@ -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 <https://launchpad.net/swift>`_.