Skip to content

Commit 420001c

Browse files
armujahidnhunzaker
authored andcommitted
Fix babel-preset-fbjs configure link in comment (facebook#13666)
1 parent b753f76 commit 420001c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/error-codes/extract-errors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const babylonOptions = {
1818
// As a parser, babylon has its own options and we can't directly
1919
// import/require a babel preset. It should be kept **the same** as
2020
// the `babel-plugin-syntax-*` ones specified in
21-
// https://github.com/facebook/fbjs/blob/master/babel-preset/configure.js
21+
// https://github.com/facebook/fbjs/blob/master/packages/babel-preset-fbjs/configure.js
2222
plugins: [
2323
'classProperties',
2424
'flow',

scripts/print-warnings/print-warnings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const babylonOptions = {
1919
// As a parser, babylon has its own options and we can't directly
2020
// import/require a babel preset. It should be kept **the same** as
2121
// the `babel-plugin-syntax-*` ones specified in
22-
// https://github.com/facebook/fbjs/blob/master/babel-preset/configure.js
22+
// https://github.com/facebook/fbjs/blob/master/packages/babel-preset-fbjs/configure.js
2323
plugins: [
2424
'classProperties',
2525
'flow',

0 commit comments

Comments
 (0)