From 420001cb4e58d88f2dbaf90dfdc56e7d24148f72 Mon Sep 17 00:00:00 2001 From: Abdul Rauf Date: Sun, 21 Oct 2018 22:23:24 +0500 Subject: [PATCH] Fix babel-preset-fbjs configure link in comment (#13666) --- scripts/error-codes/extract-errors.js | 2 +- scripts/print-warnings/print-warnings.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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',