Skip to content

Commit 02e0a39

Browse files
authored
Merge pull request #175039 from atikmapari/Broken-link-dahellem
Broken link Fixed
2 parents a59a238 + e60fb18 commit 02e0a39

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

includes/iot-pnp-connect-device-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 quickstart shows you how to build a sample IoT Plug and Play device application, connect it to your IoT hub, and use the Azure IoT explorer tool to view the telemetry it sends. The sample application is written in Node.js and is included in the Azure IoT 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
## Prerequisites
1414

@@ -70,7 +70,7 @@ In the main function, you can see how it all comes together:
7070
7171
[!INCLUDE [iot-pnp-environment](iot-pnp-environment.md)]
7272
73-
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).
73+
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).
7474
7575
Run the sample application to simulate an IoT Plug and Play device that sends telemetry to your IoT hub. To run the sample application, use the following command:
7676

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)