Update README to use git.openstack.org

Replaced an ocurrence of github.com and replaced with the appropriate
git.openstack.org url.

Change-Id: I9bf934ab7f5ec4c406ae0fc584bb817fda1c0d46
This commit is contained in:
Flavio Percoco 2016-09-19 14:29:38 +02:00
parent 4f0b170a5f
commit 1d23ed2071
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ Steps to generate Kubernetes client code for v1:
* Clone the python-k8sclient repo::
git clone https://github.com/openstack/python-k8sclient.git
git clone https://git.openstack.org/openstack/python-k8sclient
* Clone the swagger-codegen repo. It is recommended to checkout a release
(e.g. v2.1.3) instead of using the master branch::