Skip to content

Commit b03293f

Browse files
authored
Fix link to fbjs (#21863)
`fbjs` doesn't have the `main` branch and it is `master`
1 parent 9f5224a commit b03293f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 parserOptions = {
1919
// babelParser 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/main/packages/babel-preset-fbjs/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)