From 7fa35e8a8830de13f79efb461ff9a6e0e0543e07 Mon Sep 17 00:00:00 2001 From: Ban Siesta Date: Fri, 12 Jun 2015 08:29:22 +0100 Subject: [PATCH] README.md: added link to LICENSE.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7acae4a6ed..751b285326 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/PX4/Firmware?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) -This repository contains the PX4 Flight Core, with the main applications located in the src/modules directory. It also contains the PX4 Drone Platform, which contains drivers and middleware to run drones. +This repository contains the PX4 Flight Core, with the main applications located in the src/modules directory. It also contains the PX4 Drone Platform, which contains drivers and middleware to run drones. * Official Website: http://px4.io -* License: BSD 3-clause (see LICENSE.md) +* License: BSD 3-clause (see [LICENSE.md](https://github.com/PX4/Firmware/blob/master/LICENSE.md)) * Supported airframes (more experimental are supported): * [Multicopters](http://px4.io/platforms/multicopters/start) * [Fixed wing](http://px4.io/platforms/planes/start)