Skip to content

Commit 36c705b

Browse files
NTARelixcpojer
authored andcommitted
Fix link to babel setup doc from webpack doc (#5355)
1 parent d82c1c2 commit 36c705b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/Webpack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ module.exports = {
4242
```
4343

4444
If you have JavaScript files that are transformed by Babel, you can
45-
[enable support for Babel](GettingStarted.md#using-babel-with-jest) by
45+
[enable support for Babel](GettingStarted.md#using-babel) by
4646
installing the `babel-jest` plugin. Non-Babel JavaScript transformations can be
4747
handled with Jest's
4848
[`transform`](Configuration.md#transform-object-string-string) config option.

0 commit comments

Comments
 (0)