Skip to content

Commit d8f0c3d

Browse files
committed
fix links
1 parent 4dacf9c commit d8f0c3d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/certification/how-to-test-pnp.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This article shows you how to:
2626
The application code that runs on your IoT Plug and Play must:
2727

2828
- Connect to Azure IoT Hub using the [Device Provisioning Service (DPS)](../iot-dps/about-iot-dps.md).
29-
- Follow the [IoT Plug an Play conventions](../iot-develop/concepts-convention.md) to implement of telemetry, properties, and commands.
29+
- Follow the [IoT Plug an Play conventions](../iot-develop/concepts-developer-guide-device) to implement of telemetry, properties, and commands.
3030

3131
The application is software that's installed separately from the operating system or is bundled with the operating system in a firmware image that's flashed to the device.
3232

@@ -49,15 +49,15 @@ The following steps show you how to prepare for and run the certification tests
4949

5050
### Install the Azure IoT extension for the Azure CLI
5151

52-
See the installation instructions to set up the [Azure CLI](/cli/azure/?view=azure-cli-latest) in your environment.
52+
See the installation instructions to set up the [Azure CLI](../../cli/azure/iot?view=azure-cli-latest) in your environment.
5353

5454
To install the Azure IoT Extension, run the following command:
5555

5656
```azurecli
5757
az extension add --name azure-iot
5858
```
5959

60-
To learn more, see [Azure CLI for Azure IoT](/cli/azure/azure-cli-reference-for-iot?view=azure-cli-latest).
60+
To learn more, see [Azure CLI for Azure IoT](../../cli/azure/iot/product?view=azure-cli-latest).
6161

6262
### Create a new product test
6363

@@ -71,7 +71,7 @@ az iot product test create --badge-type Pnp --at SymmetricKey --device-type Fini
7171
```
7272

7373
> [!NOTE]
74-
> You need to [sign in](/cli/azure/authenticate-azure-cli?view=azure-cli-latest) to your subscription when you use the CLI.
74+
> You need to [sign in](../../cli/azure/authenticate-azure-cli?view=azure-cli-latest) to your subscription when you use the CLI.
7575
7676
The JSON output from the command contains the `primaryKey`, `registrationId`, and `scopeID` to use when you connect your device.
7777

0 commit comments

Comments
 (0)