From d30b7371de5633d52a510671a703b1e98d33c0d8 Mon Sep 17 00:00:00 2001 From: vannio Date: Wed, 15 Nov 2017 11:41:07 +0000 Subject: [PATCH] Fix dead link (#3453) Fix another dead link --- config/jest/cssTransform.js | 2 +- config/jest/fileTransform.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/jest/cssTransform.js b/config/jest/cssTransform.js index 99a8cb26982..59053068f61 100644 --- a/config/jest/cssTransform.js +++ b/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/config/jest/fileTransform.js b/config/jest/fileTransform.js index 8f9b843abd6..38910e18b19 100644 --- a/config/jest/fileTransform.js +++ b/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) {