Skip to content

Commit

Permalink
Fix dead link (facebook#3453)
Browse files Browse the repository at this point in the history
Fix another dead link
  • Loading branch information
vannio authored and gaearon committed Nov 15, 2017
1 parent 8065775 commit d30b737
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/jest/cssTransform.js
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
2 changes: 1 addition & 1 deletion config/jest/fileTransform.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit d30b737

Please sign in to comment.