diff --git a/README.md b/README.md index 076b3bc..d7db757 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ basectl workspace clone --manifest workspace.yaml --dry-run ## Base -This repository is managed by [Base](https://github.com/codeforester/base). +This repository is managed by [Base](https://github.com/basefoundry/base). Common commands: diff --git a/workspace.yaml b/workspace.yaml index 2043126..e43a326 100644 --- a/workspace.yaml +++ b/workspace.yaml @@ -5,17 +5,17 @@ workspace: repos: - name: base - url: git@github.com:codeforester/base.git + url: git@github.com:basefoundry/base.git default_branch: master required: true - name: base-workspace - url: git@github.com:codeforester/base-workspace.git + url: git@github.com:basefoundry/base-workspace.git default_branch: main required: true - name: banyanlabs - url: git@github.com:codeforester/banyanlabs.git + url: git@github.com:basefoundry/banyanlabs.git default_branch: main required: true @@ -30,12 +30,12 @@ repos: required: true - name: base-demo - url: https://github.com/codeforester/base-demo.git + url: https://github.com/basefoundry/base-demo.git default_branch: main required: true - name: base-platform-tools - url: https://github.com/codeforester/base-platform-tools.git + url: https://github.com/basefoundry/base-platform-tools.git default_branch: main required: true