Skip to content

Commit b4649c9

Browse files
committed
fix: update github links in client plugin to point to codeflare-cli repo
1 parent d7314bc commit b4649c9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

plugins/plugin-client-default/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,17 @@
66
"module": "mdist/index.js",
77
"types": "mdist/index.d.ts",
88
"license": "Apache-2.0",
9-
"homepage": "https://github.com/IBM/kui#readme",
9+
"homepage": "https://github.com/project-codeflare/codeflare-cli#readme",
1010
"bugs": {
11-
"url": "https://github.com/IBM/kui/issues/new"
11+
"url": "https://github.com/project-codeflare/codeflare-cli/issues/new"
1212
},
1313
"repository": {
1414
"type": "git",
15-
"url": "git+https://github.com/IBM/kui.git"
15+
"url": "git+https://github.com/project-codeflare/codeflare-cli.git"
1616
},
1717
"keywords": [
1818
"kui",
19+
"codeflare",
1920
"plugin"
2021
],
2122
"private": true,

0 commit comments

Comments
 (0)