From 1ed7243056efbf1b7dfa12a2a8c486d22089e23d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20St=C3=B6r?= Date: Sun, 21 Feb 2016 21:42:24 +0100 Subject: [PATCH] Fix NodeMCU docs link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e882b8..5d01052 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # [nodemcu-httpserver](https://github.com/marcoskirsch/nodemcu-httpserver) A (very) simple web server written in Lua for the ESP8266 running the NodeMCU firmware. -[From the NodeMCU FAQ](https://nodemcu.readthedocs.org/en/dev/en/faq/#how-do-i-minimise-the-footprint-of-an-application): +[From the NodeMCU FAQ](https://nodemcu.readthedocs.org/en/dev/en/lua-developer-faq/#how-do-i-minimise-the-footprint-of-an-application): > If you are trying to implement a user-interface or HTTP webserver in your ESP8266 then > you are really abusing its intended purpose. When it comes to scoping your ESP8266