diff --git a/HACKING.rst b/HACKING.rst index cb07476..e0d43e7 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -1,4 +1,4 @@ Style Commandments ================== -Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/ +Read the OpenStack Style Commandments https://docs.openstack.org/hacking/lastest/ diff --git a/README.rst b/README.rst index f8fe5cf..abd0079 100644 --- a/README.rst +++ b/README.rst @@ -24,6 +24,6 @@ multi-process applications using locking mechanisms and for running external processes. * Free software: Apache license -* Documentation: http://docs.openstack.org/developer/oslo.concurrency -* Source: http://git.openstack.org/cgit/openstack/oslo.concurrency -* Bugs: http://bugs.launchpad.net/oslo.concurrency +* Documentation: https://docs.openstack.org/oslo.concurrency/latest/ +* Source: https://git.openstack.org/cgit/openstack/oslo.concurrency +* Bugs: https://bugs.launchpad.net/oslo.concurrency diff --git a/setup.cfg b/setup.cfg index 6a00c31..39afc07 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.concurrency +home-page = https://docs.openstack.org/oslo.concurrency/latest/ classifier = Environment :: OpenStack Intended Audience :: Information Technology