Skip to content

docs: Fix urls to test-utils v2 #2019

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 31, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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