From 1e955caf2641a5dc030a5696110b9b9ce71c9256 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20St=C3=B6r?= Date: Thu, 10 Nov 2016 21:31:49 +0100 Subject: [PATCH] Fix link --- docs/en/modules/sntp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/modules/sntp.md b/docs/en/modules/sntp.md index 987d7950..9729aa49 100644 --- a/docs/en/modules/sntp.md +++ b/docs/en/modules/sntp.md @@ -12,7 +12,7 @@ When compiled together with the [rtctime](rtctime.md) module it also offers seam Attempts to obtain time synchronization. -For best results you may want to to call this periodically in order to compensate for internal clock drift. As stated in the [rtctime](rtctime.md) module documentation it's advisable to sync time after deep sleep and it's necessary to sync after module reset (add it to [`init.lua`](upload.md#initlua) after WiFi initialization). +For best results you may want to to call this periodically in order to compensate for internal clock drift. As stated in the [rtctime](rtctime.md) module documentation it's advisable to sync time after deep sleep and it's necessary to sync after module reset (add it to [`init.lua`](../upload.md#initlua) after WiFi initialization). #### Syntax `sntp.sync([server_ip], [callback], [errcallback])`