From d39969d1e6168ea373e07456c557909744e57ee2 Mon Sep 17 00:00:00 2001 From: Alexander Alashkin <alexander.alashkin@cesanta.com> Date: Mon, 6 Feb 2017 15:58:53 +0200 Subject: [PATCH] Restore links to mongoose/examples PUBLISHED_FROM=67dc5d1ed30dc2500032be73dcdb214bd62c59d0 --- README.md | 2 +- docs/mqtt/client_example.md | 2 +- docs/mqtt/server_example.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d219b2e12..52b4e729d 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 22502b58b..11f557074 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 ef1473591..b1d449ca9 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 -- GitLab