Fix documentation typos and broken URL (#3039)
This commit is contained in:
parent
91277fc0c7
commit
b48e1e9b65
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue