diff --git a/scripts/error-codes/extract-errors.js b/scripts/error-codes/extract-errors.js index 3d0539d279..1a5def2658 100644 --- a/scripts/error-codes/extract-errors.js +++ b/scripts/error-codes/extract-errors.js @@ -18,7 +18,7 @@ const babylonOptions = { // As a parser, babylon has its own options and we can't directly // import/require a babel preset. It should be kept **the same** as // the `babel-plugin-syntax-*` ones specified in - // https://github.com/facebook/fbjs/blob/master/babel-preset/configure.js + // https://github.com/facebook/fbjs/blob/master/packages/babel-preset-fbjs/configure.js plugins: [ 'classProperties', 'flow', diff --git a/scripts/print-warnings/print-warnings.js b/scripts/print-warnings/print-warnings.js index 6619ac5615..db7630e978 100644 --- a/scripts/print-warnings/print-warnings.js +++ b/scripts/print-warnings/print-warnings.js @@ -19,7 +19,7 @@ const babylonOptions = { // As a parser, babylon has its own options and we can't directly // import/require a babel preset. It should be kept **the same** as // the `babel-plugin-syntax-*` ones specified in - // https://github.com/facebook/fbjs/blob/master/babel-preset/configure.js + // https://github.com/facebook/fbjs/blob/master/packages/babel-preset-fbjs/configure.js plugins: [ 'classProperties', 'flow',