Skip to content

Commit dd04a4d

Browse files
committed
docs: fix refers to old old github org
1 parent 7fee661 commit dd04a4d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ following tools:
3434
1. Clone this repository:
3535

3636
```bash
37-
git clone https://github.com/sgtoj/terraform-docker-artifact-packager.git
37+
git clone https://github.com/cruxstack/terraform-docker-artifact-packager.git
3838
code terraform-aws-cognito-custom-message-sender
3939
```
4040

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ located within its directory.
2222

2323
```hcl
2424
module "cognito_custom_sms_sender" {
25-
source = "sgtoj/cognito-custom-message-sender/aws"
26-
version = "1.x.x"
25+
source = "cruxstack/cognito-custom-message-sender/aws"
26+
version = "x.x.x"
2727
2828
sms_sender_enabled = true
2929
sms_sender_policy_content = "<OPA policy content>"

0 commit comments

Comments
 (0)