From c6966e423fe19c29b0035f12fc30703bbfc82489 Mon Sep 17 00:00:00 2001 From: "Andreas C. Osowski" Date: Mon, 3 Oct 2016 21:18:35 +0200 Subject: [PATCH] Fix ardupilot.com link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b34d5a366d..8ef0d2bb59 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ DroneKit-Android helps you create powerful Android apps for UAVs. [DroneKit-Android](http://android.dronekit.io/) is the implementation of [DroneKit](http://dronekit.io/) on Android. -The API provides interfaces that apps can use to control copters, planes, and ground vehicles. It is compatible with vehicles that communicate using the MAVLink protocol (including most vehicles made by 3DR and other members of the DroneCode foundation), and is validated against the open-source [ArduPilot flight control platform](ardupilot.com). +The API provides interfaces that apps can use to control copters, planes, and ground vehicles. It is compatible with vehicles that communicate using the MAVLink protocol (including most vehicles made by 3DR and other members of the DroneCode foundation), and is validated against the open-source [ArduPilot flight control platform](http://ardupilot.com). This project implements the [DroneKit-Android Client library](http://android.dronekit.io) which allows developers to leverage the DroneKit API.