Skip to content

Commit dabc2f5

Browse files
RohanTalipEsemesek
authored andcommitted
fix: Changed the URL to be valid for configuration.md (#466)
* Changed the URL to be valid for configuration.md * Update packages/cli/src/tools/config/index.js Co-Authored-By: Kacper Wiszczuk <[email protected]>
1 parent 0758bd4 commit dabc2f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/tools/config/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ function loadConfig(projectRoot: string = process.cwd()): ConfigT {
196196
.join(
197197
'\n',
198198
)}\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',
199+
'https://github.com/react-native-community/cli/blob/master/docs/configuration.md#migration-guide',
200200
)}.`,
201201
);
202202
}

0 commit comments

Comments
 (0)