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 https://github.com/facebook/react-native/pull/17324

Differential Revision: D6630732

Pulled By: hramos

fbshipit-source-id: c1bd4750e3b72a0b1542a75f50d404807eabb8f1
This commit is contained in:
Mack Solomon 2017-12-22 15:13:08 -08:00 committed by Facebook Github Bot
parent 33da6047a3
commit 6661633390
1 changed files with 1 additions and 1 deletions

View File

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