diff --git a/README.md b/README.md index 4eb07ed2e..75604ba2c 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ name: newProject context: cognitoPoolID: xxx modules: - - source: "github.com/commit0/commit0-aws-eks-stack" + - source: "github.com/commitdev/commit0-aws-eks-stack" output: "infrastructure" - source: "github.com/zthomas/react-mui-kit" output: "web-app" diff --git a/internal/config/create_example.go b/internal/config/create_example.go index 165a3032c..f166c5dc2 100644 --- a/internal/config/create_example.go +++ b/internal/config/create_example.go @@ -20,7 +20,7 @@ context: # - output: "github-actions" modules: - - source: "github.com/commit0/commit0-aws-eks-stack"` + - source: "github.com/commitdev/commit0-aws-eks-stack"` func CreateExample(projectName string) { content := []byte(fmt.Sprintf(exampleConfig, projectName))