Skip to content

Commit 205c1ba

Browse files
committed
Fixed link text for mistitled links after review
1 parent 2c073af commit 205c1ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/iot/iot-mqtt-connect-to-iot-hub.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,11 +139,11 @@ In the **CONNECT** packet, the device should use the following values:
139139
> [!NOTE]
140140
> If you use X.509 certificate authentication, SAS token passwords aren't required. For more information, see [Tutorial: Create and upload certificates for testing](../iot-hub/tutorial-x509-test-certs.md) and follow code instructions in the [TLS/SSL configuration section](#tlsssl-configuration).
141141
142-
For more information about how to generate SAS tokens, see the [Use SAS tokens as a device](../iot-hub/authenticate-authorize-sas.md#use-sas-tokens-from-devices) section of [Control access to IoT Hub with shared access signatures](../iot-hub/authenticate-authorize-sas.md).
142+
For more information about how to generate SAS tokens, see the [Use SAS tokens from devices](../iot-hub/authenticate-authorize-sas.md#use-sas-tokens-from-devices) section of [Control access to IoT Hub with shared access signatures](../iot-hub/authenticate-authorize-sas.md).
143143

144144
You can also use the cross-platform [Azure IoT Hub extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-toolkit) or the CLI extension command [az iot hub generate-sas-token](/cli/azure/iot/hub#az-iot-hub-generate-sas-token) to quickly generate a SAS token. You can then copy and paste the SAS token into your own code for testing purposes.
145145

146-
For a tutorial on using MQTT directly, see [Use MQTT to develop an IoT device client without using a device SDK](./tutorial-use-mqtt.md).
146+
For a tutorial on using MQTT directly, see [Tutorial - Use MQTT to develop an IoT device client without using a device SDK](./tutorial-use-mqtt.md).
147147

148148
### Using the Azure IoT Hub extension for Visual Studio Code
149149

@@ -444,7 +444,7 @@ For more information, see [Understand and invoke direct methods from IoT Hub](..
444444
To learn more about using MQTT, see:
445445

446446
* [MQTT documentation](https://mqtt.org/)
447-
* [Use MQTT to develop an IoT device client without using a device SDK](./tutorial-use-mqtt.md)
447+
* [Tutorial - Use MQTT to develop an IoT device client without using a device SDK](./tutorial-use-mqtt.md)
448448
* [MQTT application samples](https://github.com/Azure-Samples/MqttApplicationSamples)
449449

450450
To learn more about using IoT device SDKS, see:

0 commit comments

Comments
 (0)