From 117c3b6e691fee923e490cc9314db3ff8e46bc00 Mon Sep 17 00:00:00 2001 From: Isaac Murchie Date: Wed, 22 Jan 2014 12:01:58 -0800 Subject: [PATCH] Fix Android system setup link --- docs/running-tests.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/running-tests.md b/docs/running-tests.md index 97c32f5f1..627f53eec 100644 --- a/docs/running-tests.md +++ b/docs/running-tests.md @@ -56,8 +56,10 @@ all set now! First, make sure you have one and only one Android emulator or device connected. If you run `adb devices`, for example, you should see one device connected. This is the device Appium will use for tests. Of course, to have -a device connected, you'll need to have made an Android AVD (see [system -setup](https://github.com/appium/appium/blob/master/docs/system-setup.md#android) +a device connected, you'll need to have made an Android AVD (see system +setup ([Windows](https://github.com/appium/appium/blob/master/docs/running-on-windows.md#setup), +[Mac](https://github.com/appium/appium/blob/master/docs/running-on-osx.md#system-setup-android), +or [Linux](https://github.com/appium/appium/blob/master/docs/running-on-linux.md#setup)) for more information). If the Android SDK tools are on your path, you can simply run: