From b99dea25d8fc11aa1afe0eec3196510ca8f52029 Mon Sep 17 00:00:00 2001 From: nonstdio Date: Fri, 22 May 2020 05:47:45 -0700 Subject: [PATCH] docs: Fix link for complete S3 example to replication S3 example (#19) --- examples/complete/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/complete/README.md b/examples/complete/README.md index 966dfe84..215bc0a5 100644 --- a/examples/complete/README.md +++ b/examples/complete/README.md @@ -9,7 +9,7 @@ Configuration in this directory creates S3 bucket which demos such capabilities: - server-side encryption - object locking -Please check [S3 replication example](https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/tree/master/examples/complete) to see Cross-Region Replication (CRR) supported by this module. +Please check [S3 replication example](https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/tree/master/examples/s3-replication) to see Cross-Region Replication (CRR) supported by this module. ## Usage