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