Skip to content

Commit

Permalink
fix: link inside printRunDoctorTip.ts (react-native-community#1887)
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonrybczak committed Mar 24, 2023
1 parent a06204c commit 917f1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli-tools/src/printRunDoctorTip.ts
Expand Up @@ -3,7 +3,7 @@ import chalk from 'chalk';

const printRunDoctorTip = () => {
const linkToDocs =
'https://github.com/react-native-community/cli/blob/main/docs/commands.md#doctor';
'https://github.com/react-native-community/cli/blob/main/packages/cli-doctor/README.md#doctor';

logger.log('');
logger.info(
Expand Down

0 comments on commit 917f1bf

Please sign in to comment.