From 4ea62358c98799c1d4d1e711e5cff08045fc4dec Mon Sep 17 00:00:00 2001 From: Vincent Stakenburg Date: Fri, 3 Nov 2017 04:07:05 +0100 Subject: [PATCH] README: Fix MicroPython ESP8266 port link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6039185..1eacd41 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ The extra -I and -L flags are not needed when using the standalone SDK. Subdirectory `examples/` contains some example application(s) which can be built with esp-open-sdk. If you are interested in real-world, full-fledged, advanced example of a project built using esp-open-sdk, -check https://github.com/micropython/micropython/tree/master/esp8266 . +check https://github.com/micropython/micropython/tree/master/ports/esp8266. Pulling updates ===============