From e0e5e4f99d93ad831ce814c9396c07adb5edf01e Mon Sep 17 00:00:00 2001 From: zhangbailin Date: Thu, 14 Sep 2017 00:25:53 -0700 Subject: [PATCH] Fix outdated links and a spelling mistakes Fix typos and update outdated links: 1)http://docs.openstack.org/infra/bindep/ --> https://docs.openstack.org/infra/bindep/ 2)http://docs.puppetlabs.com/guides/tests_smoke.html --> https://docs.puppet.com/puppet/latest/tests_smoke.html Closes-Bug:#1717188 Change-Id: I97098bad5a505a913fafab84ab008a985e3bb221 --- bindep.txt | 2 +- setup.cfg | 2 +- tests/init.pp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bindep.txt b/bindep.txt index 4f9b425..e30b944 100644 --- a/bindep.txt +++ b/bindep.txt @@ -1,2 +1,2 @@ # This is a cross-platform list tracking distribution packages needed by tests; -# see http://docs.openstack.org/infra/bindep/ for additional information. +# see https://docs.openstack.org/infra/bindep/ for additional information. diff --git a/setup.cfg b/setup.cfg index 3fe8f93..876cd4c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,6 +8,6 @@ author-email = openstack-dev@lists.openstack.org home-page = https://docs.openstack.org/puppet-openstack-guide/latest classifier = Intended Audience :: Developers - Intended Audience :: Sytem Administrators + Intended Audience :: System Administrators License :: OSI Approved :: Apache Software License Operating System :: POSIX :: Linux diff --git a/tests/init.pp b/tests/init.pp index d28d309..d25921f 100644 --- a/tests/init.pp +++ b/tests/init.pp @@ -7,6 +7,6 @@ # environment (to compare the resulting system state to the desired state). # # Learn more about module testing here: -# http://docs.puppetlabs.com/guides/tests_smoke.html +# https://docs.puppet.com/puppet/latest/tests_smoke.html # include ::ec2api