From 1ada604e189392dee9a33ab044d918f092dd3034 Mon Sep 17 00:00:00 2001 From: howardlee Date: Tue, 29 Nov 2016 22:19:54 +0800 Subject: [PATCH] Change home-page and documentation link Set the correct url link for home-page and documentation. Change-Id: I78a7eec7554bfb258074e32e8c495b0e5f92269a --- README.rst | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index abdfdf1..f1f743e 100644 --- a/README.rst +++ b/README.rst @@ -14,7 +14,7 @@ python-congressclient Client for Congress * Free software: Apache license -* Documentation: http://docs.openstack.org/developer/python-congressclient +* Documentation: https://github.com/openstack/python-congressclient/blob/master/README.rst * Source: http://git.openstack.org/cgit/openstack/python-congressclient * Bugs: http://bugs.launchpad.net/python-congressclient diff --git a/setup.cfg b/setup.cfg index ebcbbcd..e0a0cac 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ description-file = README.rst author = OpenStack author-email = openstack-dev@lists.openstack.org -home-page = http://www.openstack.org/ +home-page = http://git.openstack.org/cgit/openstack/python-congressclient classifier = Environment :: OpenStack Intended Audience :: Information Technology