Skip to content

Commit 4cb574a

Browse files
Saadnajmithymikee
andauthored
chore(cli): Update macOS / windows docs links (#2714)
* Update desktop platform docs links * Update packages/cli/src/commands/init/printRunInstructions.ts --------- Co-authored-by: Michał Pierzchała <thymikee@gmail.com>
1 parent ff27413 commit 4cb574a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/cli/src/commands/init/printRunInstructions.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function printRunInstructions(
6464
desktopInstructions = `
6565
${chalk.magenta(`Run instructions for ${chalk.bold('macOS')}`)}:
6666
• See ${chalk.underline(
67-
'https://aka.ms/ReactNativeGuideMacOS',
67+
'https://microsoft.github.io/react-native-macos',
6868
)} for the latest up-to-date instructions.
6969
`;
7070
}
@@ -73,7 +73,7 @@ function printRunInstructions(
7373
desktopInstructions = `
7474
${chalk.cyan(`Run instructions for ${chalk.bold('Windows')}`)}:
7575
• See ${chalk.underline(
76-
'https://aka.ms/ReactNativeGuideWindows',
76+
'https://microsoft.github.io/react-native-windows',
7777
)} for the latest up-to-date instructions.
7878
`;
7979
}

0 commit comments

Comments
 (0)