diff --git a/HACKING.rst b/HACKING.rst index 30811f9..b4e56e8 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -1,4 +1,4 @@ Futurist 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 92d7a03..cd40d73 100644 --- a/README.rst +++ b/README.rst @@ -26,6 +26,6 @@ executed. This library currently adds statistics gathering, an eventlet executor, a synchronous executor etc. * Free software: Apache license -* Documentation: http://docs.openstack.org/developer/futurist -* Source: http://git.openstack.org/cgit/openstack/futurist -* Bugs: http://bugs.launchpad.net/futurist +* Documentation: https://docs.openstack.org/futurist/latest/ +* Source: https://git.openstack.org/cgit/openstack/futurist +* Bugs: https://bugs.launchpad.net/futurist diff --git a/setup.cfg b/setup.cfg index a04bb55..373880b 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/futurist +home-page = https://docs.openstack.org/futurist/latest/ classifier = Environment :: OpenStack Intended Audience :: Information Technology