Skip to content

Commit 8b300a3

Browse files
authored
Merge pull request #226971 from dominicbetts/iot-samples
IoT: fix links to samples
2 parents 9a974fa + 9c734cf commit 8b300a3

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

articles/iot-dps/toc.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -207,13 +207,13 @@ items:
207207
- name: Azure IoT samples
208208
items:
209209
- name: C# (.NET)
210-
href: https://github.com/Azure-Samples/azure-iot-samples-csharp
210+
href: https://github.com/Azure/azure-iot-sdk-csharp#samples
211211
- name: Node.js
212-
href: https://azure.microsoft.com/resources/samples/azure-iot-samples-node/
212+
href: https://github.com/Azure/azure-iot-sdk-node/tree/main/provisioning/device/samples
213213
- name: Java
214-
href: https://github.com/Azure-Samples/azure-iot-samples-java
214+
href: https://github.com/Azure/azure-iot-sdk-java#samples
215215
- name: Python
216-
href: https://azure.microsoft.com/resources/samples/azure-iot-samples-python/
216+
href: https://github.com/Azure/azure-iot-sdk-python/tree/main/samples
217217
- name: iOS Platform
218218
href: https://azure.microsoft.com/resources/samples/azure-iot-samples-ios/
219219
- name: Terraform modules

articles/iot-fundamentals/toc.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@
5151
- name: Azure IoT samples
5252
items:
5353
- name: C# (.NET)
54-
href: https://github.com/Azure-Samples/azure-iot-samples-csharp
54+
href: https://github.com/Azure/azure-iot-sdk-csharp#samples
5555
- name: Node.js
56-
href: https://azure.microsoft.com/resources/samples/azure-iot-samples-node/
56+
href: https://github.com/Azure/azure-iot-sdk-node/tree/main/device/samples
5757
- name: Java
58-
href: https://github.com/Azure-Samples/azure-iot-samples-java
58+
href: https://github.com/Azure/azure-iot-sdk-java#samples
5959
- name: Python
60-
href: https://azure.microsoft.com/resources/samples/azure-iot-samples-python/
60+
href: https://github.com/Azure/azure-iot-sdk-python/tree/main/samples
6161
- name: iOS Platform
6262
href: https://azure.microsoft.com/resources/samples/azure-iot-samples-ios/
6363
- name: Azure Certified for IoT device catalog

articles/iot-hub/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -618,13 +618,13 @@
618618
href: https://github.com/Azure/azure-iot-sdk-csharp#samples
619619
- name: Node.js
620620
displayName: samples, azure-iot-samples-node
621-
href: https://azure.microsoft.com/resources/samples/azure-iot-samples-node/
621+
href: https://github.com/Azure/azure-iot-sdk-node/tree/main/device/samples
622622
- name: Java
623623
displayName: samples, azure-iot-samples-java
624624
href: https://github.com/Azure/azure-iot-sdk-java#samples
625625
- name: Python
626626
displayName: samples, azure-iot-samples-python
627-
href: https://azure.microsoft.com/resources/samples/azure-iot-samples-python/
627+
href: https://github.com/Azure/azure-iot-sdk-python/tree/main/samples
628628
- name: iOS Platform
629629
displayName: samples, azure-iot-samples-iot, XCode, CocoaPods, Swift
630630
href: https://azure.microsoft.com/resources/samples/azure-iot-samples-ios/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The following resources are also available:
1010

1111
- [.NET SDK reference documentation](/dotnet/api/microsoft.azure.devices)
1212
- [Service client samples](https://github.com/Azure/azure-iot-sdk-csharp/tree/main/iothub/service/samples/solutions/PnpServiceSamples)
13-
- [Digital Twins samples](https://github.com/Azure-Samples/azure-iot-samples-csharp/tree/main/iot-hub/Samples/service/DigitalTwinClientSamples)
13+
- [Digital Twins samples](https://github.com/Azure/azure-iot-sdk-csharp/tree/main/iothub/service/samples/solutions/DigitalTwinClientSamples)
1414

1515
## IoT Hub service client examples
1616

0 commit comments

Comments
 (0)