diff --git a/README.rst b/README.rst index 4c4ebba7..9c1df73e 100644 --- a/README.rst +++ b/README.rst @@ -31,10 +31,10 @@ when that library itself will alter how the setup is processed. As Metadata them as quickly as possible. * License: Apache License, Version 2.0 -* Documentation: http://docs.openstack.org/developer/pbr -* Source: http://git.openstack.org/cgit/openstack-dev/pbr -* Bugs: http://bugs.launchpad.net/pbr -* Change Log: https://docs.openstack.org/developer/pbr/history.html +* Documentation: https://docs.openstack.org/pbr/latest/ +* Source: https://git.openstack.org/cgit/openstack-dev/pbr +* Bugs: https://bugs.launchpad.net/pbr +* Change Log: https://docs.openstack.org/pbr/latest/user/history.html .. _d2to1: https://pypi.python.org/pypi/d2to1 .. _distutils2: https://pypi.python.org/pypi/Distutils2 diff --git a/setup.cfg b/setup.cfg index f842c9c3..619b5ea5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ author-email = openstack-dev@lists.openstack.org summary = Python Build Reasonableness description-file = README.rst -home-page = http://docs.openstack.org/developer/pbr/ +home-page = https://docs.openstack.org/pbr/latest/ requires-python = >=2.6 classifier = Development Status :: 5 - Production/Stable