Skip to content

Commit a367a40

Browse files
committed
chore: fix repo links after transfer
1 parent 664ec47 commit a367a40

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"homepage": "https://open-vsx.org",
1313
"repository": {
1414
"type": "git",
15-
"url": "git+https://github.com/eclipse/openvsx.git",
15+
"url": "git+https://github.com/eclipse-openvsx/openvsx.git",
1616
"directory": "cli"
1717
},
18-
"bugs": "https://github.com/eclipse/openvsx/issues",
18+
"bugs": "https://github.com/eclipse-openvsx/openvsx/issues",
1919
"contributors": [
2020
{
2121
"name": "Miro Spönemann",

webui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"homepage": "https://open-vsx.org",
1414
"repository": {
1515
"type": "git",
16-
"url": "git+https://github.com/eclipse/openvsx.git",
16+
"url": "git+https://github.com/eclipse-openvsx/openvsx.git",
1717
"directory": "webui"
1818
},
19-
"bugs": "https://github.com/eclipse/openvsx/issues",
19+
"bugs": "https://github.com/eclipse-openvsx/openvsx/issues",
2020
"contributors": [
2121
{
2222
"name": "Jan Bicker",

0 commit comments

Comments
 (0)