diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a1da810..f8e7753 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -33,7 +33,7 @@ following tools: 1. Clone and open this repository: ```bash - git clone https://github.com/sgtoj/terraform-aws-s3-zip-uploader.git + git clone https://github.com/cruxstack/terraform-aws-s3-zip-uploader.git code terraform-aws-s3-zip-uploader ``` diff --git a/examples/s3-website/main.tf b/examples/s3-website/main.tf index 92e4398..28e7a4d 100755 --- a/examples/s3-website/main.tf +++ b/examples/s3-website/main.tf @@ -1,5 +1,5 @@ module "artifact_packager" { - source = "sgtoj/artifact-packager/docker" + source = "cruxstack/artifact-packager/docker" version = "1.2.1" docker_build_context = "${path.module}/fixtures/website"