Skip to content

Commit 738132c

Browse files
authored
Chore: Replace the link to the online demo. (#1571)
1 parent c5b8131 commit 738132c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/.vuepress/config.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,10 @@ module.exports = {
155155
{ text: 'User Guide', link: '/user-guide/' },
156156
{ text: 'Developer Guide', link: '/developer-guide/' },
157157
{ text: 'Rules', link: '/rules/' },
158-
{ text: 'Demo', link: 'https://mysticatea.github.io/vue-eslint-demo' }
158+
{
159+
text: 'Demo',
160+
link: 'https://ota-meshi.github.io/eslint-plugin-vue-demo/'
161+
}
159162
],
160163

161164
sidebar: {

0 commit comments

Comments
 (0)