From 9807cca984b91563dbab04c68306a91c838ab205 Mon Sep 17 00:00:00 2001 From: Arthur Golubtsov Date: Wed, 3 Jun 2020 08:52:54 +0300 Subject: [PATCH] Update README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7b6909f..de3fd5f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [Русская версия](README_RU.md) -Software for making the drone show controlled by Raspberry Pi, PX4 and COEX [Clever](https://github.com/CopterExpress/clever) package. +Software for making the drone show controlled by Raspberry Pi, PX4 and COEX [Clover](https://github.com/CopterExpress/clover) package. Create animation in Blender, convert it to drone paths, set up the drones and run your own show! @@ -16,9 +16,9 @@ Create animation in Blender, convert it to drone paths, set up the drones and ru ## This software includes -* [Drone side](https://github.com/CopterExpress/clever-show/tree/master/Drone) for remote synchronized control of drones with emergency drone protection module -* [Server side](https://github.com/CopterExpress/clever-show/tree/master/Server) for making the drone show with ability of tuning drones, animation and music -* [Blender 2.8 addon](https://github.com/CopterExpress/clever-show/tree/master/blender-addon) for exporting animation to drone paths +* [Drone side](drone/) for remote synchronized control of drones with emergency drone protection module +* [Server side](server/) for making the drone show with ability of tuning drones, animation and music +* [Blender 2.8 addon](blender-addon/) for exporting animation to drone paths * [Raspberry Pi image](https://github.com/CopterExpress/clever-show/releases/latest) for quick launch software on the drones ## Documentation @@ -27,4 +27,4 @@ Create animation in Blender, convert it to drone paths, set up the drones and ru Start tutorial is located [here](docs/ru/start-tutorial.md). -Detailed documentation is located in the [docs](https://github.com/CopterExpress/clever-show/tree/master/docs) folder. +Detailed documentation is located in the [docs](docs/) folder.