diff --git a/README.md b/README.md index d219b2e1..52b4e729 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 22502b58..11f55707 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 ef147359..b1d449ca 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