From 5f65310ced52fb62e1b3e5b13b9490be54fcdcb5 Mon Sep 17 00:00:00 2001 From: Konstantin Raev Date: Sun, 14 Feb 2016 17:06:38 +0000 Subject: [PATCH] fixed a link to android setup docs --- docs/GettingStarted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md index dcee2490ad5..2762c51cf4b 100644 --- a/docs/GettingStarted.md +++ b/docs/GettingStarted.md @@ -25,7 +25,7 @@ We recommend periodically running `brew update && brew upgrade` to keep your pro ## Android Setup -To write React Native apps for Android, you will need to install the Android SDK (and an Android emulator if you want to work on your app without having to use a physical device). See [Android setup guide](android-setup.html) for instructions on how to set up your Android environment. +To write React Native apps for Android, you will need to install the Android SDK (and an Android emulator if you want to work on your app without having to use a physical device). See [Android setup guide](docs/android-setup.html) for instructions on how to set up your Android environment. _NOTE:_ There is experimental [Windows and Linux support](docs/linux-windows-support.html) for Android development.