From f308e167c70bd57b55fd9707079b28e3f18bba5a Mon Sep 17 00:00:00 2001 From: Andrei <12499409+andreiTn@users.noreply.github.com> Date: Sun, 7 Feb 2021 18:15:03 +0000 Subject: [PATCH] docs: update vue test utils link --- src/.vuepress/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.vuepress/config.js b/src/.vuepress/config.js index 496fc7014d..6ed9cc426a 100644 --- a/src/.vuepress/config.js +++ b/src/.vuepress/config.js @@ -363,7 +363,7 @@ module.exports = { { text: 'Vue Test Utils', link: - 'https://vuejs.github.io/vue-test-utils-next-docs/guide/introduction.html' + 'https://next.vue-test-utils.vuejs.org/v2/guide/introduction.html' }, { text: 'Devtools',