Skip to content

Commit

Permalink
docs: Fix urls to test-utils v2
Browse files Browse the repository at this point in the history
  • Loading branch information
freakzlike committed Oct 22, 2022
1 parent c6d28ef commit aa66b29
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 15 deletions.
21 changes: 10 additions & 11 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ module.exports = {
link: '/guides/',
items: [
{
text: '2.x-beta',
link: 'https://next.vue-test-utils.vuejs.org/guide/'
text: 'v2 (Vue.js 3)',
link: 'https://test-utils.vuejs.org/'
}
]
},
Expand Down Expand Up @@ -94,8 +94,8 @@ module.exports = {
link: '/zh/guides/',
items: [
{
text: '2.x-beta',
link: 'https://next.vue-test-utils.vuejs.org/guide/'
text: 'v2 (Vue.js 3)',
link: 'https://test-utils.vuejs.org/'
}
]
}
Expand Down Expand Up @@ -125,8 +125,8 @@ module.exports = {
link: '/ja/guides/',
items: [
{
text: '2.x-beta',
link: 'https://next.vue-test-utils.vuejs.org/guide/'
text: 'v2 (Vue.js 3)',
link: 'https://test-utils.vuejs.org/'
}
]
}
Expand Down Expand Up @@ -156,8 +156,8 @@ module.exports = {
link: '/ru/guides/',
items: [
{
text: '2.x-beta',
link: 'https://next.vue-test-utils.vuejs.org/guide/'
text: 'v2 (Vue.js 3)',
link: 'https://test-utils.vuejs.org/'
}
]
}
Expand Down Expand Up @@ -187,9 +187,8 @@ module.exports = {
link: '/fr/guides/',
items: [
{
text: '2.x-beta',
link:
'https://vuejs.github.io/vue-test-utils-next-docs/guide/introduction.html'
text: 'v2 (Vue.js 3)',
link: 'https://test-utils.vuejs.org/'
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion docs/.vuepress/theme/Layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<p>
To read docs for Vue Test Utils for Vue 3,
<a
href="https://next.vue-test-utils.vuejs.org/guide/"
href="https://test-utils.vuejs.org/"
v-text="'click here'"
/>.
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This is the documentation for Vue Test Utils v1, which targets Vue 2 and earlier
In short:

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

<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>

Expand Down
2 changes: 1 addition & 1 deletion docs/fr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Voici la documentation de Vue Test Utils v1, qui vise Vue 2 et les versions ant
En bref :

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

<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>

Expand Down
2 changes: 1 addition & 1 deletion docs/zh/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 介绍

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

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

0 comments on commit aa66b29

Please sign in to comment.