From 1d23ed2071c2be76b7326ef9c9fe347f8ab58ac5 Mon Sep 17 00:00:00 2001 From: Flavio Percoco Date: Mon, 19 Sep 2016 14:29:38 +0200 Subject: [PATCH] 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 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 39100e1..e0e45af 100644 --- a/README.rst +++ b/README.rst @@ -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::