Fix documentation typos and broken URL (#3039)

pull/18777/head
Ryan Saunders 8 years ago committed by Matt Clay
parent 91277fc0c7
commit b48e1e9b65

@ -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…
Cancel
Save