Skip to content

Commit ded56f1

Browse files
Mack Solomonfacebook-github-bot
authored andcommitted
use working getting started url
Summary: android-setup.html does not seem to exist. https://facebook.github.io/react-native/docs/android-setup.html (404) Closes facebook/react-native#17324 Differential Revision: D6630732 Pulled By: hramos fbshipit-source-id: c1bd4750e3b72a0b1542a75f50d404807eabb8f1
1 parent e81da37 commit ded56f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runAndroid/runAndroid.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ function runOnAllDevices(args, cmd, packageNameWithSuffix, packageName, adbPath)
226226
'Could not install the app on the device, read the error above for details.\n' +
227227
'Make sure you have an Android emulator running or a device connected and have\n' +
228228
'set up your Android development environment:\n' +
229-
'https://facebook.github.io/react-native/docs/android-setup.html'
229+
'https://facebook.github.io/react-native/docs/getting-started.html'
230230
));
231231
// stderr is automatically piped from the gradle process, so the user
232232
// should see the error already, there is no need to do

0 commit comments

Comments
 (0)