8000 docs: fixes url of link to Vue3 version · vuejs/vue-test-utils@4b0dc5e · GitHub
[go: up one dir, main page]

Skip to content

Commit 4b0dc5e

Browse files
authored
docs: fixes url of link to Vue3 version
1 parent c6d28ef commit 4b0dc5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vuepress/theme/Layout.vue

Lines changed: 1 addition & 1 deletion
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>

0 commit comments

Comments
 (0)
0