From 9b4e57bb7c4958a38a5853d209781d17d0cd4d35 Mon Sep 17 00:00:00 2001 From: Peter Date: Fri, 24 Apr 2020 09:34:46 +1000 Subject: [PATCH] Update documentation URL As http://ryandowning.net/PersWiFiManager has been non-functional for quite some time now, better to point to the Github Pages copy of the documentation available as part of the gh-pages branch. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b1115f..452b4b9 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,4 @@ This Persistent WiFi Manager provides a WiFi Settings web interface for ESP8266- This library and UI was inspired by tzapu's [WiFiManager library](https://github.com/tzapu/WiFiManager). The main difference is that it allows the program to continue functioning normally, even in AP mode. It is also more memory efficient, as it does not have to dynamically build the page, and can serve it from SPIFFS rather than PROGMEM. -[Full Documentation](http://ryandowning.net/PersWiFiManager) \ No newline at end of file +[Full Documentation](https://r-downing.github.io/PersWiFiManager/)