Skip to content

Commit 05d8792

Browse files
vannioPavel Zhytko
authored and
Pavel Zhytko
committed
Fix dead link (facebook#3453)
Fix another dead link
1 parent f065bb6 commit 05d8792

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/react-scripts/config/jest/cssTransform.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
'use strict';
1010

1111
// This is a custom Jest transformer turning style imports into empty objects.
12-
// http://facebook.github.io/jest/docs/tutorial-webpack.html
12+
// http://facebook.github.io/jest/docs/en/webpack.html
1313

1414
module.exports = {
1515
process() {

packages/react-scripts/config/jest/fileTransform.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
const path = require('path');
1212

1313
// This is a custom Jest transformer turning file imports into filenames.
14-
// http://facebook.github.io/jest/docs/tutorial-webpack.html
14+
// http://facebook.github.io/jest/docs/en/webpack.html
1515

1616
module.exports = {
1717
process(src, filename) {

0 commit comments

Comments
 (0)