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