Replace github with git.openstack.org

The git.openstack.org has been the recommended git repo for OpenStack
projects.

Change-Id: Ia946b338d57bd3fba98f33fa4cf1c00dd05ff41f
This commit is contained in:
liusheng 2017-02-09 12:11:36 +08:00
parent 474535951d
commit 043d29c9f5
1 changed files with 4 additions and 3 deletions

View File

@ -18,10 +18,11 @@ provides a Python API (the ``searchlightclient`` module) and a command-line
tool (``searchlight``).
The project is hosted on `Launchpad`_, where bugs can be filed. The code is
hosted on `Github`_. Patches must be submitted using `Gerrit`_, *not* Github
hosted on `OpenStack git repository`_. Patches must be submitted using
`Gerrit`_, *not* git repo
pull requests.
.. _Github: https://github.com/openstack/python-searchlightclient
.. _OpenStack git repository: https://git.openstack.org/cgit/openstack/python-searchlightclient
.. _Launchpad: https://launchpad.net/python-searchlightclient
.. _Gerrit: http://docs.openstack.org/infra/manual/developers.html#development-workflow
@ -49,7 +50,7 @@ Setup the client from source
* Clone repository for python-searchlightclient::
$ git clone https://github.com/openstack/python-searchlightclient.git
$ git clone https://git.openstack.org/openstack/python-searchlightclient.git
$ cd python-searchlightclient
* Setup a virtualenv