Skip to content

Commit 0f8606b

Browse files
committed
chore: adjust new repo URL + readme
1 parent a14f088 commit 0f8606b

File tree

15 files changed

+31
-29
lines changed

15 files changed

+31
-29
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
<p align="center">
2-
<a href="https://github.com/vuejs/devtools-next">
3-
<img src="https://raw.githubusercontent.com/vuejs/devtools-next/main/docs/public/logo.svg" alt="Vue DevTools - Unleash Vue Developer Experience" width="200">
2+
<a href="https://github.com/vuejs/devtools">
3+
<img src="https://raw.githubusercontent.com/vuejs/devtools/main/docs/public/logo.svg" alt="Vue DevTools - Unleash Vue Developer Experience" width="200">
44
</a>
55
<br>
6-
<h1 align="center">Vue DevTools Next</h1>
6+
<h1 align="center">Vue DevTools</h1>
77
<p align="center">Unleash Vue Developer Experience</p>
88
</p>
99

10+
> Note: this repository is for Vue Devtools v7 (previously known as Vue Devtools Next). The now legacy v6 version has been moved to [vuejs/devtools-v6](https://github.com/vuejs/devtools-v6).
11+
1012
## Getting Started
1113

1214
- [Chrome Extension](https://chromewebstore.google.com/detail/vuejs-devtools-beta/ljjemllljcmogpfapbkkighbhhppjdbg)
@@ -29,8 +31,8 @@ Please make sure to read the [Contributing Guide](https://devtools.vuejs.org/hel
2931

3032
Thank you to all the people who already contributed to Vue DevTools!
3133

32-
<!-- <a href="https://github.com/vuejs/devtools-next/graphs/contributors">
33-
<img src="https://contrib.rocks/image?repo=vuejs/devtools-next" />
34+
<!-- <a href="https://github.com/vuejs/devtools/graphs/contributors">
35+
<img src="https://contrib.rocks/image?repo=vuejs/devtools" />
3436
</a> -->
3537

3638
## License

docs/.vitepress/components/HomeContributors.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
</h2>
66
</div>
77
<p id="contributors" class="mt-5 text-center">
8-
<a href="https://github.com/vuejs/devtools-next/graphs/contributors">
9-
<img src="https://contrib.rocks/image?repo=vuejs/devtools-next">
8+
<a href="https://github.com/vuejs/devtools/graphs/contributors">
9+
<img src="https://contrib.rocks/image?repo=vuejs/devtools">
1010
</a>
1111
</p>
1212
</template>

docs/.vitepress/config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const PLUGINS: DefaultTheme.NavItemWithLink[] = [
2727
]
2828

2929
// const VERSIONS: DefaultTheme.NavItemWithLink[] = [
30-
// { text: `v${version} (current)`, link: 'https://github.com/vuejs/devtools-next/releases' },
30+
// { text: `v${version} (current)`, link: 'https://github.com/vuejs/devtools/releases' },
3131
// ]
3232

3333
// https://vitepress.dev/reference/site-config
@@ -117,15 +117,15 @@ export default defineConfig({
117117
),
118118

119119
editLink: {
120-
pattern: 'https://github.com/vuejs/devtools-next/edit/main/docs/:path',
120+
pattern: 'https://github.com/vuejs/devtools/edit/main/docs/:path',
121121
text: 'Suggest changes to this page',
122122
},
123123
search: {
124124
provider: 'local',
125125
},
126126

127127
socialLinks: [
128-
{ icon: 'github', link: 'https://github.com/vuejs/devtools-next' },
128+
{ icon: 'github', link: 'https://github.com/vuejs/devtools' },
129129
],
130130

131131
footer: {

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ hero:
1515
link: /getting-started/features
1616
- theme: alt
1717
text: View on GitHub
18-
link: https://github.com/vuejs/devtools-next
18+
link: https://github.com/vuejs/devtools
1919
image:
2020
src: /logo.svg
2121
alt: Vue DevTools

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/devtools-next#readme",
10+
"homepage": "https://github.com/vuejs/devtools#readme",
1111
"repository": {
1212
"type": "git",
13-
"url": "git+https://github.com/vuejs/devtools-next.git"
13+
"url": "git+https://github.com/vuejs/devtools.git"
1414
},
1515
"bugs": {
16-
"url": "https://github.com/vuejs/devtools-next/issues"
16+
"url": "https://github.com/vuejs/devtools/issues"
1717
},
1818
"keywords": [
1919
"vue-devtools",

packages/applet/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/applet",
99
"type": "git",
10-
"url": "git+https://github.com/vuejs/devtools-next.git"
10+
"url": "git+https://github.com/vuejs/devtools.git"
1111
},
1212
"exports": {
1313
".": {

packages/client/src/pages/overview.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,19 +90,19 @@ onUnmounted(() => {
9090
</RouterLink>
9191
</div>
9292
<div flex="~ gap-6 wrap" mt-5 items-center justify-center>
93-
<a href="https://github.com/vuejs/devtools-next" target="_blank" flex="~ gap1" items-center op50 hover="op100 text-blue" transition>
93+
<a href="https://github.com/vuejs/devtools" target="_blank" flex="~ gap1" items-center op50 hover="op100 text-blue" transition>
9494
<div i-carbon-star />
9595
Star on GitHub
9696
</a>
97-
<a href="https://github.com/vuejs/devtools-next/discussions/111" target="_blank" flex="~ gap1" items-center op50 hover="op100 text-yellow" transition>
97+
<a href="https://github.com/vuejs/devtools/discussions/111" target="_blank" flex="~ gap1" items-center op50 hover="op100 text-yellow" transition>
9898
<div i-carbon-data-enrichment />
9999
Ideas & Suggestions
100100
</a>
101-
<a href="https://github.com/vuejs/devtools-next/discussions/112" target="_blank" flex="~ gap1" items-center op50 hover="op100 text-lime" transition>
101+
<a href="https://github.com/vuejs/devtools/discussions/112" target="_blank" flex="~ gap1" items-center op50 hover="op100 text-lime" transition>
102102
<div i-carbon-plan />
103103
Project Roadmap
104104
</a>
105-
<a href="https://github.com/vuejs/devtools-next/issues" target="_blank" flex="~ gap1" items-center op50 hover="op100 text-rose" transition>
105+
<a href="https://github.com/vuejs/devtools/issues" target="_blank" flex="~ gap1" items-center op50 hover="op100 text-rose" transition>
106106
<div i-carbon-debug />
107107
Bug Reports
108108
</a>

packages/core/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/core",
99
"type": "git",
10-
"url": "git+https://github.com/vuejs/devtools-next.git"
10+
"url": "git+https://github.com/vuejs/devtools.git"
1111
},
1212
"exports": {
1313
".": {

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/devtools-next.git"
10+
"url": "git+https://github.com/vuejs/devtools.git"
1111
},
1212
"exports": {
1313
".": {

packages/devtools-kit/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-kit",
99
"type": "git",
10-
"url": "git+https://github.com/vuejs/devtools-next.git"
10+
"url": "git+https://github.com/vuejs/devtools.git"
1111
},
1212
"exports": {
1313
".": {

0 commit comments

Comments
 (0)