fixes broken links in Amazon module docs (#39248)

This commit is contained in:
Alicia Cozine 2018-04-25 09:22:49 -05:00 committed by GitHub
parent fb264281de
commit 0d38c80395
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ deprecated:
removed_in: "2.5" removed_in: "2.5"
why: Replaced by dedicated modules. 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), 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: options:
cidr_block: cidr_block:
description: description:

View file

@ -28,7 +28,7 @@ description:
deleting both objects and buckets, retrieving objects as files or strings and generating download links. deleting both objects and buckets, retrieving objects as files or strings and generating download links.
This module has a dependency on boto3 and botocore. This module has a dependency on boto3 and botocore.
notes: 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" version_added: "1.1"
options: options:
aws_access_key: aws_access_key: