From 66bd4ee8c85f1c4fc1d09db79fd20b28a9db8084 Mon Sep 17 00:00:00 2001 From: Mihai Tudor Panu Date: Fri, 13 May 2016 17:25:15 -0700 Subject: [PATCH] readme: fixed broken link to MRAA in Readme.md Signed-off-by: Mihai Tudor Panu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a5f7c09..f462d1b1 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ UPM (Useful Packages & Modules) Sensor/Actuator repository for MRAA The UPM repository provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform (or microcontroller), as well as with the attached -sensors, through calls to [MRAA](github.com/intel-iot-devkit/mraa) APIs. +sensors, through calls to [MRAA](https://github.com/intel-iot-devkit/mraa) APIs. Programmers can access the interfaces for each sensor by including the sensor’s corresponding header file and instantiating the associated sensor class. In the