Skip to content

Commit f4934ac

Browse files
committed
chore: fix incorrect package.json repo link
1 parent 65abd6e commit f4934ac

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages-private/template-explorer/src/options.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const App = {
4444
h(
4545
'a',
4646
{
47-
href: `https://github.com/vuejs/vue/tree/${__COMMIT__}`,
47+
href: `https://github.com/vuejs/core/tree/${__COMMIT__}`,
4848
target: `_blank`,
4949
},
5050
`@${__COMMIT__}`,

packages/vue/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,17 +84,17 @@
8484
},
8585
"repository": {
8686
"type": "git",
87-
"url": "git+https://github.com/vuejs/vue.git"
87+
"url": "git+https://github.com/vuejs/core.git"
8888
},
8989
"keywords": [
9090
"vue"
9191
],
9292
"author": "Evan You",
9393
"license": "MIT",
9494
"bugs": {
95-
"url": "https://github.com/vuejs/vue/issues"
95+
"url": "https://github.com/vuejs/core/issues"
9696
},
97-
"homepage": "https://github.com/vuejs/vue/tree/main/packages/vue#readme",
97+
"homepage": "https://github.com/vuejs/core/tree/main/packages/vue#readme",
9898
"dependencies": {
9999
"@vue/shared": "workspace:*",
100100
"@vue/compiler-dom": "workspace:*",

0 commit comments

Comments
 (0)