From b03293faaa868f93b57c34aed64f48e4cfec1c24 Mon Sep 17 00:00:00 2001 From: Ehsan Hosseini <53467610+e-hosseini@users.noreply.github.com> Date: Tue, 13 Jul 2021 16:55:33 +0200 Subject: [PATCH] Fix link to fbjs (#21863) `fbjs` doesn't have the `main` branch and it is `master` --- scripts/print-warnings/print-warnings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/print-warnings/print-warnings.js b/scripts/print-warnings/print-warnings.js index 95dabcc1e1..9bdd6543d2 100644 --- a/scripts/print-warnings/print-warnings.js +++ b/scripts/print-warnings/print-warnings.js @@ -19,7 +19,7 @@ const parserOptions = { // babelParser 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/main/packages/babel-preset-fbjs/configure.js + // https://github.com/facebook/fbjs/blob/master/packages/babel-preset-fbjs/configure.js plugins: [ 'classProperties', 'flow',