Skip to content

Commit

Permalink
use short URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
Simek committed Oct 6, 2020
1 parent a289bde commit 4451e83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cli/src/commands/init/printRunInstructions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function printRunInstructions(projectDir: string, projectName: string) {
desktopInstructions = `
${chalk.magenta(`Run instructions for ${chalk.bold('macOS')}`)}:
• See ${chalk.underline(
'https://microsoft.github.io/react-native-windows/docs/rnm-getting-started',
'https://aka.ms/ReactNativeGuideMacOS',
)} for the latest up-to-date instructions.
`;
}
Expand All @@ -52,7 +52,7 @@ function printRunInstructions(projectDir: string, projectName: string) {
desktopInstructions = `
${chalk.magenta(`Run instructions for ${chalk.bold('Windows')}`)}:
• See ${chalk.underline(
'https://microsoft.github.io/react-native-windows/docs/getting-started',
'https://aka.ms/ReactNativeGuideWindows',
)} for the latest up-to-date instructions.
`;
}
Expand Down

0 comments on commit 4451e83

Please sign in to comment.