Skip to content

Commit 15576d3

Browse files
authored
Update links to Reactiflux (#10180)
1 parent 852819a commit 15576d3

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

.github/ISSUE_TEMPLATE/question.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: 💬 Questions / Help
33
label: ':speech_balloon: Question'
4-
about: If you have questions, please check our Discord or StackOverflow
4+
about: If you have questions, please check Reactiflux or StackOverflow
55
---
66

77
<!-- Love Jest? Please consider supporting our collective: 👉 https://opencollective.com/jest/donate -->
@@ -13,5 +13,5 @@ about: If you have questions, please check our Discord or StackOverflow
1313
For questions or help please see:
1414

1515
- [The Jest help page](https://jestjs.io/en/help.html)
16-
- [Our discord channel in Reactiflux](https://discord.gg/MWRhKCj)
16+
- [Our `#testing` channel in Reactiflux](https://www.reactiflux.com/)
1717
- The [jestjs](https://stackoverflow.com/questions/tagged/jestjs) tag on [StackOverflow](https://stackoverflow.com/questions/ask)

.github/SUPPORT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Please note this issue tracker is not a help forum. We recommend using [StackOverflow](https://stackoverflow.com/questions/tagged/jest) or our [discord channel](https://discord.gg/MWRhKCj) for questions.
1+
Please note this issue tracker is not a help forum. We recommend using [StackOverflow](https://stackoverflow.com/questions/tagged/jest) or [Reactiflux](https://www.reactiflux.com/) for questions.
22

33
<!-- Love Jest? Please consider supporting our collective: 👉 https://opencollective.com/jest/donate -->

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ Facebook has a [bounty program](https://www.facebook.com/whitehat/) for the safe
211211

212212
## How to Get in Touch
213213

214-
- Discord - [#jest](https://discord.gg/MWRhKCj) on [Reactiflux](http://www.reactiflux.com/)
214+
`#testing` on [Reactiflux](https://www.reactiflux.com/)
215215

216216
## Code Conventions
217217

docs/MoreResources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ You will find a number of example test cases in the [`examples`](https://github.
1919

2020
## Join the community
2121

22-
Ask questions and find answers from other Jest users like you. [Reactiflux](http://www.reactiflux.com/) is a Discord chat where a lot of Jest discussion happens. Check out the [#jest](https://discord.gg/MWRhKCj) channel.
22+
Ask questions and find answers from other Jest users like you. [Reactiflux](https://www.reactiflux.com/) is a Discord chat where a lot of Jest discussion happens. Check out the `#testing` channel.
2323

2424
Follow the [Jest Twitter account](https://twitter.com/fbjest) and [blog](/blog/) to find out what's happening in the world of Jest.

website/blog/2017-05-06-jest-20-delightful-testing-multi-project-runner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@ Recently the Jest core team and other contributors started to talk more about Je
8787
- Rogelio Guzman did a talk about [Jest Snapshots and Beyond](https://www.youtube.com/watch?time_continue=416&v=HAuXJVI_bUs) at React Conf.
8888
- I spoke about [Building High-Quality JavaScript Tools](https://developers.facebook.com/videos/f8-2017/building-high-quality-javascript-tools/) at Facebook's F8 conference.
8989

90-
_As always, this release couldn't have been possible without you, the JavaScript community. We are incredibly grateful that we get the opportunity to work on improving JavaScript testing together. If you'd like to contribute to Jest, please don't hesitate to reach out to us on [GitHub](https://github.com/facebook/jest) or on [Discord](https://discord.gg/MWRhKCj)._
90+
_As always, this release couldn't have been possible without you, the JavaScript community. We are incredibly grateful that we get the opportunity to work on improving JavaScript testing together. If you'd like to contribute to Jest, please don't hesitate to reach out to us on [GitHub](https://github.com/facebook/jest) or on [Discord](https://www.reactiflux.com/)._

website/blog/2018-05-29-jest-23-blazing-fast-delightful-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,4 @@ Full talk is available [here](https://www.youtube.com/watch?v=cAKYQpTC7MA).
130130

131131
The turnout was amazing, and we were able to meet a lot of the London-based community in person. Thank you to everyone who joined us and for your continued support! Stay tuned for our next post which will outline the Jest Open Collective and the plans we have for the future.
132132

133-
_As always, this release couldn't have been possible without you, the JavaScript community. We are incredibly grateful that we get the opportunity to work on improving JavaScript testing together. If you'd like to contribute to Jest, please don't hesitate to reach out to us on_ _[GitHub](https://github.com/facebook/jest) or on_ _[Discord](https://discord.gg/MWRhKCj)._
133+
_As always, this release couldn't have been possible without you, the JavaScript community. We are incredibly grateful that we get the opportunity to work on improving JavaScript testing together. If you'd like to contribute to Jest, please don't hesitate to reach out to us on_ _[GitHub](https://github.com/facebook/jest) or on_ _[Discord](https://www.reactiflux.com/)._

website/core/Footer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class Footer extends React.Component {
6262
>
6363
Stack Overflow
6464
</a>
65-
<a href="https://discord.gg/MWRhKCj">Jest Chat</a>
65+
<a href="https://www.reactiflux.com/">Reactiflux</a>
6666
<a href="https://twitter.com/fbjest" target="_blank">
6767
Twitter
6868
</a>

website/pages/en/help.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ class Help extends React.Component {
3333
content: (
3434
<translate>
3535
Ask questions and find answers from other Jest users like you.\n\n-
36-
Join the [#jest](https://discord.gg/MWRhKCj) channel on
37-
[Reactiflux](http://www.reactiflux.com/), a Discord community.\n-
36+
Join the `#testing` channel on
37+
[Reactiflux](https://www.reactiflux.com/), a Discord community.\n-
3838
Many members of the community use Stack Overflow. Read through the
3939
[existing
4040
questions](https://stackoverflow.com/questions/tagged/jestjs) tagged

website/versioned_docs/version-22.x/MoreResources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ You will find a number of example test cases in the [`examples`](https://github.
2020

2121
## Join the community
2222

23-
Ask questions and find answers from other Jest users like you. [Reactiflux](http://www.reactiflux.com/) is a Discord chat where a lot of Jest discussion happens. Check out the [#jest](https://discordapp.com/channels/102860784329052160/103622435865104384) channel.
23+
Ask questions and find answers from other Jest users like you. [Reactiflux](https://www.reactiflux.com/) is a Discord chat where a lot of Jest discussion happens. Check out the `#testing` channel.
2424

2525
Follow the [Jest Twitter account](https://twitter.com/fbjest) and [blog](/blog/) to find out what's happening in the world of Jest.

website/versioned_docs/version-23.x/MoreResources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ You will find a number of example test cases in the [`examples`](https://github.
2020

2121
## Join the community
2222

23-
Ask questions and find answers from other Jest users like you. [Reactiflux](http://www.reactiflux.com/) is a Discord chat where a lot of Jest discussion happens. Check out the [#jest](https://discord.gg/MWRhKCj) channel.
23+
Ask questions and find answers from other Jest users like you. [Reactiflux](https://www.reactiflux.com/) is a Discord chat where a lot of Jest discussion happens. Check out the `#testing` channel.
2424

2525
Follow the [Jest Twitter account](https://twitter.com/fbjest) and [blog](/blog/) to find out what's happening in the world of Jest.

0 commit comments

Comments
 (0)