From 9ed9af2d04236b903cbec33aab6bb966a7992a13 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Sat, 12 May 2018 17:02:48 +0300 Subject: [PATCH] Some fixes to readme --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ee13fd68..9c93e396 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,13 @@ CLEVER is an educational programmable drone kit consisting of an unassembled qua Copter Express has implemented a large number of different autonomous drone projects using exactly the same platform: [automated pizza delivery](https://www.youtube.com/watch?v=hmkAoZOtF58) in Samara and Kazan, coffee delivery in Skolkovo Innovation Center, [autonomous quadcopter with charging station](https://www.youtube.com/watch?v=RjX6nUqw1mI) for site monitoring and security, winning drones on [Robokross-2016](https://www.youtube.com/watch?v=dGbDaz_VmYU) and [Robokross-2017](https://youtu.be/AQnd2CRczbQ) competitions and many others. -**The main documentation in Russian is available on our Gitbook:** -**https://copterexpress.gitbooks.io/clever/content/** +**The main documentation in Russian is available [on our Gitbook](https://clever.copterexpress.com/).** Use it to learn how to assemble, configure, pilot and program autonomous CLEVER drone. ## Preconfigured RPi 3 image -Preconfigured image for Raspberry Pi 3 with installed and configured software, ready to fly, is available [here](https://copterexpress.gitbooks.io/clever/content/docs/microsd_images.html). +**Preconfigured image for Raspberry Pi 3 with installed and configured software, ready to fly, is available [in the Releases section](https://github.com/CopterExpress/clever/releases).** Image includes: @@ -24,7 +23,7 @@ Image includes: * mavros * CLEVER software bundle for autonomous drone control -API description in Russian for autonomous flights is available [here](https://copterexpress.gitbooks.io/clever/simple_offboard.html). +API description (in Russian) for autonomous flights is available [on GitBook](https://copterexpress.gitbooks.io/clever/simple_offboard.html). ## Manual installation