From 4330c64dea3e4e4b4f8b7bf08a569c1218574ec9 Mon Sep 17 00:00:00 2001 From: Ivan Bessarabov Date: Fri, 22 May 2020 16:11:27 +0300 Subject: [PATCH] Fixing link to embedded MQTT broker (#13552) --- source/_integrations/mqtt.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/mqtt.markdown b/source/_integrations/mqtt.markdown index a60759889c6..7e15e1de438 100644 --- a/source/_integrations/mqtt.markdown +++ b/source/_integrations/mqtt.markdown @@ -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.
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.