diff --git a/src/src/WebServer/SysInfoPage.cpp b/src/src/WebServer/SysInfoPage.cpp index b455cb2543..2d3f3e5b95 100644 --- a/src/src/WebServer/SysInfoPage.cpp +++ b/src/src/WebServer/SysInfoPage.cpp @@ -837,7 +837,7 @@ void handle_sysinfo_Storage() { # ifdef ESP32 addTableSeparator(F("Partitions"), 2, 3, - F("https://dl.espressif.com/doc/esp-idf/latest/api-guides/partition-tables.html")); + F("https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-guides/partition-tables.html")); addRowLabel(F("Data Partition Table")); @@ -866,4 +866,4 @@ void handle_sysinfo_Storage() { #endif // ifdef WEBSERVER_SYSINFO -#endif \ No newline at end of file +#endif