Skip to content

Commit b974463

Browse files
authored
Fix urls (Azure#39252)
1 parent 99540b9 commit b974463

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The library provides access to the Device Update for IoT Hub service that enable
55
[Source code](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/deviceupdate/azure-iot-deviceupdate)
66
| [Package (PyPI)](https://aka.ms/azsdk/python/deviceupdate-pypi)
77
| [Package (Conda)](https://anaconda.org/microsoft/azure-iot-deviceupdate)
8-
| [Product documentation](https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update)
8+
| [Product documentation](https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update)
99

1010
## _Disclaimer_
1111

sdk/deviceupdate/azure-iot-deviceupdate/samples/DeleteUpdate/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ In this sample we will delete an update from Device Update for IoT Hub using Pyt
55
## Prerequisites
66

77
* Python 3.6 or later is required to use this package
8-
* You need an [Azure subscription][https://azure.microsoft.com/free/], and a [Device Update for IoT Hub][https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update]
8+
* You need an [Azure subscription][https://azure.microsoft.com/free/], and a [Device Update for IoT Hub][https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update]
99
account and instance to use this package.
1010

1111
Set the following environment variables:

sdk/deviceupdate/azure-iot-deviceupdate/samples/DeployUpdate/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ In this sample we will deploy an update to a group of devices in Device Update f
55
## Prerequisites
66

77
* Python 3.6 or later is required to use this package
8-
* You need an [Azure subscription][https://azure.microsoft.com/free/], and a [Device Update for IoT Hub][https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update]
8+
* You need an [Azure subscription][https://azure.microsoft.com/free/], and a [Device Update for IoT Hub][https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update]
99
account and instance to use this package.
1010

1111
Set the following environment variables:

sdk/deviceupdate/azure-iot-deviceupdate/samples/GetDevice/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ In this sample we will retrieve some basic device management information from De
55
## Prerequisites
66

77
* Python 3.6 or later is required to use this package
8-
* You need an [Azure subscription][https://azure.microsoft.com/free/], and a [Device Update for IoT Hub][https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update]
8+
* You need an [Azure subscription][https://azure.microsoft.com/free/], and a [Device Update for IoT Hub][https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update]
99
account and instance to use this package.
1010

1111
Set the following environment variables:

sdk/deviceupdate/azure-iot-deviceupdate/samples/GetUpdate/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ In this sample we will retrieve update and file metadata from Device Update for
55
## Prerequisites
66

77
* Python 3.6 or later is required to use this package
8-
* You need an [Azure subscription][https://azure.microsoft.com/free/], and a [Device Update for IoT Hub][https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update]
8+
* You need an [Azure subscription][https://azure.microsoft.com/free/], and a [Device Update for IoT Hub][https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update]
99
account and instance to use this package.
1010

1111
Set the following environment variables:

sdk/deviceupdate/azure-iot-deviceupdate/samples/ImportUpdate/Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ In this sample we will import update to Device Update for IoT Hub using Python S
55
## Prerequisites
66

77
* Python 3.6 or later is required to use this package
8-
* You need an [Azure subscription][https://azure.microsoft.com/free/], and a [Device Update for IoT Hub][https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update]
8+
* You need an [Azure subscription][https://azure.microsoft.com/free/], and a [Device Update for IoT Hub][https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update]
99
account and instance to use this package.
1010

1111
Set the following environment variables:
@@ -30,7 +30,7 @@ The sample will import update to Device Update for IoT Hub.
3030

3131
Let's assume you have device update (provided by device builder) and you want to import it into your Device Update for IoT Hub instance.
3232
For device update to be importable you need not only the actual payload file but also the corresponding import manifest document.
33-
See [Import-Concepts](https://docs.microsoft.com/azure/iot-hub-device-update/import-concepts) for details about import manifest.
33+
See [Import-Concepts](https://learn.microsoft.com/azure/iot-hub-device-update/import-concepts) for details about import manifest.
3434

3535
``` python
3636
endpoint = os.environ["DEVICEUPDATE_ENDPOINT"]

sdk/deviceupdate/azure-iot-deviceupdate/samples/ListUpdates/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ In this sample we will enumerate updates imported to Device Update for IoT Hub u
55
## Prerequisites
66

77
* Python 3.6 or later is required to use this package
8-
* You need an [Azure subscription][https://azure.microsoft.com/free/], and a [Device Update for IoT Hub][https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update]
8+
* You need an [Azure subscription][https://azure.microsoft.com/free/], and a [Device Update for IoT Hub][https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update]
99
account and instance to use this package.
1010

1111
Set the following environment variables:

sdk/deviceupdate/azure-iot-deviceupdate/samples/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ These are code samples that show common scenario operations with the Device Upda
1616
## Prerequisites
1717

1818
* Python 3.6 or later is required to use this package
19-
* You need an [Azure subscription][https://azure.microsoft.com/free/], and a [Device Update for IoT Hub][https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update]
19+
* You need an [Azure subscription][https://azure.microsoft.com/free/], and a [Device Update for IoT Hub][https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update]
2020
account and instance to use this package.
2121

2222
## Setup

0 commit comments

Comments
 (0)