Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
10 changes: 5 additions & 5 deletions workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down
Loading