Skip to content

Commit 07f2706

Browse files
committed
fixing broken bookmark
1 parent 7236b9a commit 07f2706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-operations/manage-mqtt-broker/tutorial-tls-x509.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ mosquitto_sub -q 1 -t "telemetry/temperature" -d -V mqttv5 \
456456
--cafile contoso_root_ca.crt
457457
```
458458

459-
Now `heater` starts to receive messages because it's authorized with its [username](./howto-configure-authorization.md#using-username-for-authorization).
459+
Now `heater` starts to receive messages because it's authorized with its [username](./howto-configure-authorization.md#use-a-username-for-authorization).
460460
461461
In *another* separate terminal session, publish messages to `health/heartbeat` with `lightbulb`:
462462

0 commit comments

Comments
 (0)