From 332ea6fc279c3e038a5fcb7663aab89e337363cd Mon Sep 17 00:00:00 2001 From: Alok Jani Date: Fri, 26 Sep 2014 12:07:19 +0530 Subject: [PATCH] Fixes homepage in metadata and internal docs * Correct homepage in package metadata file * Correct launchpad & GitHub home in contributing.rst Change-Id: I01e1cf7f97a72b78d4c26543b73910ac6a90e145 Closes-Bug: #1332626 --- doc/source/contributing.rst | 6 +++--- setup.cfg | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/contributing.rst b/doc/source/contributing.rst index 87665cd..6650d62 100644 --- a/doc/source/contributing.rst +++ b/doc/source/contributing.rst @@ -1,12 +1,12 @@ Contributing ============ -Code is hosted `on GitHub`_. Submit bugs to the Designate project on -`Launchpad`_. Submit code to the stackforge/python-designateclient project using +Code is hosted `on GitHub`_. Submit bugs to the Designate Client project on +`Launchpad`_. Submit code to the openstack/python-designateclient project using `Gerrit`_. .. _on GitHub: https://github.com/stackforge/python-designateclient -.. _Launchpad: https://launchpad.net/designate +.. _Launchpad: https://launchpad.net/python-designateclient .. _Gerrit: http://wiki.openstack.org/GerritWorkflow Here's a quick summary: diff --git a/setup.cfg b/setup.cfg index 01ac7ee..78e0c99 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ description-file = README.rst author = Kiall Mac Innes author-email = kiall@managedit.ie -home-page = https://launchpad.net/python-designateclientclient +home-page = https://launchpad.net/python-designateclient classifier = Environment :: OpenStack Intended Audience :: Information Technology