Skip to content

Commit d141677

Browse files
Update installPods.ts
Fix incorrect link (i.e. https://reactnative.dev/docs/environment-setup?os=macos&platform=ios&guide=native) which leads to "Get Started with React Native" instead of "Set Up Your Environment".
1 parent 4ea2b35 commit d141677

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cli-config-apple/src/tools/installPods.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ async function runPodInstall(loader: Ora, options: RunPodInstallOptions) {
6161

6262
throw new CLIError(
6363
`Looks like your iOS environment is not properly set. Please go to ${link.docs(
64-
'environment-setup',
64+
'set-up-your-environment',
6565
'ios',
6666
{guide: 'native'},
6767
)} and follow the React Native CLI QuickStart guide for macOS and iOS.`,

0 commit comments

Comments
 (0)