File tree Expand file tree Collapse file tree 3 files changed +5
-11
lines changed Expand file tree Collapse file tree 3 files changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,7 @@ a 👍. This helps maintainers prioritize what to work on.
31
31
For questions related to using the library, please visit a support community
32
32
instead of filing an issue on GitHub.
33
33
34
- - [ Spectrum] [ spectrum ]
35
- - [ Reactiflux on Discord] [ reactiflux ]
34
+ - [ Discord] [ discord ]
36
35
- [ Stack Overflow] [ stackoverflow ]
37
36
38
37
<!--
51
50
[ package ] : https://www.npmjs.com/package/react-testing-library
52
51
[ downloads-badge ] : https://img.shields.io/npm/dm/react-testing-library.svg?style=flat-square
53
52
[ 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
56
53
[ license-badge ] : https://img.shields.io/npm/l/react-testing-library.svg?style=flat-square
57
54
[ license ] : https://github.com/testing-library/react-testing-library/blob/master/LICENSE
58
55
[ prs-badge ] : https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
75
72
[ bugs ] : https://github.com/testing-library/react-testing-library/issues?q=is%3Aissue+is%3Aopen+label%3Abug+sort%3Acreated-desc
76
73
[ requests ] : https://github.com/testing-library/react-testing-library/issues?q=is%3Aissue+sort%3Areactions-%2B1-desc+label%3Aenhancement+is%3Aopen
77
74
[ 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
79
76
[ stackoverflow ] : https://stackoverflow.com/questions/tagged/react-testing-library
80
77
81
78
<!-- prettier-ignore-end -->
Original file line number Diff line number Diff line change @@ -55,11 +55,8 @@ class Footer extends React.Component {
55
55
< ExternalLink href = "https://stackoverflow.com/questions/tagged/react-testing-library" >
56
56
Stack Overflow
57
57
</ 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
63
60
</ ExternalLink >
64
61
</ div >
65
62
< div >
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ function Help(props) {
35
35
title : 'Spectrum' ,
36
36
} ,
37
37
{
38
- content : `Chat on [Discord](https://www.reactiflux.com/ )` ,
38
+ content : `Chat on [Discord](https://discord.gg/c6JN9fM )` ,
39
39
title : 'Discord' ,
40
40
} ,
41
41
{
You can’t perform that action at this time.
0 commit comments