Skip to content

Commit cf7493e

Browse files
authored
docs: Link to new Discord (#717)
* Link to new Discord * Delete Spectrum link * docs: Fix more Discord links * docs: Delete more Spectrum links * docs: Add Discord badge
1 parent c7a14c0 commit cf7493e

File tree

3 files changed

+7
-12
lines changed

3 files changed

+7
-12
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,8 @@ Thanks for your interest in the project. We appreciate bugs filed and PRs submit
2222
For questions related to using the library, please visit a support community
2323
instead of filing an issue on GitHub. You can follow the instructions in this
2424
codesandbox to make a reproduction of your issue: https://kcd.im/rtl-help
25-
* React Spectrum
26-
https://spectrum.chat/testing-library
27-
* Reactiflux on Discord
28-
https://www.reactiflux.com
25+
* Discord
26+
https://discord.gg/c6JN9fM
2927
* Stack Overflow
3028
https://stackoverflow.com/questions/tagged/react-testing-library
3129

.github/ISSUE_TEMPLATE/Question.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ For questions related to using the library, please visit a support community
1616
instead of filing an issue on GitHub. You can follow the instructions in this
1717
codesandbox to make a reproduction of your issue: https://kcd.im/rtl-help
1818

19-
- React Spectrum https://spectrum.chat/react-testing-library
20-
- Reactiflux on Discord https://www.reactiflux.com
19+
- Discord https://discord.gg/c6JN9fM
2120
- Stack Overflow
2221
https://stackoverflow.com/questions/tagged/react-testing-library
2322
- Documentation: https://github.com/testing-library/testing-library-docs

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ practices.</p>
3131

3232
[![All Contributors](https://img.shields.io/badge/all_contributors-102-orange.svg?style=flat-square)](#contributors)
3333
[![PRs Welcome][prs-badge]][prs] [![Code of Conduct][coc-badge]][coc]
34-
[![Join the community on Spectrum][spectrum-badge]][spectrum]
34+
[![Discord][discord-badge]][discord]
3535

3636
[![Watch on GitHub][github-watch-badge]][github-watch]
3737
[![Star on GitHub][github-star-badge]][github-star]
@@ -428,8 +428,7 @@ a 👍. This helps maintainers prioritize what to work on.
428428
For questions related to using the library, please visit a support community
429429
instead of filing an issue on GitHub.
430430
431-
- [Spectrum][spectrum]
432-
- [Reactiflux on Discord][reactiflux]
431+
- [Discord][discord]
433432
- [Stack Overflow][stackoverflow]
434433
435434
## Contributors
@@ -615,8 +614,6 @@ Contributions of any kind welcome!
615614
[package]: https://www.npmjs.com/package/@testing-library/react
616615
[downloads-badge]: https://img.shields.io/npm/dm/@testing-library/react.svg?style=flat-square
617616
[npmtrends]: http://www.npmtrends.com/@testing-library/react
618-
[spectrum-badge]: https://withspectrum.github.io/badge/badge.svg
619-
[spectrum]: https://spectrum.chat/testing-library
620617
[license-badge]: https://img.shields.io/npm/l/@testing-library/react.svg?style=flat-square
621618
[license]: https://github.com/testing-library/react-testing-library/blob/master/LICENSE
622619
[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
@@ -635,7 +632,8 @@ Contributions of any kind welcome!
635632
[bugs]: https://github.com/testing-library/react-testing-library/issues?q=is%3Aissue+is%3Aopen+label%3Abug+sort%3Acreated-desc
636633
[requests]: https://github.com/testing-library/react-testing-library/issues?q=is%3Aissue+sort%3Areactions-%2B1-desc+label%3Aenhancement+is%3Aopen
637634
[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"+
638-
[reactiflux]: https://www.reactiflux.com/
635+
[discord-badge]: https://img.shields.io/discord/723559267868737556.svg?color=7389D8&labelColor=6A7EC2&logo=discord&logoColor=ffffff&style=flat-square
636+
[discord]: https://discord.gg/c6JN9fM
639637
[stackoverflow]: https://stackoverflow.com/questions/tagged/react-testing-library
640638
[react-hooks-testing-library]: https://github.com/testing-library/react-hooks-testing-library
641639

0 commit comments

Comments
 (0)