Skip to content

Commit 8403030

Browse files
fix: Fixes #14146 Twitter Navigation URL (#14154)
* fix: Fixes #14146 Twitter Navigation URL * Ran prettier over the changed files
1 parent 299ab5c commit 8403030

18 files changed

+21
-21
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<a href="https://github.com/facebook/jest/blob/main/LICENSE">
66
<img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="Jest is released under the MIT license." />
77
</a>
8-
<a href="https://twitter.com/intent/follow?screen_name=fbjest">
9-
<img src="https://img.shields.io/twitter/follow/fbjest.svg?style=social&label=Follow%20@fbjest" alt="Follow on Twitter" />
8+
<a href="https://twitter.com/intent/follow?screen_name=jestjs_">
9+
<img src="https://img.shields.io/twitter/follow/jestjs_.svg?style=social&label=Follow%20@jestjs_" alt="Follow on Twitter" />
1010
</a>
1111
</p>
1212
<p align="center">

docs/MoreResources.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ You will find a number of example test cases in the [`examples`](https://github.
2121

2222
Ask questions and find answers from other Jest users like you. [Reactiflux](https://discord.gg/j6FKKQQrW9) is a Discord chat where a lot of Jest discussion happens. Check out the `#testing` channel.
2323

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

website/blog/2017-01-30-a-great-developer-experience.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ As highlighted [last month](/blog/2016/12/15/2016-in-jest), it is now possible t
4747

4848
## Get involved
4949

50-
This is just the start. Go ahead and take a look at the docs, and don't hesitate to send any feedback our way. If you find a mistake in the docs or you just want to let us know what needs to be documented better, please tweet at us at [@fbjest](https://twitter.com/fbjest), [open an issue on GitHub](https://github.com/facebook/jest/issues), or send us a PR by clicking "Edit on GitHub" at the top of the doc.
50+
This is just the start. Go ahead and take a look at the docs, and don't hesitate to send any feedback our way. If you find a mistake in the docs or you just want to let us know what needs to be documented better, please tweet at us at [@jestjs\_](https://twitter.com/jestjs_), [open an issue on GitHub](https://github.com/facebook/jest/issues), or send us a PR by clicking "Edit on GitHub" at the top of the doc.
5151

5252
We're really excited for the year ahead and can't wait to hear from you!

website/blog/2017-02-21-jest-19-immersive-watch-mode-test-platform-improvements.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ The homepage was completely redesigned to be more descriptive of what Jest is ab
129129
## Community Updates
130130

131131
- We really loved this talk: “[Introduction to Jest](https://www.youtube.com/watch?v=tvy0bSgwtTo)“ by Vas Boroviak.
132-
- Follow [@fbjest on Twitter](http://twitter.com/fbjest).
132+
- Follow [@jestjs\_ on Twitter](http://twitter.com/jestjs_).
133133
- The Jest Core team syncs once a week to discuss current and future issues. If you'd like to work on Jest, let us know, submit a few pull requests and join our weekly team meetings.
134134
- The awesome engineers at Artsy wrote [about Jest as part of their 2017 frontend stack](http://artsy.github.io/blog/2017/02/05/Front-end-JavaScript-at-Artsy-2017/).
135135
- Stephen Scott wrote a detailed article about [testing React components](https://medium.freecodecamp.com/the-right-way-to-test-react-components-548a4736ab22) in which he weighs the pros and cons of different approaches.

website/blog/2018-06-27-supporting-jest-open-source.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ To achieve that goal, we will use the funds to:
6262
- Print and distribute swag
6363
- Develop and fund a bug bounty program (TBD)
6464

65-
This is just the beginning and we're committed to getting this right. If you have ideas on how else we can support the community, or feedback on the structure of the collective, please reach out to us on [twitter](https://twitter.com/fbjest)!
65+
This is just the beginning and we're committed to getting this right. If you have ideas on how else we can support the community, or feedback on the structure of the collective, please reach out to us on [twitter](https://twitter.com/jestjs_)!
6666

6767
## Thank You
6868

website/docusaurus.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ const config = {
259259
},
260260
{
261261
label: 'Twitter',
262-
href: 'https://twitter.com/fbjest',
262+
href: 'https://twitter.com/jestjs_',
263263
},
264264
],
265265
},
@@ -276,7 +276,7 @@ const config = {
276276
},
277277
{
278278
label: 'Twitter',
279-
href: 'https://twitter.com/fbjest',
279+
href: 'https://twitter.com/jestjs_',
280280
},
281281
],
282282
},

website/src/pages/help.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class Help extends React.Component {
4343
content: (
4444
<Translate>
4545
{`Find out what's new with Jest.
46-
- Follow [Jest](https://twitter.com/fbjest) on Twitter.
46+
- Follow [Jest](https://twitter.com/jestjs_) on Twitter.
4747
- Subscribe to the [Jest blog](/blog/).
4848
- Look at the [changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md).`}
4949
</Translate>

website/src/pages/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ import GitHubButton from 'react-github-btn';
2929
function TwitterButton() {
3030
return (
3131
<a
32-
href="https://twitter.com/intent/follow?screen_name=fbjest&region=follow_link"
32+
href="https://twitter.com/intent/follow?screen_name=jestjs_&region=follow_link"
3333
target="_blank"
3434
className={styles['twitter-follow-button']}
3535
>
3636
<div className={styles['twitter-follow-button--icon']} />
37-
Follow @fbjest
37+
Follow @jestjs_
3838
</a>
3939
);
4040
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ You will find a number of example test cases in the [`examples`](https://github.
2121

2222
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

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ You will find a number of example test cases in the [`examples`](https://github.
2121

2222
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

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ You will find a number of example test cases in the [`examples`](https://github.
2121

2222
Ask questions and find answers from other Jest users like you. [Reactiflux](https://discord.gg/j6FKKQQrW9) is a Discord chat where a lot of Jest discussion happens. Check out the `#testing` channel.
2323

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ You will find a number of example test cases in the [`examples`](https://github.
2121

2222
Ask questions and find answers from other Jest users like you. [Reactiflux](https://discord.gg/j6FKKQQrW9) is a Discord chat where a lot of Jest discussion happens. Check out the `#testing` channel.
2323

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

website/versioned_docs/version-29.0/MoreResources.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ You will find a number of example test cases in the [`examples`](https://github.
2121

2222
Ask questions and find answers from other Jest users like you. [Reactiflux](https://discord.gg/j6FKKQQrW9) is a Discord chat where a lot of Jest discussion happens. Check out the `#testing` channel.
2323

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

website/versioned_docs/version-29.1/MoreResources.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ You will find a number of example test cases in the [`examples`](https://github.
2121

2222
Ask questions and find answers from other Jest users like you. [Reactiflux](https://discord.gg/j6FKKQQrW9) is a Discord chat where a lot of Jest discussion happens. Check out the `#testing` channel.
2323

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

website/versioned_docs/version-29.2/MoreResources.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ You will find a number of example test cases in the [`examples`](https://github.
2121

2222
Ask questions and find answers from other Jest users like you. [Reactiflux](https://discord.gg/j6FKKQQrW9) is a Discord chat where a lot of Jest discussion happens. Check out the `#testing` channel.
2323

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

website/versioned_docs/version-29.3/MoreResources.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ You will find a number of example test cases in the [`examples`](https://github.
2121

2222
Ask questions and find answers from other Jest users like you. [Reactiflux](https://discord.gg/j6FKKQQrW9) is a Discord chat where a lot of Jest discussion happens. Check out the `#testing` channel.
2323

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

website/versioned_docs/version-29.4/MoreResources.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ You will find a number of example test cases in the [`examples`](https://github.
2121

2222
Ask questions and find answers from other Jest users like you. [Reactiflux](https://discord.gg/j6FKKQQrW9) is a Discord chat where a lot of Jest discussion happens. Check out the `#testing` channel.
2323

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

website/versioned_docs/version-29.5/MoreResources.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ You will find a number of example test cases in the [`examples`](https://github.
2121

2222
Ask questions and find answers from other Jest users like you. [Reactiflux](https://discord.gg/j6FKKQQrW9) is a Discord chat where a lot of Jest discussion happens. Check out the `#testing` channel.
2323

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

0 commit comments

Comments
 (0)