Skip to content

Commit a21702b

Browse files
authored
docs: Link to new Discord (#507)
* Link to new Discord * Remove some Spectrum links
1 parent 6ca4567 commit a21702b

File tree

3 files changed

+5
-11
lines changed

3 files changed

+5
-11
lines changed

docs/contributing.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ a 👍. This helps maintainers prioritize what to work on.
3131
For questions related to using the library, please visit a support community
3232
instead of filing an issue on GitHub.
3333

34-
- [Spectrum][spectrum]
35-
- [Reactiflux on Discord][reactiflux]
34+
- [Discord][discord]
3635
- [Stack Overflow][stackoverflow]
3736

3837
<!--
@@ -51,8 +50,6 @@ Links:
5150
[package]: https://www.npmjs.com/package/react-testing-library
5251
[downloads-badge]: https://img.shields.io/npm/dm/react-testing-library.svg?style=flat-square
5352
[npmtrends]: http://www.npmtrends.com/react-testing-library
54-
[spectrum-badge]: https://withspectrum.github.io/badge/badge.svg
55-
[spectrum]: https://spectrum.chat/testing-library
5653
[license-badge]: https://img.shields.io/npm/l/react-testing-library.svg?style=flat-square
5754
[license]: https://github.com/testing-library/react-testing-library/blob/master/LICENSE
5855
[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
@@ -75,7 +72,7 @@ Links:
7572
[bugs]: https://github.com/testing-library/react-testing-library/issues?q=is%3Aissue+is%3Aopen+label%3Abug+sort%3Acreated-desc
7673
[requests]: https://github.com/testing-library/react-testing-library/issues?q=is%3Aissue+sort%3Areactions-%2B1-desc+label%3Aenhancement+is%3Aopen
7774
[good-first-issue]: https://github.com/testing-library/react-testing-library/issues?utf8=✓&q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc+label%3A"good+first+issue"+
78-
[reactiflux]: https://www.reactiflux.com/
75+
[discord]: https://discord.gg/c6JN9fM
7976
[stackoverflow]: https://stackoverflow.com/questions/tagged/react-testing-library
8077

8178
<!-- prettier-ignore-end -->

website/core/Footer.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,8 @@ class Footer extends React.Component {
5555
<ExternalLink href="https://stackoverflow.com/questions/tagged/react-testing-library">
5656
Stack Overflow
5757
</ExternalLink>
58-
<ExternalLink href="https://www.reactiflux.com/">
59-
Reactiflux on Discord
60-
</ExternalLink>
61-
<ExternalLink href="https://spectrum.chat/testing-library">
62-
Spectrum
58+
<ExternalLink href="https://discord.gg/c6JN9fM">
59+
Discord
6360
</ExternalLink>
6461
</div>
6562
<div>

website/pages/en/help.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function Help(props) {
3535
title: 'Spectrum',
3636
},
3737
{
38-
content: `Chat on [Discord](https://www.reactiflux.com/)`,
38+
content: `Chat on [Discord](https://discord.gg/c6JN9fM)`,
3939
title: 'Discord',
4040
},
4141
{

0 commit comments

Comments
 (0)