Skip to content

Commit f702027

Browse files
author
Eugene Kopich
authored
chore: fix a menu link for 'Vue Test Utils' (#943)
1 parent 1dfd434 commit f702027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/.vuepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ module.exports = {
371371
{
372372
text: 'Vue Test Utils',
373373
link:
374-
'https://next.vue-test-utils.vuejs.org/v2/guide/introduction.html'
374+
'https://next.vue-test-utils.vuejs.org/guide/'
375375
},
376376
{
377377
text: 'Devtools',

0 commit comments

Comments
 (0)