diff --git a/HACKING.rst b/HACKING.rst index b8bde51a..1cee4956 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -1,4 +1,4 @@ oslo.service Style Commandments ====================================================== -Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/ +Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/ diff --git a/README.rst b/README.rst index 4ebbfac7..14da2fd9 100644 --- a/README.rst +++ b/README.rst @@ -26,6 +26,6 @@ might need for working with SSL or WSGI, performing periodic operations, interacting with systemd, etc. * Free software: Apache license -* Documentation: http://docs.openstack.org/developer/oslo.service -* Source: http://git.openstack.org/cgit/openstack/oslo.service -* Bugs: http://bugs.launchpad.net/oslo.service +* Documentation: https://docs.openstack.org/oslo.service/latest/ +* Source: https://git.openstack.org/cgit/openstack/oslo.service +* Bugs: https://bugs.launchpad.net/oslo.service diff --git a/oslo_service/_i18n.py b/oslo_service/_i18n.py index 68ee5f6d..ab139b6d 100644 --- a/oslo_service/_i18n.py +++ b/oslo_service/_i18n.py @@ -11,7 +11,7 @@ # under the License. """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 . """ import oslo_i18n diff --git a/setup.cfg b/setup.cfg index 048ca821..e3e57b32 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.service +home-page = https://docs.openstack.org/oslo.service/latest/ classifier = Environment :: OpenStack Intended Audience :: Information Technology