From 749aafe34e6d292a3b86672851f682a91e8c0ae4 Mon Sep 17 00:00:00 2001 From: Leszek Charkiewicz Date: Mon, 18 Dec 2017 18:32:58 +0100 Subject: [PATCH] Update ecs_service.html.markdown Fixed typo. --- website/docs/r/ecs_service.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/ecs_service.html.markdown b/website/docs/r/ecs_service.html.markdown index 6f7a530ac07b..26be0fa46f7b 100644 --- a/website/docs/r/ecs_service.html.markdown +++ b/website/docs/r/ecs_service.html.markdown @@ -100,7 +100,7 @@ Guide](http://docs.aws.amazon.com/AmazonECS/latest/developerguide/cluster-query- `network_configuration` support the following: * `subnets` - (Required) The subnets associated with the task or service. * `security_groups` - (Optional) The security groups associated with the task or service. If you do not specify a security group, the default security group for the VPC is used. -For more information, see [Task Networking](http://docs.aws.amazon.com/AmazonECS/latest/developerguidetask-networking.html) +For more information, see [Task Networking](http://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-networking.html) ## Attributes Reference