Marcel Stör 7 년 전
부모
커밋
1e955caf26
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/en/modules/sntp.md

+ 1 - 1
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])`