Skip to content

Commit cfe62a7

Browse files
authored
Fix link to Jest 28 migration guide
1 parent fe7f28c commit cfe62a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/blog/2022-04-25-jest-28.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Additionally, as announced in the [Jest 27 blog post](/blog/2021/05/25/jest-27)
1111

1212
## Breaking changes
1313

14-
The list of breaking changes is long (and can be seen fully in the [changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md#2800)), but for migration purposes, we've also written [a guide](/docs/28.x/upgrading-to-jest28) you can follow. Hopefully this makes the upgrade experience as frictionless as possible!
14+
The list of breaking changes is long (and can be seen fully in the [changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md#2800)), but for migration purposes, we've also written [a guide](https://jest-archive-august-2023.netlify.app/docs/28.x/upgrading-to-jest28/) you can follow. Hopefully this makes the upgrade experience as frictionless as possible!
1515

1616
Main breaking changes likely to impact your migration are dropped support for Node 10 and 15 (but _not_ Node 12, which will be EOL in a few days) and some renamed configuration options.
1717

0 commit comments

Comments
 (0)