Skip to content

Commit

Permalink
mention official discord chat instead of gitter.
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusBorg committed Nov 22, 2017
1 parent 9e7aab4 commit 2fcf1a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions template/index.html
Expand Up @@ -17,8 +17,8 @@ <h1>\{{ greeting }}</h1>
</li>
<li>
For live help with simple questions, check out
<a :href="gitterURL" target="_blank">
the Gitter chat
<a :href="discordURL" target="_blank">
the Discord chat
</a>
</li>
<li>
Expand All @@ -36,7 +36,7 @@ <h1>\{{ greeting }}</h1>
data: {
greeting: 'Welcome to your Vue.js app!',
docsURL: 'http://vuejs.org/guide/',
gitterURL: 'https://gitter.im/vuejs/vue',
discordURL: 'https://chat.vuejs.org',
forumURL: 'http://forum.vuejs.org/'
},
methods: {

This comment has been minimized.

Copy link
@budrow1
Expand Down

0 comments on commit 2fcf1a5

Please sign in to comment.