From 4b0dc5ed7225d38ac21aeb6689e2da50a39807e8 Mon Sep 17 00:00:00 2001
From: Ctibor Laky <luckylooke@gmail.com>
Date: Mon, 12 Sep 2022 20:37:47 +0200
Subject: [PATCH] docs: fixes url of link to Vue3 version

---
 docs/.vuepress/theme/Layout.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/.vuepress/theme/Layout.vue b/docs/.vuepress/theme/Layout.vue
index b61309914..5e1811726 100644
--- a/docs/.vuepress/theme/Layout.vue
+++ b/docs/.vuepress/theme/Layout.vue
@@ -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>