diff options
author | Jon Dufresne <jon.dufresne@gmail.com> | 2018-06-18 14:22:50 +0200 |
---|---|---|
committer | Ryan Brown <sb@ryansb.com> | 2018-06-18 14:22:50 +0200 |
commit | bf304832ffb8fc723c4d2f755e2e45ba17809f73 (patch) | |
tree | d4fbb4c5bb49f944b8923e0afd4a97d92f6591ff /contrib/inventory/consul_io.py | |
parent | read scaleway option after the options have been set (#41259) (diff) | |
download | ansible-bf304832ffb8fc723c4d2f755e2e45ba17809f73.tar.xz ansible-bf304832ffb8fc723c4d2f755e2e45ba17809f73.zip |
Prefer readthedocs.io instead of readthedocs.org for doc links (#41537)
Read the Docs moved hosting to readthedocs.io instead of
readthedocs.org. Fix all links in the project.
For additional details, see:
https://blog.readthedocs.com/securing-subdomains/
> Starting today, Read the Docs will start hosting projects from
> subdomains on the domain readthedocs.io, instead of on
> readthedocs.org. This change addresses some security concerns around
> site cookies while hosting user generated data on the same domain as
> our dashboard.
Diffstat (limited to 'contrib/inventory/consul_io.py')
-rwxr-xr-x | contrib/inventory/consul_io.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/inventory/consul_io.py b/contrib/inventory/consul_io.py index 8c311d3321..b7197291fd 100755 --- a/contrib/inventory/consul_io.py +++ b/contrib/inventory/consul_io.py @@ -200,7 +200,7 @@ try: import consul except ImportError as e: sys.exit("""failed=True msg='python-consul required for this module. -See http://python-consul.readthedocs.org/en/latest/#installation'""") +See https://python-consul.readthedocs.io/en/latest/#installation'""") from six import iteritems |