From 1ce3f72d875586c96d901445bd1cba2480937aef Mon Sep 17 00:00:00 2001 From: Drasko DRASKOVIC Date: Wed, 23 Aug 2017 23:35:43 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec44d253..4938a14f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Mainflux is modern massively-scalable and [highly-secured](#security) open sourc It allows device, user and application connections over various network protocols, like HTTP, MQTT, WebSocket and CoAP, making a seamless bridge between them. It is used as the IoT middleware for building complex IoT solutions. -![gophersBanner](https://github.com/mainflux/mainflux-doc/blob/master/img/gopherBanner.jpg) +![gophersBanner](https://github.com/mainflux/doc/blob/master/img/gopherBanner.jpg) Mainflux is built with <3 by [Mainflux company](https://www.mainflux.com/) and community contributors. @@ -30,7 +30,7 @@ Mainflux IoT cloud is composed of several components, i.e. microservices: | [NATS](https://github.com/nats-io/gnatsd) | System event bus | | [NGINX](https://github.com/nginx/nginx) | Reverse Proxy with Auth forwarding | -![arch](https://raw.githubusercontent.com/mainflux/mainflux-doc/master/img/Architecture.png) +![arch](https://raw.githubusercontent.com/mainflux/doc/master/img/Architecture.png) Docker composition that constitues Mainflux IoT infrastructure is defined in the [`docker-compose.yml`](https://github.com/Mainflux/mainflux/blob/master/docker-compose.yml).