From 9021dd4464aca0345a9505c3e0785dd8fb405cae Mon Sep 17 00:00:00 2001 From: Guoqiang Ding Date: Fri, 10 Nov 2017 10:31:54 +0800 Subject: [PATCH] Update the doc link Change-Id: I6be8ddec1be9c4aa7aa24829821068af57079c52 --- README.rst | 8 ++++---- setup.cfg | 2 +- troveclient/_i18n.py | 2 +- troveclient/i18n.py | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 3a35209f..518953e4 100644 --- a/README.rst +++ b/README.rst @@ -1,8 +1,8 @@ Python bindings to the OpenStack Trove API ========================================== -.. image:: http://governance.openstack.org/badges/python-troveclient.svg - :target: http://governance.openstack.org/reference/tags/index.html +.. image:: https://governance.openstack.org/tc/badges/python-troveclient.svg + :target: https://governance.openstack.org/tc/reference/tags/index.html .. image:: https://img.shields.io/pypi/v/python-troveclient.svg :target: https://pypi.python.org/pypi/python-troveclient/ @@ -21,12 +21,12 @@ command-line tool. You may also want to look at the `OpenStack API documentation`_. .. _Trove CLI Guide: http://docs.openstack.org/trove/latest/cli -.. _OpenStack API documentation: http://docs.openstack.org/api/quick-start/content/ +.. _OpenStack API documentation: https://developer.openstack.org/api-guide/quick-start/ python-troveclient is licensed under the Apache License like the rest of OpenStack. * License: Apache License, Version 2.0 -* Documentation: http://docs.openstack.org/developer/python-troveclient/ +* Documentation: https://docs.openstack.org/python-troveclient/latest * Bugs: https://bugs.launchpad.net/python-troveclient * `PyPi`_- package installation * `Blueprints`_ - feature specifications diff --git a/setup.cfg b/setup.cfg index 20286342..bba3b9ac 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://docs.openstack.org/developer/python-troveclient +home-page = https://docs.openstack.org/python-troveclient/latest classifier = Environment :: OpenStack Intended Audience :: Information Technology diff --git a/troveclient/_i18n.py b/troveclient/_i18n.py index 3f323fbb..1e4c949b 100644 --- a/troveclient/_i18n.py +++ b/troveclient/_i18n.py @@ -14,7 +14,7 @@ """oslo.i18n integration module. -See http://docs.openstack.org/developer/oslo.i18n/usage.html . +See https://docs.openstack.org/oslo.i18n/latest/user/index.html . """ diff --git a/troveclient/i18n.py b/troveclient/i18n.py index 8d351b71..6aa3abea 100644 --- a/troveclient/i18n.py +++ b/troveclient/i18n.py @@ -13,7 +13,7 @@ """oslo.i18n integration module. -See http://docs.openstack.org/developer/oslo.i18n/usage.html +See https://docs.openstack.org/oslo.i18n/latest/user/index.html . """