Skip to content

Commit eb7e082

Browse files
authored
Revive a dead link (#7679)
* Revive a dead link. * Update server-examples.rst
1 parent 7f38e14 commit eb7e082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/esp8266wifi/server-examples.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,6 @@ Conclusion
243243

244244
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 <https://github.com/esp8266/Arduino/tree/master/libraries/ESP8266WebServer>`__ that let you program more advanced applications.
245245

246-
If you like to try another server example, check out `WiFiWebServer.ino <https://github.com/esp8266/Arduino/blob/master/libraries/ESP8266WiFi/examples/WiFiWebServer/WiFiWebServer.ino>`__, that provides functionality of toggling the GPIO pin on and off out of a web browser.
246+
If you like to try another server example, check out `WiFiManualWebServer.ino <https://github.com/esp8266/Arduino/blob/master/libraries/ESP8266WiFi/examples/WiFiManualWebServer/WiFiManualWebServer.ino>`__, that provides functionality of toggling the GPIO pin on and off out of a web browser.
247247

248248
For the list of functions provided to implement and manage servers, please refer to the `Server Class <server-class.rst>`__ documentation.

0 commit comments

Comments
 (0)