Skip to content

Commit dce6242

Browse files
authored
Merge pull request #312 from ibraheem4/ibraheem4/update-slack-to-discord
Update Slack to Discord
2 parents 30cb5ed + 6812d50 commit dce6242

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ import { task } from 'ember-concurrency';
696696

697697
You'll see an error, because there aren't yet type definitions for it. You may see the same with some addons as well. **These won't stop the build from working;** they just mean TypeScript doesn't know where to find those.
698698

699-
Writing these missing type definitions is a great way to pitch in! Jump in \#topic-typescript on the [Ember Slack][Slack] and we'll be happy to help you.
699+
Writing these missing type definitions is a great way to pitch in! Jump in `#e-typescript` on the [Ember Community Discord server](https://discord.gg/zT3asNS) and we'll be happy to help you.
700700

701701
### Type safety when invoking actions
702702

known-typings.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ course find many other modules with their own typings out there.)
55

66
Don't see an addon you use listed here? You might be the one to write them! Check
77
out [this blog post] or [this quest issue] for tips on how to do it, and feel free
8-
to ask for help in the [Ember Community Slack] ([get an invite]).
8+
to ask for help in the `#e-typescript` channel on the [Ember Community Discord server].
99

1010
[this blog post]: http://www.chriskrycho.com/2017/typing-your-ember-part-5.html
1111
[this quest issue]: https://github.com/typed-ember/ember-typings/issues/14
12-
[ember community slack]: https://embercommunity.slack.com/
13-
[get an invite]: https://ember-community-slackin.herokuapp.com/
12+
[Ember Community Discord server]: https://discord.gg/zT3asNS
1413

1514
## Integrated in the addon
1615

0 commit comments

Comments
 (0)