From 466cc800e46d34e302dff923f9a908a56c23b7cb Mon Sep 17 00:00:00 2001 From: Tim Teebken <1569662+timlt@users.noreply.github.com> Date: Wed, 13 Mar 2024 11:44:24 -0600 Subject: [PATCH] Fix link to IoT Middleware --- rtos-docs/netx-duo/overview-netx-duo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtos-docs/netx-duo/overview-netx-duo.md b/rtos-docs/netx-duo/overview-netx-duo.md index a100556..dbabe27 100644 --- a/rtos-docs/netx-duo/overview-netx-duo.md +++ b/rtos-docs/netx-duo/overview-netx-duo.md @@ -309,7 +309,7 @@ NetX Duo provides the following additional services. ### Azure IoT Middleware -NetX Duo includes [Azure IoT Middleware for Eclipse ThreadX](https://github.com/eclipse-threadx/netxduo/blob/master/addons/azure_iot/docs/README.md), a platform-specific library that acts as a binding layer between Eclipse ThreadX and the Azure SDK for Embedded C to facilitate connectivity to Azure IoT services. The goals of Azure IoT Middleware are the following. +NetX Duo includes [Azure IoT Middleware for Eclipse ThreadX](https://github.com/eclipse-threadx/netxduo/blob/master/addons/azure_iot/README.md), a platform-specific library that acts as a binding layer between Eclipse ThreadX and the Azure SDK for Embedded C to facilitate connectivity to Azure IoT services. The goals of Azure IoT Middleware are the following. - Provide the smart client interfaces (IoTHub_Client, DeviceProvisioning_Client) that developers need for their applications. - Orchestrate the interaction between the Embedded C SDK and the platform.