Skip to content

Commit 41fe05a

Browse files
committed
gh references
1 parent a258037 commit 41fe05a

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# B2C CLI and Tooling SDK
22

3-
[![CI](https://github.com/SalesforceCommerceCloud/b2c-cli/actions/workflows/ci.yml/badge.svg)](https://github.com/SalesforceCommerceCloud/b2c-cli/actions/workflows/ci.yml)
3+
[![CI](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/actions/workflows/ci.yml/badge.svg)](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/actions/workflows/ci.yml)
44

55
> [!NOTE]
66
> This project is currently in **Developer Preview**. Not all features are implemented, and the API may change in future releases. Please provide feedback via GitHub issues and Unofficial Slack.

docs/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export default defineConfig({
6666
],
6767
},
6868

69-
socialLinks: [{ icon: 'github', link: 'https://github.com/SalesforceCommerceCloud/b2c-cli' }],
69+
socialLinks: [{ icon: 'github', link: 'https://github.com/SalesforceCommerceCloud/b2c-developer-tooling' }],
7070

7171
search: {
7272
provider: 'local',

packages/b2c-cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"bin": {
77
"b2c": "./bin/run.js"
88
},
9-
"bugs": "https://github.com/SalesforceCommerceCloud/b2c-cli/issues",
9+
"bugs": "https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/issues",
1010
"dependencies": {
1111
"@oclif/core": "^4",
1212
"@oclif/plugin-autocomplete": "^3",
@@ -47,7 +47,7 @@
4747
"./dist",
4848
"./oclif.manifest.json"
4949
],
50-
"homepage": "https://github.com/SalesforceCommerceCloud/b2c-cli",
50+
"homepage": "https://salesforcecommercecloud.github.io/b2c-developer-tooling",
5151
"keywords": [
5252
"SFCC",
5353
"B2C",
@@ -107,7 +107,7 @@
107107
}
108108
}
109109
},
110-
"repository": "SalesforceCommerceCloud/b2c-cli",
110+
"repository": "SalesforceCommerceCloud/b2c-developer-tooling",
111111
"scripts": {
112112
"build": "shx rm -rf dist && tsc -p tsconfig.build.json",
113113
"lint": "eslint",

packages/b2c-tooling-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Core tooling library for Salesforce Commerce Cloud B2C CLI",
55
"author": "Charles Lavery",
66
"license": "Apache-2.0",
7-
"repository": "SalesforceCommerceCloud/b2c-cli",
7+
"repository": "SalesforceCommerceCloud/b2c-developer-tooling",
88
"keywords": [
99
"SFCC",
1010
"B2C",

0 commit comments

Comments
 (0)