Skip to content

Commit 980f9ca

Browse files
authored
Updating link for C SDKs (device and service)
Both device and service SDK install links were pointing to the device specific content. Instead we may want to have both point to the root content for C the SDKs.
1 parent 80716fc commit 980f9ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-hub/iot-hub-devguide-sdks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Other reference topics in this IoT Hub developer guide include:
139139
[lnk-npm-service]: https://www.npmjs.com/package/azure-iothub
140140
[lnk-nuget-csharp-device]: https://www.nuget.org/packages/Microsoft.Azure.Devices.Client/
141141
[lnk-nuget-csharp-service]: https://www.nuget.org/packages/Microsoft.Azure.Devices/
142-
[lnk-c-package]: https://github.com/Azure/azure-iot-sdk-c/blob/master/iothub_client/readme.md
142+
[lnk-c-package]: https://github.com/Azure/azure-iot-sdk-c/blob/master/readme.md
143143
[lnk-pip-device]: https://pypi.python.org/pypi/azure-iothub-device-client/
144144
[lnk-pip-service]: https://pypi.python.org/pypi/azure-iothub-service-client/
145145

@@ -151,4 +151,4 @@ Other reference topics in this IoT Hub developer guide include:
151151
[lnk-benefits-blog]: https://azure.microsoft.com/blog/benefits-of-using-the-azure-iot-sdks-in-your-azure-iot-solution/
152152
[lnk-cocoa-device]: https://cocoapods.org/pods/AzureIoTHubClient
153153
[lnk-ios-sample]: https://github.com/Azure-Samples/azure-iot-samples-ios
154-
[lnk-cocoa-service]: https://cocoapods.org/pods/AzureIoTHubServiceClient
154+
[lnk-cocoa-service]: https://cocoapods.org/pods/AzureIoTHubServiceClient

0 commit comments

Comments
 (0)