diff --git a/README.md b/README.md
index 6ec812d19f313677ba2919ef1eca6d0d74c23aff..c33ef06bb91803ac4a5b396dd5bebdea492b2ab9 100644
--- a/README.md
+++ b/README.md
@@ -18,8 +18,7 @@ Alternatively,
 - [Read User Guide and API reference](https://docs.cesanta.com/mongoose/dev)
 - [Study mongoose example code](https://github.com/cesanta/mongoose/tree/master/examples)
 
-If you are looking for a complete IoT platform with firmware and cloud compotent,
-- [Check out Smart.js - a full stack IoT platform](https://github.com/cesanta/iot)
+If you are looking for a complete solution with firmware and cloud components, check out [Mongoose IoT Platform](https://github.com/cesanta/mongoose-iot).
 
 # Support
 - [Support Forum - Ask your technical questions here] (http://forum.cesanta.com/index.php?p=/categories/smart-js)
diff --git a/examples/ESP8266_RTOS/user/esp_libc.c b/examples/ESP8266_RTOS/user/esp_libc.c
index bee83d64cfc7d5f7e9f62ca2f82b9d340afe896d..7d5a989deb8c1b79b7894948062ab3e2aa11b61a 100644
--- a/examples/ESP8266_RTOS/user/esp_libc.c
+++ b/examples/ESP8266_RTOS/user/esp_libc.c
@@ -29,7 +29,7 @@ _ssize_t _write_r(struct _reent *r, int fd, void *buf, size_t len) {
 
 /*
  * You'll need to implement _open_r and friends if you want file operations. See
- * https://github.com/cesanta/iot/blob/master/platforms/esp8266/user/esp_fs.c
+ * https://github.com/cesanta/mongoose-iot/blob/master/fw/platforms/esp8266/user/esp_fs.c
  * for SPIFFS-based implementation.
  */