From 6a9f044f873fa0e0cf6655127f593dfc55ac5c4c Mon Sep 17 00:00:00 2001 From: Markus Sattler Date: Tue, 1 Dec 2015 17:26:45 +0100 Subject: [PATCH] relative link --- doc/ota_updates/ota_updates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ota_updates/ota_updates.md b/doc/ota_updates/ota_updates.md index d0fdf50a3..42bcb06ac 100644 --- a/doc/ota_updates/ota_updates.md +++ b/doc/ota_updates/ota_updates.md @@ -80,7 +80,7 @@ void onError(OTA_CALLBACK_ERROR (fn)); ### Basic Requirements 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. -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). +keep in mind that the File system and EEPROM for example needs space too (one time) see [flash layout](../filesystem.md#flash-layout). ```cpp ESP.getFreeSketchSpace(); ```