Skip to content

Commit

Permalink
chore: fix wrong url
Browse files Browse the repository at this point in the history
  • Loading branch information
niko-lay authored Dec 27, 2024
1 parent 8977d4d commit be35044
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/src/WebServer/SysInfoPage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"));

Expand Down Expand Up @@ -866,4 +866,4 @@ void handle_sysinfo_Storage() {
#endif // ifdef WEBSERVER_SYSINFO


#endif
#endif

0 comments on commit be35044

Please sign in to comment.