summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAlicia Cozine <cozi@visi.com>2018-04-25 09:22:49 -0500
committerGitHub <noreply@github.com>2018-04-25 09:22:49 -0500
commit0d38c80395bff5c4f2e97e5c71676c3997c812cb (patch)
treeb3e31ecea1384da8798cdf9909edf9aa4c255d15 /lib
parentfb264281ded12a1819338b53dbb9bc33e2a9b591 (diff)
downloadansible-0d38c80395bff5c4f2e97e5c71676c3997c812cb.tar.gz
fixes broken links in Amazon module docs (#39248)
Diffstat (limited to 'lib')
-rw-r--r--lib/ansible/modules/cloud/amazon/_ec2_vpc.py2
-rw-r--r--lib/ansible/modules/cloud/amazon/aws_s3.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/ansible/modules/cloud/amazon/_ec2_vpc.py b/lib/ansible/modules/cloud/amazon/_ec2_vpc.py
index b27e4b7a1a..5f8fc60240 100644
--- a/lib/ansible/modules/cloud/amazon/_ec2_vpc.py
+++ b/lib/ansible/modules/cloud/amazon/_ec2_vpc.py
@@ -22,7 +22,7 @@ deprecated:
removed_in: "2.5"
why: Replaced by dedicated modules.
alternative: Use M(ec2_vpc_net) along with supporting modules including M(ec2_vpc_igw), M(ec2_vpc_route_table), M(ec2_vpc_subnet),
- M(ec2_vpc_dhcp_options), M(ec2_vpc_nat_gateway), M(ec2_vpc_nacl).
+ M(ec2_vpc_dhcp_option), M(ec2_vpc_nat_gateway), M(ec2_vpc_nacl).
options:
cidr_block:
description:
diff --git a/lib/ansible/modules/cloud/amazon/aws_s3.py b/lib/ansible/modules/cloud/amazon/aws_s3.py
index feebe089c0..949c3c9e4e 100644
--- a/lib/ansible/modules/cloud/amazon/aws_s3.py
+++ b/lib/ansible/modules/cloud/amazon/aws_s3.py
@@ -28,7 +28,7 @@ description:
deleting both objects and buckets, retrieving objects as files or strings and generating download links.
This module has a dependency on boto3 and botocore.
notes:
- - In 2.4, this module has been renamed from M(s3) into M(aws_s3).
+ - In 2.4, this module has been renamed from C(s3) into M(aws_s3).
version_added: "1.1"
options:
aws_access_key: