From c2e384eabfa3897825eb9aa9f7475fb77526ba66 Mon Sep 17 00:00:00 2001 From: ZhongShengping Date: Fri, 14 Jul 2017 09:37:06 +0800 Subject: [PATCH] Update URLs in documents according to document migration Change-Id: I5c798478b1da8803477e594dec11f1e08592c8f7 --- README.rst | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index eac7a03b..cedadcf1 100644 --- a/README.rst +++ b/README.rst @@ -15,7 +15,7 @@ This Ansible role installs and configures OpenStack glance and the glance registry. Documentation for the project can be found at: - http://docs.openstack.org/developer/openstack-ansible-os_glance/ + https://docs.openstack.org/openstack-ansible-os_glance/latest/ The project home is at: http://launchpad.net/openstack-ansible diff --git a/setup.cfg b/setup.cfg index 67597ea8..8fd21736 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-os_glance/ +home-page = https://docs.openstack.org/openstack-ansible-os_glance/latest/ classifier = Intended Audience :: Developers Intended Audience :: System Administrators