Browse Source

mention official discord chat instead of gitter.

master
Thorsten Lünborg 8 years ago
committed by GitHub
parent
commit
2fcf1a50b3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      template/index.html

6
template/index.html

@ -17,8 +17,8 @@
</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>
@ -36,7 +36,7 @@
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: {

Loading…
Cancel
Save