summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChangBo Guo(gcb) <eric.guo@easystack.cn>2017-07-13 11:52:27 +0800
committerChangBo Guo(gcb) <eric.guo@easystack.cn>2017-07-13 11:52:27 +0800
commitb18bd78569abd2633d6c87d60772cd1e8830f2ea (patch)
tree560c175a8369c7d2e6f1b2a1e113b8e9998a127d
parent7357e8aef053cf3d7c3268a794f0d70c86c7ade1 (diff)
downloadstevedore-b18bd78569abd2633d6c87d60772cd1e8830f2ea.tar.gz
Update URLs in documents according to document migration1.25.0
Change-Id: I8351c6e79c9a35fc0d5620b68d31b812ca03e196
-rw-r--r--README.rst4
-rw-r--r--setup.cfg2
2 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index f59f6ce..c653276 100644
--- a/README.rst
+++ b/README.rst
@@ -26,7 +26,7 @@ dynamically loaded extensions.
.. _setuptools entry points: http://setuptools.readthedocs.io/en/latest/pkg_resources.html?#entry-points
* Free software: Apache license
-* Documentation: http://docs.openstack.org/developer/stevedore
-* Source: http://git.openstack.org/cgit/openstack/stevedore
+* Documentation: https://docs.openstack.org/stevedore/latest
+* Source: https://git.openstack.org/cgit/openstack/stevedore
* Bugs: https://bugs.launchpad.net/python-stevedore
diff --git a/setup.cfg b/setup.cfg
index 8ee25aa..278485f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -4,7 +4,7 @@ description-file = README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
summary = Manage dynamic plugins for Python applications
-home-page = http://docs.openstack.org/developer/stevedore/
+home-page = https://docs.openstack.org/stevedore/latest/
classifier =
Development Status :: 5 - Production/Stable
License :: OSI Approved :: Apache Software License