From c1de414ba1d7276f2bf463e870ab8e24cb0b75e2 Mon Sep 17 00:00:00 2001 From: devsaurus Date: Sun, 7 Oct 2018 16:17:38 +0200 Subject: [PATCH] fix danglink link in tmr.md --- docs/en/modules/tmr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/modules/tmr.md b/docs/en/modules/tmr.md index b4db0689..1b3d1efd 100644 --- a/docs/en/modules/tmr.md +++ b/docs/en/modules/tmr.md @@ -5,7 +5,7 @@ The tmr module allows access to simple timers. It is aimed at setting up regularly occurring tasks and timing out operations. -What the tmr module is *not* however, is a time keeping module. While all timeouts are expressed in milliseconds, the accuracy is limited and compounding errors would lead to rather inaccurate time keeping. Consider using the [rtctime](rtctime.md) module for "wall clock" time. +What the tmr module is *not* however, is a time keeping module. While all timeouts are expressed in milliseconds, the accuracy is limited and compounding errors would lead to rather inaccurate time keeping. A module for "wall clock" time is not yet available. !!! note