Skip to content

Commit 351ce1a

Browse files
author
Kent C. Dodds
committed
fix spectrum links
1 parent a3e3a6a commit 351ce1a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Links:
5252
[downloads-badge]: https://img.shields.io/npm/dm/react-testing-library.svg?style=flat-square
5353
[npmtrends]: http://www.npmtrends.com/react-testing-library
5454
[spectrum-badge]: https://withspectrum.github.io/badge/badge.svg
55-
[spectrum]: https://spectrum.chat/react-testing-library
55+
[spectrum]: https://spectrum.chat/testing-library
5656
[license-badge]: https://img.shields.io/npm/l/react-testing-library.svg?style=flat-square
5757
[license]: https://github.com/kentcdodds/react-testing-library/blob/master/LICENSE
5858
[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square

website/core/Footer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class Footer extends React.Component {
5858
<ExternalLink href="https://www.reactiflux.com/">
5959
Reactiflux on Discord
6060
</ExternalLink>
61-
<ExternalLink href="https://spectrum.chat/react-testing-library">
61+
<ExternalLink href="https://spectrum.chat/testing-library">
6262
Spectrum
6363
</ExternalLink>
6464
</div>

website/pages/en/help.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function Help(props) {
3131
},
3232
{
3333
content:
34-
'Discuss issues with community members on [Spectrum](https://spectrum.chat/react-testing-library)',
34+
'Discuss issues with community members on [Spectrum](https://spectrum.chat/testing-library)',
3535
title: 'Spectrum',
3636
},
3737
{

0 commit comments

Comments
 (0)