From eb7e082a3c0ac9a783688ef447438222da564e38 Mon Sep 17 00:00:00 2001 From: Pargorn Puttapirat Date: Wed, 28 Oct 2020 12:06:31 +0700 Subject: [PATCH] Revive a dead link (#7679) * Revive a dead link. * Update server-examples.rst --- doc/esp8266wifi/server-examples.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/esp8266wifi/server-examples.rst b/doc/esp8266wifi/server-examples.rst index fd8ad7d9c..5a684d5cc 100644 --- a/doc/esp8266wifi/server-examples.rst +++ b/doc/esp8266wifi/server-examples.rst @@ -243,6 +243,6 @@ Conclusion The above example shows that a web server on ESP8266 can be set up in almost no time. Such server can easily stand up requests from much more powerful hardware and software like a PC with a web browser. Check out other classes like `ESP8266WebServer `__ that let you program more advanced applications. -If you like to try another server example, check out `WiFiWebServer.ino `__, that provides functionality of toggling the GPIO pin on and off out of a web browser. +If you like to try another server example, check out `WiFiManualWebServer.ino `__, that provides functionality of toggling the GPIO pin on and off out of a web browser. For the list of functions provided to implement and manage servers, please refer to the `Server Class `__ documentation.