Skip to content

Commit 4731163

Browse files
committed
chore: fix typo
1 parent 7c59d3e commit 4731163

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

docs/.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export default defineConfig({
9696
),
9797

9898
editLink: {
99-
pattern: 'https://github.com/vuejs/vue-devtools-next/edit/main/docs/:path',
99+
pattern: 'https://github.com/vuejs/devtools-next/edit/main/docs/:path',
100100
text: 'Suggest changes to this page',
101101
},
102102
search: {

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"description": "DevTools for Vue.js",
88
"author": "webfansplz",
99
"license": "MIT",
10-
"homepage": "https://github.com/vuejs/vue-devtools-next#readme",
10+
"homepage": "https://github.com/vuejs/devtools-next#readme",
1111
"repository": {
1212
"type": "git",
13-
"url": "git+https://github.com/vuejs/vue-devtools-next.git"
13+
"url": "git+https://github.com/vuejs/devtools-next.git"
1414
},
1515
"bugs": {
16-
"url": "https://github.com/vuejs/vue-devtools-next/issues"
16+
"url": "https://github.com/vuejs/devtools-next/issues"
1717
},
1818
"keywords": [
1919
"vue-devtools",

packages/client/src/pages/overview.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,19 +79,19 @@ onDevToolsClientConnected(() => {
7979
</RouterLink>
8080
</div>
8181
<div flex="~ gap-6 wrap" mt-5 items-center justify-center>
82-
<a href="https://github.com/vuejs/vue-devtools-next" target="_blank" flex="~ gap1" items-center op50 hover="op100 text-blue" transition>
82+
<a href="https://github.com/vuejs/devtools-next" target="_blank" flex="~ gap1" items-center op50 hover="op100 text-blue" transition>
8383
<div i-carbon-star />
8484
Star on GitHub
8585
</a>
86-
<a href="https://github.com/vuejs/vue-devtools-next/discussions/1" target="_blank" flex="~ gap1" items-center op50 hover="op100 text-yellow" transition>
86+
<a href="https://github.com/vuejs/devtools-next/discussions/1" target="_blank" flex="~ gap1" items-center op50 hover="op100 text-yellow" transition>
8787
<div i-carbon-data-enrichment />
8888
Ideas & Suggestions
8989
</a>
90-
<a href="https://github.com/vuejs/vue-devtools-next/discussions/2" target="_blank" flex="~ gap1" items-center op50 hover="op100 text-lime" transition>
90+
<a href="https://github.com/vuejs/devtools-next/discussions/2" target="_blank" flex="~ gap1" items-center op50 hover="op100 text-lime" transition>
9191
<div i-carbon-plan />
9292
Project Roadmap
9393
</a>
94-
<a href="https://github.com/vuejs/vue-devtools-next/issues" target="_blank" flex="~ gap1" items-center op50 hover="op100 text-rose" transition>
94+
<a href="https://github.com/vuejs/devtools-next/issues" target="_blank" flex="~ gap1" items-center op50 hover="op100 text-rose" transition>
9595
<div i-carbon-debug />
9696
Bug Reports
9797
</a>

packages/devtools-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"repository": {
88
"directory": "packages/devtools-api",
99
"type": "git",
10-
"url": "git+https://github.com/vuejs/vue-devtools-next.git"
10+
"url": "git+https://github.com/vuejs/devtools-next.git"
1111
},
1212
"exports": {
1313
".": {

packages/devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"repository": {
88
"directory": "packages/devtools",
99
"type": "git",
10-
"url": "git+https://github.com/vuejs/vue-devtools-next.git"
10+
"url": "git+https://github.com/vuejs/devtools-next.git"
1111
},
1212
"exports": {
1313
".": {

packages/vite/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
"description": "A vite plugin for Vue DevTools",
66
"author": "webfansplz",
77
"license": "MIT",
8-
"homepage": "https://github.com/vuejs/vue-devtools-next#readme",
8+
"homepage": "https://github.com/vuejs/devtools-next#readme",
99
"repository": {
1010
"directory": "packages/vite",
1111
"type": "git",
12-
"url": "git+https://github.com/vuejs/vue-devtools-next.git"
12+
"url": "git+https://github.com/vuejs/devtools-next.git"
1313
},
1414
"bugs": {
15-
"url": "https://github.com/vuejs/vue-devtools-next/issues"
15+
"url": "https://github.com/vuejs/devtools-next/issues"
1616
},
1717
"keywords": [
1818
"vue-devtools",

0 commit comments

Comments
 (0)