From 584450f187465c4a9589ab0aed51021c2a60ca7f Mon Sep 17 00:00:00 2001 From: ipavl Date: Sat, 31 Oct 2015 01:07:58 -0400 Subject: [PATCH] Fix the "install the Android SDK manually" link --- getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started.md b/getting-started.md index 88a29cc7d77..be5aa62cbdb 100644 --- a/getting-started.md +++ b/getting-started.md @@ -52,7 +52,7 @@ of the Android operating system. - Mac: `brew install android-platform-tools` - Linux: `sudo apt-get install android-tools-adb` - If the version of `adb` provided by your Linux distribution is too old, - you might need to [install the Android SDK manually](https://developer.android.com/sdk/installing/index.html?pkg=tools]). + you might need to [install the Android SDK manually](https://developer.android.com/sdk/installing/index.html?pkg=tools). - Enable developer mode on your device by visiting `Settings > About phone` and tapping the `Build number` field seven times.