Skip to content

Commit c5f13bf

Browse files
NamesMTmrubensSmartsheet-JB-Brownelianiva
committed
chore: apply org change and re-add contributors
Co-authored-by: Matt Rubens <[email protected]> Co-authored-by: Smartsheet-JB-Brown <[email protected]> Co-authored-by: elianiva <[email protected]>
1 parent dd2d010 commit c5f13bf

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

cline_docs/marketplace/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The Marketplace provides the following key features:
3737
## Default Marketplace Repository
3838

3939
The default Marketplace repository is located at:
40-
[https://github.com/RooVetGit/Roo-Code-Marketplace](https://github.com/RooVetGit/Roo-Code-Marketplace)
40+
[https://github.com/RooCodeInc/Roo-Code-Marketplace](https://github.com/RooCodeInc/Roo-Code-Marketplace)
4141

4242
## Contributing
4343

cline_docs/marketplace/user-guide/05-adding-packages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ To contribute your package to the official repository, follow these steps:
9797

9898
### 1. Fork the Repository
9999

100-
1. Visit the official Roo Code Packages repository: [https://github.com/RooVetGit/Roo-Code-Marketplace](https://github.com/RooVetGit/Roo-Code-Marketplace)
100+
1. Visit the official Roo Code Packages repository: [https://github.com/RooCodeInc/Roo-Code-Marketplace](https://github.com/RooCodeInc/Roo-Code-Marketplace)
101101
2. Click the "Fork" button in the top-right corner
102102
3. This creates your own copy of the repository where you can make changes
103103

@@ -149,7 +149,7 @@ git push origin main
149149

150150
### 6. Create a Pull Request
151151

152-
1. Go to the original repository: [https://github.com/RooVetGit/Roo-Code-Marketplace](https://github.com/RooVetGit/Roo-Code-Marketplace)
152+
1. Go to the original repository: [https://github.com/RooCodeInc/Roo-Code-Marketplace](https://github.com/RooCodeInc/Roo-Code-Marketplace)
153153
2. Click "Pull Requests" and then "New Pull Request"
154154
3. Click "Compare across forks"
155155
4. Select your fork as the head repository

cline_docs/marketplace/user-guide/06-adding-custom-sources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Once you have a properly structured source repository, you can add it to your Ro
6060

6161
Roo Code comes with a default package source:
6262

63-
- URL: `https://github.com/RooVetGit/Roo-Code-Marketplace`
63+
- URL: `https://github.com/RooCodeInc/Roo-Code-Marketplace`
6464
- This source is enabled by default, and anytime all sources have been deleted.
6565

6666
### Adding a New Source

src/services/marketplace/__tests__/MetadataScanner.external.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ describe("MetadataScanner External References", () => {
1313
const gitFetcher = new GitFetcher(mockContext)
1414

1515
// Fetch the marketplace repository
16-
const repoUrl = "https://github.com/RooVetGit/Roo-Code-Marketplace"
16+
const repoUrl = "https://github.com/RooCodeInc/Roo-Code-Marketplace"
1717
const repo = await gitFetcher.fetchRepository(repoUrl)
1818

1919
// Find the Project Manager package

src/services/marketplace/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* Default marketplace repository URL
77
*/
8-
export const DEFAULT_PACKAGE_MANAGER_REPO_URL = "https://github.com/RooVetGit/Roo-Code-Marketplace"
8+
export const DEFAULT_PACKAGE_MANAGER_REPO_URL = "https://github.com/RooCodeInc/Roo-Code-Marketplace"
99

1010
/**
1111
* Default marketplace repository name

webview-ui/src/components/marketplace/__tests__/MarketplaceViewStateManager.test.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ describe("MarketplaceViewStateManager", () => {
8282
const state = manager.getState()
8383
expect(state.sources).toEqual([
8484
{
85-
url: "https://github.com/RooVetGit/Roo-Code-Marketplace",
85+
url: "https://github.com/RooCodeInc/Roo-Code-Marketplace",
8686
name: "Roo Code",
8787
enabled: true,
8888
},
@@ -93,7 +93,7 @@ describe("MarketplaceViewStateManager", () => {
9393
type: "marketplaceSources",
9494
sources: [
9595
{
96-
url: "https://github.com/RooVetGit/Roo-Code-Marketplace",
96+
url: "https://github.com/RooCodeInc/Roo-Code-Marketplace",
9797
name: "Roo Code",
9898
enabled: true,
9999
},
@@ -896,7 +896,7 @@ describe("MarketplaceViewStateManager", () => {
896896
type: "marketplaceSources",
897897
sources: [
898898
{
899-
url: "https://github.com/RooVetGit/Roo-Code-Marketplace",
899+
url: "https://github.com/RooCodeInc/Roo-Code-Marketplace",
900900
name: "Roo Code",
901901
enabled: true,
902902
},
@@ -1128,7 +1128,7 @@ describe("MarketplaceViewStateManager", () => {
11281128
it("should restore sources from marketplaceSources on webview launch", () => {
11291129
const savedSources = [
11301130
{
1131-
url: "https://github.com/RooVetGit/Roo-Code-Marketplace",
1131+
url: "https://github.com/RooCodeInc/Roo-Code-Marketplace",
11321132
name: "Roo Code",
11331133
enabled: true,
11341134
},

0 commit comments

Comments
 (0)