Replace github references with git.o.o

Change-Id: I0c854540b93ff1cf17cac8c252b8db0eef2a87ec
This commit is contained in:
Monty Taylor 2013-09-18 07:49:59 -05:00
parent 635955def4
commit efe1fa256b
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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