Skip to content

Commit 0866423

Browse files
authored
Broken link fixed
1 parent 4eae370 commit 0866423

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-hub/iot-hub-java-java-file-upload.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The [Send telemetry from a device to an IoT hub](../iot-develop/quickstart-send-
2626
* Some form of preprocessed data.
2727

2828
These files are typically batch processed in the cloud, using tools such as [Azure Data Factory](../data-factory/introduction.md) or the [Hadoop](../hdinsight/index.yml) stack. When you need to upload files from a device, you can still use the security and reliability of IoT Hub. This article shows you how. View two samples from [azure-iot-sdk-java
29-
](https://github.com/Azure/azure-iot-sdk-java/tree/main/device/iot-device-samples/file-upload-sample/src/main/java/samples/com/microsoft/azure/sdk/iot) in GitHub.
29+
](https://github.com/Azure/azure-iot-sdk-java/tree/main/iothub/device/iot-device-samples/file-upload-sample/src/main/java/samples/com/microsoft/azure/sdk/iot) in GitHub.
3030

3131
> [!NOTE]
3232
> IoT Hub supports many device platforms and languages (including C, .NET, and JavaScript) through Azure IoT device SDKs. Refer to the [Azure IoT Developer Center](https://azure.microsoft.com/develop/iot) to learn how to connect your device to Azure IoT Hub.
@@ -479,4 +479,4 @@ In this article, you learned how to use the file upload feature of IoT Hub to si
479479

480480
To further explore the capabilities of IoT Hub, see:
481481

482-
* [Simulating a device with IoT Edge](../iot-edge/quickstart-linux.md)
482+
* [Simulating a device with IoT Edge](../iot-edge/quickstart-linux.md)

0 commit comments

Comments
 (0)