From 0b3c691d7c44b221158b5e0f30e7ea496ae09943 Mon Sep 17 00:00:00 2001 From: Hangdong Zhang Date: Tue, 25 Jul 2017 11:20:46 +0800 Subject: [PATCH] Update the documentation link for doc migration Change-Id: I14415ca59dc12c4f64bf61cfcabe52b2ecc1c177 --- HACKING.rst | 2 +- README.rst | 2 +- setup.cfg | 2 +- solum/i18n.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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. """