Fixing link to embedded MQTT broker (#13552)

This commit is contained in:
Ivan Bessarabov 2020-05-22 16:11:27 +03:00 committed by GitHub
parent 77fc949fd9
commit 4330c64dea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ mqtt:
broker: IP_ADDRESS_BROKER
```
You can also use the [embedded MQTT broker](/docs/mqtt/broker#embedded-broker). A separate broker is advised for more stability.
You can also use the [embedded MQTT broker](/docs/mqtt/broker#embedded-broker-deprecated). A separate broker is advised for more stability.
<div class='note warning'>
As of release 0.92, the embedded broker has been marked as deprecated. This means bugs may not be fixed, and the broker functionality will be removed in a future release.