From c12e89c3d4d52961c803b98f70c6df362c7d87b1 Mon Sep 17 00:00:00 2001 From: Hieromon Ikasamo Date: Sun, 21 Apr 2019 04:28:45 +0900 Subject: [PATCH] Fixed wrong Hyperlink --- examples/mqttRSSI/mqttRSSI.ino | 2 +- examples/mqttRSSI_FS/mqttRSSI_FS.ino | 2 +- examples/mqttRSSI_NA/mqttRSSI_NA.ino | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/mqttRSSI/mqttRSSI.ino b/examples/mqttRSSI/mqttRSSI.ino index 31e9a8e..df83583 100644 --- a/examples/mqttRSSI/mqttRSSI.ino +++ b/examples/mqttRSSI/mqttRSSI.ino @@ -5,7 +5,7 @@ This example is for explaining how to use the AutoConnect library. In order to execute this example, the ThingSpeak account is needed. Sing up for New User Account and create a New Channel via My Channels. For details, please refer to the project page. -https://hieromon.github.io/AutoConnect/examples/index.html#used-with-mqtt-as-a-client-application +https://hieromon.github.io/AutoConnect/howtoembed.html#used-with-mqtt-as-a-client-application This example is based on the environment as of March 20, 2018. Copyright (c) 2018 Hieromon Ikasamo. diff --git a/examples/mqttRSSI_FS/mqttRSSI_FS.ino b/examples/mqttRSSI_FS/mqttRSSI_FS.ino index 59e8bca..4e6ec16 100644 --- a/examples/mqttRSSI_FS/mqttRSSI_FS.ino +++ b/examples/mqttRSSI_FS/mqttRSSI_FS.ino @@ -5,7 +5,7 @@ In order to execute this example, the ThingSpeak account is needed. Sing up for New User Account and create a New Channel via My Channels. For details, please refer to the project page. - https://hieromon.github.io/AutoConnect/examples/index.html#used-with-mqtt-as-a-client-application + https://hieromon.github.io/AutoConnect/howtoembed.html#used-with-mqtt-as-a-client-application Also, this example uses AutoConnectAux menu customization which stored in SPIFFS. To evaluate this example, you upload the contents as mqtt_setting.json of diff --git a/examples/mqttRSSI_NA/mqttRSSI_NA.ino b/examples/mqttRSSI_NA/mqttRSSI_NA.ino index 26a9549..9bda302 100644 --- a/examples/mqttRSSI_NA/mqttRSSI_NA.ino +++ b/examples/mqttRSSI_NA/mqttRSSI_NA.ino @@ -5,7 +5,7 @@ This example is for explaining how to use the AutoConnect library. In order to execute this example, the ThingSpeak account is needed. Sing up for New User Account and create a New Channel via My Channels. For details, please refer to the project page. -https://hieromon.github.io/AutoConnect/examples/index.html#used-with-mqtt-as-a-client-application +https://hieromon.github.io/AutoConnect/howtoembed.html#used-with-mqtt-as-a-client-application This example is based on the environment as of March 20, 2018. Copyright (c) 2018 Hieromon Ikasamo.