Skip to content

Commit 2fcf1a5

Browse files
authored
mention official discord chat instead of gitter.
1 parent 9e7aab4 commit 2fcf1a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

template/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ <h1>\{{ greeting }}</h1>
1717
</li>
1818
<li>
1919
For live help with simple questions, check out
20-
<a :href="gitterURL" target="_blank">
21-
the Gitter chat
20+
<a :href="discordURL" target="_blank">
21+
the Discord chat
2222
</a>
2323
</li>
2424
<li>
@@ -36,7 +36,7 @@ <h1>\{{ greeting }}</h1>
3636
data: {
3737
greeting: 'Welcome to your Vue.js app!',
3838
docsURL: 'http://vuejs.org/guide/',
39-
gitterURL: 'https://gitter.im/vuejs/vue',
39+
discordURL: 'https://chat.vuejs.org',
4040
forumURL: 'http://forum.vuejs.org/'
4141
},
4242
methods: {

0 commit comments

Comments
 (0)