diff --git a/README.rst b/README.rst index 75cda52..2f38a24 100644 --- a/README.rst +++ b/README.rst @@ -37,7 +37,7 @@ When run without a command, the metadata sources are printed as a json document. # Quick Start -sudo pip install -U git+git://github.com/openstack/os-collect-config.git +sudo pip install -U git+git://git.openstack.org/openstack/os-collect-config.git # run it on an OpenStack instance with access to ec2 metadata: os-collect-config diff --git a/setup.cfg b/setup.cfg index ab4b360..07710c2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ author-email = openstack-dev@lists.openstack.org summary = Collect and cache metadata, run hooks on changes. description-file = README.rst -home-page = http://github.com/openstack/os-collect-config +home-page = http://git.openstack.org/cgit/openstack/os-collect-config classifier = Development Status :: 4 - Beta Environment :: Console