Skip to content

Commit

Permalink
Update links to Ansible docs for new site layout (#1382)
Browse files Browse the repository at this point in the history
  • Loading branch information
ripleymj authored Feb 19, 2021
1 parent f9f5041 commit 31663a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ansiblelint/rules/DeprecatedModuleRule.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class DeprecatedModuleRule(AnsibleLintRule):
'These are deprecated modules, some modules are kept '
'temporarily for backwards compatibility but usage is discouraged. '
'For more details see: '
'https://docs.ansible.com/ansible/latest/modules/list_of_all_modules.html'
'https://docs.ansible.com/ansible/latest/collections/index_module.html'
)
severity = 'HIGH'
tags = ['deprecations']
Expand Down
2 changes: 1 addition & 1 deletion src/ansiblelint/rules/OctalPermissionsRule.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class OctalPermissionsRule(AnsibleLintRule):
description = (
'Numeric file permissions without leading zero can behave '
'in unexpected ways. See '
'http://docs.ansible.com/ansible/file_module.html'
'https://docs.ansible.com/ansible/latest/collections/ansible/builtin/file_module.html'
)
severity = 'VERY_HIGH'
tags = ['formatting']
Expand Down

0 comments on commit 31663a6

Please sign in to comment.