From 6661633390276f707faa60509b2805a83929e747 Mon Sep 17 00:00:00 2001 From: Mack Solomon Date: Fri, 22 Dec 2017 15:13:08 -0800 Subject: [PATCH] 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 --- local-cli/runAndroid/runAndroid.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local-cli/runAndroid/runAndroid.js b/local-cli/runAndroid/runAndroid.js index 0b27f58b0..22f0a627a 100644 --- a/local-cli/runAndroid/runAndroid.js +++ b/local-cli/runAndroid/runAndroid.js @@ -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