diff --git a/source/_docs/mqtt.markdown b/source/_docs/mqtt.markdown index 805f100573e..980afb7922d 100644 --- a/source/_docs/mqtt.markdown +++ b/source/_docs/mqtt.markdown @@ -5,7 +5,7 @@ description: "Details about the MQTT support of Home Assistant." MQTT (aka MQ Telemetry Transport) is a machine-to-machine or "Internet of Things" connectivity protocol on top of TCP/IP. It allows extremely lightweight publish/subscribe messaging transport. -To integrate MQTT into Home Assistant, you need to setup the [MQTT integration](/docs/integrations/mqtt). +To integrate MQTT into Home Assistant, you need to setup the [MQTT integration](/integrations/mqtt). You will also need to setup an MQTT broker, please refer to the [MQTT broker](/docs/mqtt/broker) documentation.