Skip to content

Commit aee3f51

Browse files
authored
docs: fix edit links (vuejs#1521)
- 'next' points to non-existent location, 404 error on Github. - 'main' should be what you're looking for here.
1 parent 7935dc3 commit aee3f51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/.vitepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = {
1111
repo: 'vuejs/vue-devtools',
1212
logo: '/logo-header.svg',
1313
docsDir: 'docs',
14-
docsBranch: 'next',
14+
docsBranch: 'main',
1515
editLinks: true,
1616
editLinkText: 'Suggest changes to this page',
1717

0 commit comments

Comments
 (0)