Skip to content

Commit e60fb18

Browse files
authored
Broken link fixed
1 parent 3ae9360 commit e60fb18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/iot-pnp-multiple-components-node.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.date: 11/20/2020
88

99
This tutorial shows you how to build a sample IoT Plug and Play device application with components, connect it to your IoT hub, and use the Azure IoT explorer tool to view the information it sends to the hub. The sample application is written for Node.js and is included in the Azure IoT Hub Device SDK for Node.js. A solution builder can use the Azure IoT explorer tool to understand the capabilities of an IoT Plug and Play device without the need to view any device code.
1010

11-
[![Browse code](../articles/iot-central/core/media/common/browse-code.svg)](https://github.com/Azure/azure-iot-sdk-node/tree/master/device/samples/pnp)
11+
[![Browse code](../articles/iot-central/core/media/common/browse-code.svg)](https://github.com/Azure/azure-iot-sdk-node/tree/master/device/samples/javascript/pnp)
1212

1313
In this tutorial, you:
1414

@@ -105,7 +105,7 @@ Open the *pnpTemperatureController.js* file in a code editor of your choice. The
105105

106106
[!INCLUDE [iot-pnp-environment](iot-pnp-environment.md)]
107107

108-
To learn more about the sample configuration, see the [sample readme](https://github.com/Azure/azure-iot-sdk-node/blob/master/device/samples/pnp/readme.md).
108+
To learn more about the sample configuration, see the [sample readme](https://github.com/Azure/azure-iot-sdk-node/blob/master/device/samples/javascript/pnp/readme.md).
109109

110110
Now that you've seen the code, use the following command to run the sample:
111111

0 commit comments

Comments
 (0)