We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0758bd4 commit dabc2f5Copy full SHA for dabc2f5
packages/cli/src/tools/config/index.js
@@ -196,7 +196,7 @@ function loadConfig(projectRoot: string = process.cwd()): ConfigT {
196
.join(
197
'\n',
198
)}\nPlease notify their maintainers about it. You can find more details at ${chalk.dim.underline(
199
- 'https://react-native-community/cli/docs/configuration.md#migration-guide',
+ 'https://github.com/react-native-community/cli/blob/master/docs/configuration.md#migration-guide',
200
)}.`,
201
);
202
}
0 commit comments