From 15204975be6030497875ad66613296a715870c28 Mon Sep 17 00:00:00 2001 From: Roman Marusyk Date: Wed, 22 Sep 2021 02:48:06 +0300 Subject: [PATCH 1/2] Fix link to Device Streaming Sample --- iothub/service/samples/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iothub/service/samples/readme.md b/iothub/service/samples/readme.md index 4003c89e3c..8480dba672 100644 --- a/iothub/service/samples/readme.md +++ b/iothub/service/samples/readme.md @@ -17,11 +17,11 @@ Service samples were moved to [Azure-Samples/azure-iot-samples-csharp][samples-r [samples-repo]: https://github.com/Azure-Samples/azure-iot-samples-csharp [service-samples]: https://github.com/Azure-Samples/azure-iot-samples-csharp/tree/master/iot-hub/Samples/service [adm-sample]: https://github.com/Azure-Samples/azure-iot-samples-csharp/tree/master/iot-hub/Samples/service/AutomaticDeviceManagementSample -[device-streaming-sample]: https://github.com/Azure-Samples/azure-iot-samples-csharp/tree/master/iot-hub/Samples/service/DeviceStreamingSample +[device-streaming-sample]: https://github.com/Azure-Samples/azure-iot-samples-csharp/tree/master/iot-hub/Quickstarts/device-streams-proxy [edge-deployment-sample]: https://github.com/Azure-Samples/azure-iot-samples-csharp/tree/master/iot-hub/Samples/service/EdgeDeploymentSample [import-export-sample]: https://github.com/Azure-Samples/azure-iot-samples-csharp/tree/master/iot-hub/Samples/service/ImportExportDevicesSample [jobs-sample]: https://github.com/Azure-Samples/azure-iot-samples-csharp/tree/master/iot-hub/Samples/service/JobsSample [reg-man-sample]: https://github.com/Azure-Samples/azure-iot-samples-csharp/tree/master/iot-hub/Samples/service/RegistryManagerSample [service-client-sample]: https://github.com/Azure-Samples/azure-iot-samples-csharp/tree/master/iot-hub/Samples/service/ServiceClientSample [pnp-service-sample]: https://github.com/Azure-Samples/azure-iot-samples-csharp/tree/master/iot-hub/Samples/service/PnpServiceSamples -[digital-twin-client-sample]: https://github.com/Azure-Samples/azure-iot-samples-csharp/tree/master/iot-hub/Samples/service/DigitalTwinClientSamples \ No newline at end of file +[digital-twin-client-sample]: https://github.com/Azure-Samples/azure-iot-samples-csharp/tree/master/iot-hub/Samples/service/DigitalTwinClientSamples From d348563e559ee812473fd80833f7d53ecca83752 Mon Sep 17 00:00:00 2001 From: "David R. Williamson" Date: Tue, 21 Sep 2021 17:04:35 -0700 Subject: [PATCH 2/2] Update iothub/service/samples/readme.md --- iothub/service/samples/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iothub/service/samples/readme.md b/iothub/service/samples/readme.md index 8480dba672..4460522296 100644 --- a/iothub/service/samples/readme.md +++ b/iothub/service/samples/readme.md @@ -17,7 +17,7 @@ Service samples were moved to [Azure-Samples/azure-iot-samples-csharp][samples-r [samples-repo]: https://github.com/Azure-Samples/azure-iot-samples-csharp [service-samples]: https://github.com/Azure-Samples/azure-iot-samples-csharp/tree/master/iot-hub/Samples/service [adm-sample]: https://github.com/Azure-Samples/azure-iot-samples-csharp/tree/master/iot-hub/Samples/service/AutomaticDeviceManagementSample -[device-streaming-sample]: https://github.com/Azure-Samples/azure-iot-samples-csharp/tree/master/iot-hub/Quickstarts/device-streams-proxy +[device-streaming-sample]: https://github.com/Azure-Samples/azure-iot-samples-csharp/tree/preview/iot-hub/Samples/service/DeviceStreamingSample [edge-deployment-sample]: https://github.com/Azure-Samples/azure-iot-samples-csharp/tree/master/iot-hub/Samples/service/EdgeDeploymentSample [import-export-sample]: https://github.com/Azure-Samples/azure-iot-samples-csharp/tree/master/iot-hub/Samples/service/ImportExportDevicesSample [jobs-sample]: https://github.com/Azure-Samples/azure-iot-samples-csharp/tree/master/iot-hub/Samples/service/JobsSample