From cd0272854c456d7fcd82f5316ac8d22d164bc4bb Mon Sep 17 00:00:00 2001 From: ZhongShengping Date: Fri, 14 Jul 2017 08:52:02 +0800 Subject: [PATCH] Update URLs in documents according to document migration Change-Id: Ic356e8c5e9157120f762530779d2affd61daf152 --- README.md | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b4ff529..4c14115c 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ Development Developer documentation for the entire puppet-openstack project. -* http://docs.openstack.org/developer/puppet-openstack-guide/ +* https://docs.openstack.org/puppet-openstack-guide/latest/ Contributors ------------ diff --git a/setup.cfg b/setup.cfg index 1a4dae05..7a467ea4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ description-file = README.md author = OpenStack author-email = openstack-dev@lists.openstack.org -home-page = http://docs.openstack.org/developer/puppet-openstack-guide +home-page = https://docs.openstack.org/puppet-openstack-guide/latest classifier = Intended Audience :: Developers Intended Audience :: System Administrators