summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Saunders <ryanbsaunders@users.noreply.github.com>2016-09-26 12:11:05 -0400
committerBrian Coca <bcoca@users.noreply.github.com>2016-09-26 12:11:05 -0400
commitc38fcb1c309bd394d34104b8da7dd7c6257b7c58 (patch)
treef075ef58df2cca5f425b9f6f0c63b612ef238261
parentcbdc798ad218e41dff22364da11c83d1e6d71f8f (diff)
downloadansible-c38fcb1c309bd394d34104b8da7dd7c6257b7c58.tar.gz
Fix documentation typos and broken URL (#3039)
-rw-r--r--network/dnsmadeeasy.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/network/dnsmadeeasy.py b/network/dnsmadeeasy.py
index 3f22c3ca0a..4578b5298b 100644
--- a/network/dnsmadeeasy.py
+++ b/network/dnsmadeeasy.py
@@ -20,17 +20,17 @@ module: dnsmadeeasy
version_added: "1.3"
short_description: Interface with dnsmadeeasy.com (a DNS hosting service).
description:
- - "Manages DNS records via the v2 REST API of the DNS Made Easy service. It handles records only; there is no manipulation of domains or monitor/account support yet. See: U(http://www.dnsmadeeasy.com/services/rest-api/)"
+ - "Manages DNS records via the v2 REST API of the DNS Made Easy service. It handles records only; there is no manipulation of domains or monitor/account support yet. See: U(https://www.dnsmadeeasy.com/integration/restapi/)"
options:
account_key:
description:
- - Accout API Key.
+ - Account API Key.
required: true
default: null
account_secret:
description:
- - Accout Secret Key.
+ - Account Secret Key.
required: true
default: null