Update URLs in documents according to document migration
Change-Id: I700e3ee24e34695540a341297c7a2de342b0ead7
This commit is contained in:
parent
d47f415fb2
commit
e2d3ab20bd
@ -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):
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user