Skip to content

Commit 776f44d

Browse files
blimmersivakumar-kailasam
authored andcommitted
Refer to Discord vs. Slack
Fixes #85
1 parent 06ebeb1 commit 776f44d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

addon/templates/components/es-footer.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
<a href="https://github.com/emberjs/ember.js" title="GitHub">
2626
{{svg-jar "github-logo"}}
2727
</a>
28-
<a href="https://ember-community-slackin.herokuapp.com/" title="Slack">
29-
{{svg-jar "slack-logo"}}
28+
<a href="https://discordapp.com/invite/zT3asNS" title="Discord">
29+
{{svg-jar "discord-logo"}}
3030
</a>
3131
</div>
3232
</div>

public/images/icons/discord-logo.svg

Lines changed: 1 addition & 0 deletions
Loading

public/images/icons/slack-logo.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/dummy/app/templates/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<section class='max-w-md mx-auto pb-8'>
1111
<h2 class='flex items-center docs-h2'> Motivation </h2>
1212

13-
This addon is intended to be the guide for the ember-styleguide and glimmer-styleguide components. Feedback is welcome in the team-learning channel of the <a href="https://ember-community-slackin.herokuapp.com" target="_blank">Ember Community Slack chat</a>.
13+
This addon is intended to be the guide for the ember-styleguide and glimmer-styleguide components. Feedback is welcome in the team-learning channel of the <a href="https://discordapp.com/invite/zT3asNS" target="_blank">Ember Community Discord chat</a>.
1414

1515

1616
<h2 class='flex items-center docs-h2'> Installation </h2>

0 commit comments

Comments
 (0)