From ee3d72f5f283af693852f46d7447dfc5c93218e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20St=C3=B6r?= Date: Thu, 31 Aug 2017 22:55:11 +0200 Subject: [PATCH] Fix markdown syntax --- docs/en/modules/rtctime.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/modules/rtctime.md b/docs/en/modules/rtctime.md index 3b04ede2..97ec3885 100644 --- a/docs/en/modules/rtctime.md +++ b/docs/en/modules/rtctime.md @@ -26,7 +26,7 @@ time tracking is somewhat worse, but normally within 10ms. !!! important -This module uses RTC memory slots 0-9, inclusive. As soon as [`rtctime.set()`](#rtctimeset) (or [`sntp.sync()`](sntp.md#sntpsync)) has been called these RTC memory slots will be used. + This module uses RTC memory slots 0-9, inclusive. As soon as [`rtctime.set()`](#rtctimeset) (or [`sntp.sync()`](sntp.md#sntpsync)) has been called these RTC memory slots will be used. This is a companion module to the [rtcmem](rtcmem.md) and [SNTP](sntp.md) modules.