From 7371db1a51d31263468c6824578e2fb792cc0731 Mon Sep 17 00:00:00 2001 From: Gabriel Virga Date: Tue, 28 Sep 2021 03:39:07 -0400 Subject: [PATCH] docs: Fix broken URL in README (#1602) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5562a60..1e5399e 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ There is also a [complete example](https://github.com/terraform-aws-modules/terr Root module calls these modules which can also be used separately to create independent resources: -- [fargate](https://github.com/terraform-aws-modules/terraform-aws-eks/tree/master/modules/fargate) - creates Fargate profiles, see [examples/fargate](https://github.com/terraform-aws-modules/terraform-aws-eks/tree/master/examples/fargat) for detailed examples. +- [fargate](https://github.com/terraform-aws-modules/terraform-aws-eks/tree/master/modules/fargate) - creates Fargate profiles, see [examples/fargate](https://github.com/terraform-aws-modules/terraform-aws-eks/tree/master/examples/fargate) for detailed examples.