Skip to content

Commit 9653ff2

Browse files
Merge pull request #222336 from pritamso/Broken-link-fix-dominicbetts
Broken link removed
2 parents f79e70e + d3a9b0b commit 9653ff2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/iot-develop/howto-convert-to-pnp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Before you create a model for your device, you need to understand the existing c
2929
- The read-only and writable properties the device synchronizes with your service.
3030
- The commands invoked from the service that the device responds to.
3131

32-
For example, review the following device code snippets that implement various device capabilities. These examples are based on the sample in [PnPMQTTWin32-Before](https://github.com/Azure-Samples/IoTMQTTSample/tree/master/src/Windows/PnPMQTTWin32-Before).
32+
For example, review the following device code snippets that implement various device capabilities.
3333

3434
The following snippet shows the device sending temperature telemetry:
3535

includes/iot-pnp-service-devguide-node.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ ms.date: 11/17/2022
99
The following resources are also available:
1010

1111
- [Node.js SDK reference documentation](/javascript/api/azure-iothub)
12-
- [Service client samples](https://github.com/Azure/azure-iot-sdk-node/blob/main/service/samples/javascript/twin.js)
13-
- [Digital Twins samples](https://github.com/Azure/azure-iot-sdk-node/blob/main/service/samples/javascript/get_digital_twin.js)
12+
- [Service client samples](https://github.com/Azure/azure-iot-hub-node/blob/main/samples/twin.js)
13+
- [Digital Twins samples](https://github.com/Azure/azure-iot-hub-node/blob/main/samples/get_digital_twin.js)
1414

1515
## IoT Hub service client examples
1616

0 commit comments

Comments
 (0)