diff --git a/HACKING.rst b/HACKING.rst index f0dffa5f..22c29bfa 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -1,4 +1,4 @@ python-zunclient Style Commandments =============================================== -Read the OpenStack Style Commandments https://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 789c09e5..c2a55cd3 100644 --- a/README.rst +++ b/README.rst @@ -9,7 +9,7 @@ Please fill here a long description which must be at least 3 lines wrapped on Note that this is a hard requirement. * Free software: Apache license -* Documentation: https://docs.openstack.org/developer/python-zunclient +* Documentation: https://docs.openstack.org/python-zunclient/latest/ * Source: https://git.openstack.org/cgit/openstack/python-zunclient * Bugs: http://bugs.launchpad.net/python-zunclient diff --git a/setup.cfg b/setup.cfg index edb7f9ef..9d9f5a96 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 = https://docs.openstack.org/developer/zun/ +home-page = https://docs.openstack.org/zun/latest/ classifier = Environment :: OpenStack Intended Audience :: Information Technology diff --git a/zunclient/i18n.py b/zunclient/i18n.py index 935a4dad..93ecd10d 100644 --- a/zunclient/i18n.py +++ b/zunclient/i18n.py @@ -12,7 +12,7 @@ """oslo_i18n integration module for zunclient. -See http://docs.openstack.org/developer/oslo.i18n/usage.html . +See https://docs.openstack.org/oslo.i18n/latest/user/usage.html. """