Skip to content

Commit 4dafb71

Browse files
committed
Tweaked link & path to SDK samples
1 parent 621e4a5 commit 4dafb71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-hub/iot-hub-how-to-android-things.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ A device must be registered with your IoT hub before it can connect. In this qui
6565
adb devices
6666
```
6767
68-
3. Download our sample for Android/Android Things from the [Microsoft Azure IoT SDKs for Java repository](https://github.com/Azure/azure-iot-sdk-java/) or use Git to clone the repository as shown in the following example.
68+
3. Download our sample for Android/Android Things from the [Microsoft Azure IoT SDKs for Java repository](https://github.com/Azure/azure-iot-sdk-java/#samples) or use Git to clone the repository as shown in the following example.
6969
7070
```
7171
git clone https://github.com/Azure/azure-iot-sdk-java.git
7272
```
7373
74-
4. In Android Studio, open the Android Project from the "\azure-iot-sdk-java\main\device\iot-device-samples\android-sample" folder in your copy of the repository.
74+
4. In Android Studio, open the Android Project from the *\azure-iot-sdk-java\device\iot-device-samples\android-sample* folder in your copy of the repository.
7575
7676
5. Open gradle.properties file, and replace "Device_connection_string" with your device connection string noted earlier.
7777

0 commit comments

Comments
 (0)