From f67746897e0c48e518b90a41dbe8d0daca16d0da Mon Sep 17 00:00:00 2001 From: ZhongShengping Date: Fri, 14 Jul 2017 09:36:22 +0800 Subject: [PATCH] Update URLs in documents according to document migration Change-Id: I93af909ea10f9060333fe4a866614923553a739d --- README.rst | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 43a3533..3b213b9 100644 --- a/README.rst +++ b/README.rst @@ -14,7 +14,7 @@ Barbican role for OpenStack-Ansible This Ansible role installs and configures OpenStack Barbican. Documentation for the project can be found at: - http://docs.openstack.org/developer/openstack-ansible-os_barbican/ + https://docs.openstack.org/openstack-ansible-os_barbican/latest/ The project home is at: http://launchpad.net/openstack-ansible diff --git a/setup.cfg b/setup.cfg index 5cee394..cf5d9e1 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_barbican/ +home-page = https://docs.openstack.org/openstack-ansible-os_barbican/latest/ classifier = Intended Audience :: Developers Intended Audience :: System Administrators