From bcb1a14e148a9781327be9f4a0fde2e93949bd2a Mon Sep 17 00:00:00 2001 From: liyingjun Date: Sun, 29 Nov 2015 01:33:49 +0800 Subject: [PATCH] Use seperate launchpad project for client Use http://bugs.launchpad.net/python-searchlightclient instead of http://bugs.launchpad.net/searchlight to track releases of client. Change-Id: I8cae98d87546dc841d0d3e361257350ea3fc0a08 --- README.rst | 4 ++-- doc/source/index.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 66f82f7..1756c50 100644 --- a/README.rst +++ b/README.rst @@ -13,7 +13,7 @@ hosted on `Github`_. Patches must be submitted using `Gerrit`_, *not* Github pull requests. .. _Github: https://github.com/openstack/python-searchlightclient -.. _Launchpad: https://launchpad.net/searchlight +.. _Launchpad: https://launchpad.net/python-searchlightclient .. _Gerrit: http://docs.openstack.org/infra/manual/developers.html#development-workflow python-searchlightclient is licensed under the Apache License like the rest of @@ -42,7 +42,7 @@ To use with keystone as the authentication system:: * License: Apache License, Version 2.0 * Documentation: http://docs.openstack.org/developer/python-searchlightclient * Source: http://git.openstack.org/cgit/openstack/python-searchlightclient -* Bugs: http://bugs.launchpad.net/searchlight +* Bugs: http://bugs.launchpad.net/python-searchlightclient Testing ------- diff --git a/doc/source/index.rst b/doc/source/index.rst index 4366b6b..424a6a4 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -21,7 +21,7 @@ on `Launchpad`_. Submit code to the openstack/python-searchlightclient project using `Gerrit`_. .. _git.openstack.org: https://git.openstack.org/cgit/openstack/python-searchlightclient -.. _Launchpad: https://launchpad.net/searchlight +.. _Launchpad: https://launchpad.net/python-searchlightclient .. _Gerrit: http://docs.openstack.org/infra/manual/developers.html#development-workflow Testing