Skip to content

Commit 32ff04b

Browse files
authored
Merge pull request #127458 from dominicbetts/fix-broken-links
Fix broken links
2 parents 086750a + df48d77 commit 32ff04b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/iot-pnp/concepts-developer-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The model ID announcement has been added to the next versions of the SDKs
5252

5353
## DPS payload
5454

55-
Devices using the [Device Provisioning Service (DPS)](/iot-dps/) can include the `modelId` to be used during the provisioning process using the following JSON payload.
55+
Devices using the [Device Provisioning Service (DPS)](../iot-dps/about-iot-dps.md) can include the `modelId` to be used during the provisioning process using the following JSON payload.
5656

5757
```json
5858
{

articles/iot-pnp/howto-certify-device.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To meet the certification requirements, your device must:
3838
- Describe the device interactions with a [DTDL v2](https://aka.ms/dtdl) model.
3939
- Publish the model, and all required interfaces, in the [Azure IoT Public Model Repository](https://devicemodels.azureiotsolutions.com/)
4040
- Send the model ID during [DPS registration](concepts-developer-guide.md#dps-payload) in the DPS provisioning payload.
41-
- Announce the model ID during the [MQTT connection](/concepts-developer-guide.md#model-id-announcement).
41+
- Announce the model ID during the [MQTT connection](concepts-developer-guide.md#model-id-announcement).
4242

4343
## Test with the Azure IoT Extension CLI
4444

0 commit comments

Comments
 (0)