diff --git a/README.md b/README.md
index d219b2e122e95f8ff33fca449235fe1a24a767df..52b4e729d02874775c224b74af98eec626b14f22 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ Looking for a complete IoT firmware solution?
 Check out [Mongoose OS](https://mongoose-iot.com) - open source embedded operating system for low-power connected microcontrollers. Secure, designed for Internet of Things, complete environment for prototyping, development and managing.
 
 # Support
-- [Study mongoose example code](https://github.com/cesanta/mongoose-examples)
+- [Study mongoose example code](https://github.com/cesanta/mongoose/tree/master/examples)
 - [Read User Guide and API reference](https://docs.cesanta.com/mongoose)
 - [Support Forum - ask your technical questions here] (http://forum.cesanta.com/index.php?p=/categories/mongoose)
 - [Commercial licensing and support available] (https://www.cesanta.com/services-support)
diff --git a/docs/mqtt/client_example.md b/docs/mqtt/client_example.md
index 22502b58bc0c6412533644769a4ba1af76dff441..11f557074632fcc2e04945a4c149ddd12694c5c1 100644
--- a/docs/mqtt/client_example.md
+++ b/docs/mqtt/client_example.md
@@ -2,4 +2,4 @@
 title: MQTT client example
 ---
 
-See https://github.com/cesanta/mongoose-examples/tree/master/examples/mqtt_client
+See https://github.com/cesanta/mongoose/tree/master/examples/mqtt_client
diff --git a/docs/mqtt/server_example.md b/docs/mqtt/server_example.md
index ef1473591a6d0f6e2583f38eeac787f41302c7a5..b1d449ca99bb0dc4ba92684dc77c47a6c01a4945 100644
--- a/docs/mqtt/server_example.md
+++ b/docs/mqtt/server_example.md
@@ -2,4 +2,4 @@
 title: MQTT server example
 ---
 
-See https://github.com/cesanta/mongoose-examples/tree/master/examples/mqtt_broker
+See https://github.com/cesanta/mongoose/tree/master/examples/mqtt_broker