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 ff27413 commit 4cb574aCopy full SHA for 4cb574a
packages/cli/src/commands/init/printRunInstructions.ts
@@ -64,7 +64,7 @@ function printRunInstructions(
64
desktopInstructions = `
65
${chalk.magenta(`Run instructions for ${chalk.bold('macOS')}`)}:
66
• See ${chalk.underline(
67
- 'https://aka.ms/ReactNativeGuideMacOS',
+ 'https://microsoft.github.io/react-native-macos',
68
)} for the latest up-to-date instructions.
69
`;
70
}
@@ -73,7 +73,7 @@ function printRunInstructions(
73
74
${chalk.cyan(`Run instructions for ${chalk.bold('Windows')}`)}:
75
76
- 'https://aka.ms/ReactNativeGuideWindows',
+ 'https://microsoft.github.io/react-native-windows',
77
78
79
0 commit comments