diff --git a/HACKING.rst b/HACKING.rst index a5473438..902191e8 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -1,4 +1,4 @@ oslo.utils Style Commandments ====================================================== -Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/ \ No newline at end of file +Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/ \ No newline at end of file diff --git a/README.rst b/README.rst index 052ac92c..6acfd1ca 100644 --- a/README.rst +++ b/README.rst @@ -23,6 +23,6 @@ The oslo.utils library provides support for common utility type functions, such as encoding, exception handling, string manipulation, and time handling. * Free software: Apache license -* Documentation: http://docs.openstack.org/developer/oslo.utils -* Source: http://git.openstack.org/cgit/openstack/oslo.utils -* Bugs: http://bugs.launchpad.net/oslo.utils +* Documentation: https://docs.openstack.org/oslo.utils/latest/ +* Source: https://git.openstack.org/cgit/openstack/oslo.utils +* Bugs: https://bugs.launchpad.net/oslo.utils diff --git a/oslo_utils/_i18n.py b/oslo_utils/_i18n.py index 1a1a5b5b..778e9cb7 100644 --- a/oslo_utils/_i18n.py +++ b/oslo_utils/_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/setup.cfg b/setup.cfg index a0302e09..030a73d4 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/oslo.utils/ +home-page = https://docs.openstack.org/oslo.utils/latest/ classifier = Environment :: OpenStack Intended Audience :: Information Technology