From 2e47ac7cfbe858c0639a95efd7bccc1a34a688db Mon Sep 17 00:00:00 2001 From: ZhongShengping Date: Fri, 14 Jul 2017 09:34:44 +0800 Subject: [PATCH] Update URLs in documents according to document migration Change-Id: Id1934741b94eafb33e859308fbfe109da551452e --- README.rst | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index e7fdb6b4..d1d67003 100644 --- a/README.rst +++ b/README.rst @@ -12,7 +12,7 @@ OpenStack-Ansible Galera server =============================== Documentation for the project can be found at: - http://docs.openstack.org/developer/openstack-ansible-galera_server + https://docs.openstack.org/openstack-ansible-galera_server/latest The project home is at: http://launchpad.net/openstack-ansible diff --git a/setup.cfg b/setup.cfg index c6d7d8e3..9d930d0f 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/openstack-ansible-galera_server/ +home-page = https://docs.openstack.org/openstack-ansible-galera_server/latest/ classifier = Intended Audience :: Developers Intended Audience :: System Administrators