diff --git a/content/en/tutorials/s3-static-website-terraform/index.md b/content/en/tutorials/s3-static-website-terraform/index.md index 0bb0d5ffe8..25dd911a96 100644 --- a/content/en/tutorials/s3-static-website-terraform/index.md +++ b/content/en/tutorials/s3-static-website-terraform/index.md @@ -123,7 +123,7 @@ If you are deploying a static website using S3 on real AWS cloud, your S3 websit - `http://.s3-website-.amazonaws.com` - `http://.s3-website..amazonaws.com` -In LocalStack, the S3 website endpoint follows the following format: `http://.s3-website.localhost.localstack.cloud:4566`. You can navigate to [`http://testwebsite.s3-website.localhost.localstack.cloud:4566/`](http://testwebsite.s3-website.localhost.localstack.cloud:4566/) to view your static website. +In LocalStack, the S3 website endpoint follows the following format: `http://.s3-website.localhost.localstack.cloud:4566`. You can navigate to [`http://testwebsite.s3-website.localhost.localstack.cloud:4566/s3-static-website-localstack/`](http://testwebsite.s3-website.localhost.localstack.cloud:4566/s3-static-website-localstack/) to view your static website. ## Orchestrating infrastructure using Terraform