From 2c2d6dd291e726e3c5fe878f0972d7365fca1162 Mon Sep 17 00:00:00 2001 From: Hieromon Ikasamo Date: Wed, 29 May 2019 22:19:47 +0900 Subject: [PATCH] Fixed typo --- mkdocs/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs/changelog.md b/mkdocs/changelog.md index d422d41..32a35e0 100644 --- a/mkdocs/changelog.md +++ b/mkdocs/changelog.md @@ -1,7 +1,7 @@ #### [0.9.9] May 25, 2019 - Supports ESP8266 Arduino core 2.5.2. - Menu text/background color can be statically customized. -- Added the [enable](achandling.html#enable-autoconnectelements-during-the-sketch-execution) attribute to the AutoConnectElements. This attribute gives dynamically change to the element activation during the sketch executing. +- Added the [enable](achandling.md#enable-autoconnectelements-during-the-sketch-execution) attribute to the AutoConnectElements. This attribute gives dynamically change to the element activation during the sketch executing. - Added ID attribute to HTML tag generated from AutoConnectText. - Fixed the input box layout collapsed. - Fixed that the decoration of AutoConnectButton was disabled.