From 8875ac45dc6ad23b47252dde864b132bbe8e14f8 Mon Sep 17 00:00:00 2001 From: Andrey Nikishaev Date: Thu, 26 Aug 2021 11:59:34 +0300 Subject: [PATCH] Fixed url for supervisor in docs --- docs/DEV_GUIDE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/DEV_GUIDE.md b/docs/DEV_GUIDE.md index 2e7533b4..a9e105ed 100644 --- a/docs/DEV_GUIDE.md +++ b/docs/DEV_GUIDE.md @@ -4,13 +4,13 @@ This desktop app is built with: - [Typescript](https://www.typescriptlang.org/) - Typed superset of JavaScript that compiles to plain JavaScript - [Electron](https://www.electronjs.org/) - Build cross-platform desktop apps with JavaScript, HTML, and CSS - [node](https://github.com/mysteriumnetwork/node) - Mysterium Node, hereinafter referred to as Node -- [node-supervisor](https://github.com/mysteriumnetwork/node-supervisor) - Supervisor: Background service for installing/running Node +- [node/supervisor](https://github.com/mysteriumnetwork/node/tree/master/supervisor) - Supervisor: Background service for installing/running Node - [mysterium-vpn-js](https://github.com/mysteriumnetwork/mysterium-vpn-js) - JS SDK for communicating with Node - [mobx-react-lite](https://github.com/mobxjs/mobx-react-lite) - Simple, scalable state management ## Supervisor -Supervisor's job is to start Node when necessary and kill it when its job is done. For more information, see its README. +Supervisor's job is to start Node when necessary and kill it when its job is done. Below is a typical communication sequence on a user system where neither Supervisor nor Node is initially running (clean install).