Return correct url for relative paths in messages (#75562)

pull/75623/head
Brian Coca 3 years ago committed by GitHub
parent bb6355c453
commit d6da3b8c85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,2 @@
bugfixes:
- Since ansible/2.11 doc site was removed, the current relative messages point to a 404 url, this fixes it by chainging the target to ansible-core/2.11

@ -1302,7 +1302,7 @@ DISPLAY_SKIPPED_HOSTS:
type: boolean
DOCSITE_ROOT_URL:
name: Root docsite URL
default: https://docs.ansible.com/ansible/
default: https://docs.ansible.com/ansible-core/
description: Root docsite URL used to generate docs URLs in warning/error text;
must be an absolute URL with valid scheme and trailing slash.
ini:

Loading…
Cancel
Save