From abe1274618c6662a5284cf565f90d317809fc5aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ram=C3=B3n=20Roche?= Date: Mon, 25 Jan 2016 23:49:32 -0800 Subject: [PATCH] Revert a commit that mistakenly brakes a link This reverts commit fc7594c15c65860b3c36ca50797eccb812fcc3ac. --- book/concept-dronekit.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/book/concept-dronekit.md b/book/concept-dronekit.md index e0c5539..468b242 100644 --- a/book/concept-dronekit.md +++ b/book/concept-dronekit.md @@ -8,7 +8,7 @@ Solo uses [DroneKit-Python v1.1](http://python.dronekit.io/) internally to devel Working with DroneKit-Python is virtually the same on any platform/vehicle. Developers should read the [DroneKit-Python Documentation](http://python.dronekit.io/) in order to understand the key concepts. -This topic provides a very brief introduction to the "nuances" of working with DroneKit-Python on Solo. It explains how a script should connect to Solo, how to deploy and run scripts on the device, some limitations of using DroneKit scripts (as opposed to using [Smart Shots](concept-smartshot.html)), and how to access useful platform features. +This topic provides a very brief introduction to the "nuances" of working with DroneKit-Python on Solo. It explains how a script should connect to Solo, how to deploy and run scripts on the device, some limitations of using DroneKit scripts (as opposed to using [Smart Shots](concept-smartshot.html)), and how to access useful platform features.