Skip to content

Commit 816cd2a

Browse files
MarkPieszakaddyosmani
authored andcommitted
bug(gitter): remove deprecated gitter link for community chat (#75)
* bug(chat): remove gitter chat link - update to community chat Changed to remove deprecated gitter and point to: http://chat.vuejs.org/ * Update Hello.vue
1 parent fd3c608 commit 816cd2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/src/components/Hello.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<ul>
66
<li><a href="https://vuejs.org" target="_blank" rel="noopener">Core Docs</a></li>
77
<li><a href="https://forum.vuejs.org" target="_blank" rel="noopener">Forum</a></li>
8-
<li><a href="https://gitter.im/vuejs/vue" target="_blank" rel="noopener">Gitter Chat</a></li>
8+
<li><a href="http://chat.vuejs.org/" target="_blank" rel="noopener">Vue Community Chat</a></li>
99
<li><a href="https://twitter.com/vuejs" target="_blank" rel="noopener">Twitter</a></li>
1010
<li><a href="http://vuejs-templates.github.io/webpack/" target="_blank" rel="noopener">Docs for This Template</a></li>
1111
</ul>

0 commit comments

Comments
 (0)