From d1e6d5121a0c8e2b41114cf320513fd67cc5d352 Mon Sep 17 00:00:00 2001 From: Hieromon Ikasamo Date: Mon, 8 Apr 2019 21:51:11 +0900 Subject: [PATCH] Fixed lost link --- examples/mqttRSSI/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/mqttRSSI/README.md b/examples/mqttRSSI/README.md index a7c9835..8d82f44 100644 --- a/examples/mqttRSSI/README.md +++ b/examples/mqttRSSI/README.md @@ -2,7 +2,7 @@ ### Publish ESP8266/ESP32 WiFi signal strength to MQTT broker -This example is based on the description of the MQTT client application in the [AutoConnect documentation](https://hieromon.github.io/AutoConnect/examples/index.html#used-with-mqtt-as-a-client-application). To experience this example, you need to prepare the [ThingSpeak](https://thingspeak.com/) account and the channel for MQTT message exchange in advance. +This example is based on the description of the MQTT client application in the [AutoConnect documentation](https://hieromon.github.io/AutoConnect/howtoembed.html#used-with-mqtt-as-a-client-application). To experience this example, you need to prepare the [ThingSpeak](https://thingspeak.com/) account and the channel for MQTT message exchange in advance.