1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix documentation typos and broken URL (#3039)

This commit is contained in:
Ryan Saunders 2016-09-26 12:11:05 -04:00 committed by Matt Clay
parent 91277fc0c7
commit b48e1e9b65

View file

@ -20,17 +20,17 @@ module: dnsmadeeasy
version_added: "1.3" version_added: "1.3"
short_description: Interface with dnsmadeeasy.com (a DNS hosting service). short_description: Interface with dnsmadeeasy.com (a DNS hosting service).
description: 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: options:
account_key: account_key:
description: description:
- Accout API Key. - Account API Key.
required: true required: true
default: null default: null
account_secret: account_secret:
description: description:
- Accout Secret Key. - Account Secret Key.
required: true required: true
default: null default: null