Skip to content

Commit

Permalink
use working getting started url
Browse files Browse the repository at this point in the history
Summary:
android-setup.html does not seem to exist.
https://facebook.github.io/react-native/docs/android-setup.html (404)
Closes #17324

Differential Revision: D6630732

Pulled By: hramos

fbshipit-source-id: c1bd4750e3b72a0b1542a75f50d404807eabb8f1
  • Loading branch information
Mack Solomon authored and facebook-github-bot committed Dec 22, 2017
1 parent 33da604 commit 6661633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local-cli/runAndroid/runAndroid.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6661633

Please sign in to comment.