Update URLs in documents according to document migration

Change-Id: I700e3ee24e34695540a341297c7a2de342b0ead7
This commit is contained in:
ZhongShengping 2017-07-14 09:48:54 +08:00
parent d47f415fb2
commit e2d3ab20bd
2 changed files with 3 additions and 3 deletions

View File

@ -24,8 +24,8 @@ class YAMLdictchecker(AnsibleLintRule):
description = 'Pleae follow YAML dicitionary format while creating' description = 'Pleae follow YAML dicitionary format while creating'
'task and other roles in Ansible' 'task and other roles in Ansible'
'Follow this url for examples of how to use YAML dictionary ' 'Follow this url for examples of how to use YAML dictionary '
'format. "http://docs.openstack.org/developer/openstack-ansible/' 'format. "https://docs.openstack.org/openstack-ansible/latest/'
'developer-docs/contribute.html#ansible-style-guide"' 'contribute/contribute.html#ansible-style-guide"'
tags = ['task'] tags = ['task']
def match(self, file, line): def match(self, file, line):

View File

@ -5,7 +5,7 @@ description-file =
README.rst README.rst
author = OpenStack author = OpenStack
author-email = openstack-dev@lists.openstack.org 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 = classifier =
Intended Audience :: Developers Intended Audience :: Developers
Intended Audience :: System Administrators Intended Audience :: System Administrators