From 801fec286e77e32f451316775d66ed34025c4825 Mon Sep 17 00:00:00 2001
From: vannio <vannio@users.noreply.github.com>
Date: Wed, 15 Nov 2017 11:41:07 +0000
Subject: [PATCH] Fix dead link (#3453)

Fix another dead link
---
 packages/react-scripts/config/jest/cssTransform.js  | 2 +-
 packages/react-scripts/config/jest/fileTransform.js | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/react-scripts/config/jest/cssTransform.js b/packages/react-scripts/config/jest/cssTransform.js
index 99a8cb269..59053068f 100644
--- a/packages/react-scripts/config/jest/cssTransform.js
+++ b/packages/react-scripts/config/jest/cssTransform.js
@@ -9,7 +9,7 @@
 'use strict';
 
 // This is a custom Jest transformer turning style imports into empty objects.
-// http://facebook.github.io/jest/docs/tutorial-webpack.html
+// http://facebook.github.io/jest/docs/en/webpack.html
 
 module.exports = {
   process() {
diff --git a/packages/react-scripts/config/jest/fileTransform.js b/packages/react-scripts/config/jest/fileTransform.js
index 8f9b843ab..38910e18b 100644
--- a/packages/react-scripts/config/jest/fileTransform.js
+++ b/packages/react-scripts/config/jest/fileTransform.js
@@ -11,7 +11,7 @@
 const path = require('path');
 
 // This is a custom Jest transformer turning file imports into filenames.
-// http://facebook.github.io/jest/docs/tutorial-webpack.html
+// http://facebook.github.io/jest/docs/en/webpack.html
 
 module.exports = {
   process(src, filename) {
-- 
GitLab