summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/cloud/webfaction/webfaction_domain.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/modules/cloud/webfaction/webfaction_domain.py')
-rw-r--r--lib/ansible/modules/cloud/webfaction/webfaction_domain.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ansible/modules/cloud/webfaction/webfaction_domain.py b/lib/ansible/modules/cloud/webfaction/webfaction_domain.py
index 473caf47d8..3bea294337 100644
--- a/lib/ansible/modules/cloud/webfaction/webfaction_domain.py
+++ b/lib/ansible/modules/cloud/webfaction/webfaction_domain.py
@@ -19,7 +19,7 @@ DOCUMENTATION = '''
module: webfaction_domain
short_description: Add or remove domains and subdomains on Webfaction
description:
- - Add or remove domains or subdomains on a Webfaction host. Further documentation at http://github.com/quentinsf/ansible-webfaction.
+ - Add or remove domains or subdomains on a Webfaction host. Further documentation at https://github.com/quentinsf/ansible-webfaction.
author: Quentin Stafford-Fraser (@quentinsf)
version_added: "2.0"
notes:
@@ -29,7 +29,7 @@ notes:
You can run playbooks that use this on a local machine, or on a Webfaction host, or elsewhere, since the scripts use the remote webfaction API.
The location is not important. However, running them on multiple hosts I(simultaneously) is best avoided. If you don't specify I(localhost) as
your host, you may want to add C(serial: 1) to the plays.
- - See `the webfaction API <http://docs.webfaction.com/xmlrpc-api/>`_ for more info.
+ - See `the webfaction API <https://docs.webfaction.com/xmlrpc-api/>`_ for more info.
options: