Skip to content

Commit 054c229

Browse files
committed
chore: update links to "new" website
1 parent 981de29 commit 054c229

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<a href="https://eslint.org/">
33
<img height="150" src="https://eslint.org/assets/images/logo/eslint-logo-color.svg">
44
</a>
5-
<a href="https://facebook.github.io/jest/">
5+
<a href="https://jestjs.io/">
66
<img width="150" height="150" vspace="" hspace="25" src="https://jestjs.io/img/jest.png">
77
</a>
88
<h1>eslint-plugin-jest</h1>

docs/rules/no-alias-methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This rule _warns_ in the 🎨 `style`
1111
<!-- end auto-generated rule header -->
1212

1313
> These aliases are going to be removed in the next major version of Jest - see
14-
> <https://github.com/facebook/jest/issues/13164> for more
14+
> <https://github.com/jestjs/jest/issues/13164> for more
1515
1616
Several Jest methods have alias names, such as `toThrow` having the alias of
1717
`toThrowError`. This rule ensures that only the canonical name as used in the

docs/rules/no-hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,4 +173,4 @@ safely disable this rule.
173173

174174
## Further Reading
175175

176-
- [Jest docs - Setup and Teardown](https://facebook.github.io/jest/docs/en/setup-teardown.html)
176+
- [Jest docs - Setup and Teardown](https://jestjs.io/docs/setup-teardown)

0 commit comments

Comments
 (0)