diff --git a/HACKING.rst b/HACKING.rst index 5ca7f003..09e2023f 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -2,7 +2,7 @@ Tacker Style Commandments ================================ - Step 1: Read the OpenStack Style Commandments - http://docs.openstack.org/developer/hacking/ + https://docs.openstack.org/hacking/latest - Step 2: Read on @@ -23,4 +23,4 @@ installed locally already. In this case, you can interact with the testr command directly. Running `testr run` will run the entire test suite. `testr run --parallel` will run it in parallel (this is the default incantation tox uses.) More information about testr can be found at: -http://wiki.openstack.org/testr +https://wiki.openstack.org/wiki/Testr diff --git a/README.rst b/README.rst index 21b3f7ff..a15c5839 100644 --- a/README.rst +++ b/README.rst @@ -2,8 +2,8 @@ Team and repository tags ======================== -.. image:: http://governance.openstack.org/badges/python-tackerclient.svg - :target: http://governance.openstack.org/reference/tags/index.html +.. image:: https://governance.openstack.org/tc/badges/python-tackerclient.svg + :target: https://governance.openstack.org/tc/reference/tags/index.html .. Change things from this point on diff --git a/setup.cfg b/setup.cfg index 62ad3d86..0e8395d3 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/tacker/ +home-page = https://docs.openstack.org/tacker/latest classifier = Environment :: OpenStack Intended Audience :: Developers diff --git a/tackerclient/common/_i18n.py b/tackerclient/common/_i18n.py index d11b9983..2a9eeb4b 100644 --- a/tackerclient/common/_i18n.py +++ b/tackerclient/common/_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. """