Skip to content

Commit 2748114

Browse files
authored
docs: Fix urls to test-utils v2 (#2019)
1 parent b9c4870 commit 2748114

File tree

5 files changed

+14
-15
lines changed

5 files changed

+14
-15
lines changed

docs/.vuepress/config.js

+10-11
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ module.exports = {
5959
link: '/guides/',
6060
items: [
6161
{
62-
text: '2.x-beta',
63-
link: 'https://next.vue-test-utils.vuejs.org/guide/'
62+
text: 'v2 (Vue.js 3)',
63+
link: 'https://test-utils.vuejs.org/'
6464
}
6565
]
6666
},
@@ -94,8 +94,8 @@ module.exports = {
9494
link: '/zh/guides/',
9595
items: [
9696
{
97-
text: '2.x-beta',
98-
link: 'https://next.vue-test-utils.vuejs.org/guide/'
97+
text: 'v2 (Vue.js 3)',
98+
link: 'https://test-utils.vuejs.org/'
9999
}
100100
]
101101
}
@@ -125,8 +125,8 @@ module.exports = {
125125
link: '/ja/guides/',
126126
items: [
127127
{
128-
text: '2.x-beta',
129-
link: 'https://next.vue-test-utils.vuejs.org/guide/'
128+
text: 'v2 (Vue.js 3)',
129+
link: 'https://test-utils.vuejs.org/'
130130
}
131131
]
132132
}
@@ -156,8 +156,8 @@ module.exports = {
156156
link: '/ru/guides/',
157157
items: [
158158
{
159-
text: '2.x-beta',
160-
link: 'https://next.vue-test-utils.vuejs.org/guide/'
159+
text: 'v2 (Vue.js 3)',
160+
link: 'https://test-utils.vuejs.org/'
161161
}
162162
]
163163
}
@@ -187,9 +187,8 @@ module.exports = {
187187
link: '/fr/guides/',
188188
items: [
189189
{
190-
text: '2.x-beta',
191-
link:
192-
'https://vuejs.github.io/vue-test-utils-next-docs/guide/introduction.html'
190+
text: 'v2 (Vue.js 3)',
191+
link: 'https://test-utils.vuejs.org/'
193192
}
194193
]
195194
}

docs/.vuepress/theme/Layout.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<p>
1111
To read docs for Vue Test Utils for Vue 3,
1212
<a
13-
href="https://next.vue-test-utils.vuejs.org/guide/"
13+
href="https://test-utils.vuejs.org/"
1414
v-text="'click here'"
1515
/>.
1616
</p>

docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This is the documentation for Vue Test Utils v1, which targets Vue 2 and earlier
77
In short:
88

99
- [Vue Test Utils 1](https://github.com/vuejs/vue-test-utils/) targets [Vue 2](https://github.com/vuejs/vue/).
10-
- [Vue Test Utils 2](https://github.com/vuejs/vue-test-utils-next/) targets [Vue 3](https://github.com/vuejs/vue-next/).
10+
- [Vue Test Utils 2](https://github.com/vuejs/test-utils) targets [Vue 3](https://github.com/vuejs/core).
1111

1212
<div class="vueschool"><a href="https://vueschool.io/courses/learn-how-to-test-vuejs-components?friend=vuejs" target="_blank" rel="sponsored noopener" title="Learn how to use Vue Test Utils to test Vue.js Components with Vue School">Learn how to test Vue.js components with Vue School</a></div>
1313

docs/fr/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Voici la documentation de Vue Test Utils v1, qui vise Vue 2 et les versions ant
77
En bref :
88

99
- [Vue Test Utils 1](https://github.com/vuejs/vue-test-utils/) ciblant [Vue 2](https://github.com/vuejs/vue/).
10-
- [Vue Test Utils 2](https://github.com/vuejs/vue-test-utils-next/) ciblant [Vue 3](https://github.com/vuejs/vue-next/).
10+
- [Vue Test Utils 2](https://github.com/vuejs/test-utils) ciblant [Vue 3](https://github.com/vuejs/core).
1111

1212
<div class="vueschool"><a href="https://vueschool.io/courses/learn-how-to-test-vuejs-components?friend=vuejs" target="_blank" rel="sponsored noopener" title="Learn how to use Vue Test Utils to test Vue.js Components with Vue School">Apprenez comment tester les composants de Vue.js avec Vue School</a></div>
1313

docs/zh/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# 介绍
22

33
::: warning
4-
本文档基于 Vue2.x,新版本文档请移步至[这里](https://next.vue-test-utils.vuejs.org/guide/)
4+
本文档基于 Vue2.x,新版本文档请移步至[这里](https://test-utils.vuejs.org/)
55
:::
66

77
Vue Test Utils 是 Vue.js 官方的单元测试实用工具库。

0 commit comments

Comments
 (0)