From 60d0d7c070ea175752533f916b87283e06ed04bb Mon Sep 17 00:00:00 2001 From: ZhongShengping Date: Fri, 14 Jul 2017 08:53:35 +0800 Subject: [PATCH] Update URLs in documents according to document migration Change-Id: I276d567227b516d2b7644aa0012307f96d827763 --- README.md | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 082aead..70afb75 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,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 ae412a2..8463145 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ description-file = README.md author = Puppet Labs and OpenStack Contributors 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