From 1215f7283eafd7cb16d0bd65b5da0f5cde157915 Mon Sep 17 00:00:00 2001 From: danewalton Date: Fri, 7 Aug 2020 13:28:11 -0700 Subject: [PATCH] update pnp component sample name to match (#1019) --- sdk/samples/iot/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/samples/iot/README.md b/sdk/samples/iot/README.md index 7e08a774341..0d1fc33ad9e 100644 --- a/sdk/samples/iot/README.md +++ b/sdk/samples/iot/README.md @@ -100,7 +100,7 @@ This section provides an overview of the different samples available to run and - *Executable:* `paho_iot_hub_pnp_component_sample` -This sample connects an IoT Plug and Play enabled device with the Digital Twin Model ID (DTMI) detailed [here](https://github.com/Azure/opendigitaltwins-dtdl/blob/master/DTDL/v2/samples/TemperatureController.json). X509 self-certification is used. +This [sample](https://github.com/Azure/azure-sdk-for-c/blob/master/sdk/samples/iot/paho_iot_hub_pnp_component_sample.c) connects an IoT Plug and Play enabled device with the Digital Twin Model ID (DTMI) detailed [here](https://github.com/Azure/opendigitaltwins-dtdl/blob/master/DTDL/v2/samples/TemperatureController.json). X509 self-certification is used. This temperature controller is made up of the following sub-components