From e2d3ab20bd38475c686e816d64db52c4f5da82cb Mon Sep 17 00:00:00 2001 From: ZhongShengping Date: Fri, 14 Jul 2017 09:48:54 +0800 Subject: [PATCH] Update URLs in documents according to document migration Change-Id: I700e3ee24e34695540a341297c7a2de342b0ead7 --- ansible-lint/YAMLdictchecker.py | 4 ++-- setup.cfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ansible-lint/YAMLdictchecker.py b/ansible-lint/YAMLdictchecker.py index 2db47467..3e7a7b5f 100755 --- a/ansible-lint/YAMLdictchecker.py +++ b/ansible-lint/YAMLdictchecker.py @@ -24,8 +24,8 @@ class YAMLdictchecker(AnsibleLintRule): description = 'Pleae follow YAML dicitionary format while creating' 'task and other roles in Ansible' 'Follow this url for examples of how to use YAML dictionary ' - 'format. "http://docs.openstack.org/developer/openstack-ansible/' - 'developer-docs/contribute.html#ansible-style-guide"' + 'format. "https://docs.openstack.org/openstack-ansible/latest/' + 'contribute/contribute.html#ansible-style-guide"' tags = ['task'] def match(self, file, line): diff --git a/setup.cfg b/setup.cfg index 0caaece9..86a4f90d 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-tests/ +home-page = https://docs.openstack.org/openstack-ansible-tests/latest/ classifier = Intended Audience :: Developers Intended Audience :: System Administrators