Skip to content

Commit 6a9f044

Browse files
committed
relative link
1 parent e372457 commit 6a9f044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/ota_updates/ota_updates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ void onError(OTA_CALLBACK_ERROR (fn));
8080
### Basic Requirements
8181

8282
Flash chip size needs a size thats is able to hold the old sketch (currently running) and the new sketch (OTA) at the same time.
83-
keep in mind that the File system and EEPROM for example needs space too (one time) see [flash layout](https://github.com/esp8266/Arduino/blob/master/doc/filesystem.md#flash-layout).
83+
keep in mind that the File system and EEPROM for example needs space too (one time) see [flash layout](../filesystem.md#flash-layout).
8484
```cpp
8585
ESP.getFreeSketchSpace();
8686
```

0 commit comments

Comments
 (0)