From 9a4b4e695d53a5dfc6d0fd355039e3e938864a03 Mon Sep 17 00:00:00 2001 From: Ramesh Padmanabhaiah Date: Fri, 19 Jun 2026 10:36:51 -0700 Subject: [PATCH] Update workspace remotes for Base Foundry --- README.md | 2 +- workspace.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) 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