Skip to content

Commit

Permalink
Chore: Replace the link to the online demo. (#1571)
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Jul 16, 2021
1 parent c5b8131 commit 738132c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,10 @@ module.exports = {
{ text: 'User Guide', link: '/user-guide/' },
{ text: 'Developer Guide', link: '/developer-guide/' },
{ text: 'Rules', link: '/rules/' },
{ text: 'Demo', link: 'https://mysticatea.github.io/vue-eslint-demo' }
{
text: 'Demo',
link: 'https://ota-meshi.github.io/eslint-plugin-vue-demo/'
}
],

sidebar: {
Expand Down

0 comments on commit 738132c

Please sign in to comment.