diff --git a/HACKING.rst b/HACKING.rst index 77c2fdfbf..9acbf3712 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -2,7 +2,7 @@ Solum Style Commandments ======================== -Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/ +Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/ See Also: CONTRIBUTING.rst diff --git a/README.rst b/README.rst index 3a1035c43..5be14bf25 100644 --- a/README.rst +++ b/README.rst @@ -41,7 +41,7 @@ Getting started with Solum See the getting_started_ guide. -.. _getting_started: http://docs.openstack.org/developer/solum/getting_started/ +.. _getting_started: https://docs.openstack.org/solum/latest/user/index.html Project Info ------------- diff --git a/setup.cfg b/setup.cfg index 35331f612..b861c006d 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/solum +home-page = https://docs.openstack.org/solum/latest/ classifier = Environment :: OpenStack Intended Audience :: Information Technology diff --git a/solum/i18n.py b/solum/i18n.py index 17fe86966..e124125ed 100644 --- a/solum/i18n.py +++ b/solum/i18n.py @@ -12,7 +12,7 @@ """oslo_i18n integration module for solum. -See http://docs.openstack.org/developer/oslo.i18n/usage.html . +See https://docs.openstack.org/oslo.i18n/latest/user/usage.html. """