Skip to content

Commit 4da7534

Browse files
author
David Pokluda
committed
Updated readme links.
1 parent 8e41822 commit 4da7534

File tree

1 file changed

+7
-4
lines changed
  • sdk/deviceupdate/azure-iot-deviceupdate

1 file changed

+7
-4
lines changed

sdk/deviceupdate/azure-iot-deviceupdate/README.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The library provides access to the Device Update for IoT Hub service that enables customers to publish updates for their IoT devices to the cloud, and then deploy these updates to their devices (approve updates to groups of devices managed and provisioned in IoT Hub).
44

5-
[Source code](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/deviceupdate) | [Package (PyPI)](https://aka.ms/azsdk/python/deviceupdate-pypi) | [Product documentation](https://github.com/Azure/adu-private-preview/blob/master/docs/adu-overview.md)
5+
[Source code](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/deviceupdate) | [Package (PyPI)](https://aka.ms/azsdk/python/) | [Product documentation](https://docs.microsoft.com/en-us/azure/iot-hub-device-update/understand-device-update)
66

77
## Getting started
88

@@ -29,20 +29,23 @@ Device Update for IoT Hub is a managed service that enables you to deploy over-t
2929
- **DevicesOperations**: device management (enumerate devices and retrieve device properties)
3030
- **DeploymentsOperations**: deployment management (start and monitor update deployments to a set of devices)
3131

32-
You can learn more about Device Update for IoT Hub by visiting [Device Update for IoT Hub](https://github.com/Azure/adu-private-preview/tree/release/v0.2.0-private-preview).
32+
You can learn more about Device Update for IoT Hub by visiting [Device Update for IoT Hub](https://github.com/azure/iot-hub-device-update).
3333

3434
## Examples
3535

36-
You can familiarize yourself with different APIs using [Samples](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/deviceupdate/azure-iot-deviceupdate/samples).
36+
You can familiarize yourself with different APIs using [Samples](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/deviceupdate).
3737

3838
## Troubleshooting
3939

4040
The Device Update for IoT Hub client will raise exceptions defined in [Azure Core][https://github.com/azure/azure-sdk-for-python/blob/master/sdk/core/azure-core/readme.md].
4141

4242
## Next steps
4343

44-
Get started with our [Device Update for IoT Hub samples](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/deviceupdate/azure-iot-deviceupdate/samples)
44+
Get started with our [Device Update for IoT Hub samples](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/deviceupdate)
4545

4646
## Contributing
4747

4848
If you encounter any bugs or have suggestions, please file an issue in the [Issues](https://github.com/Azure/azure-sdk-for-python/issues) section of the project.
49+
50+
<!-- LINKS -->
51+
[azure_core]: https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/core/azure-core/README.md

0 commit comments

Comments
 (0)