From 2c3a0649429deefcc0ae2348f22bcc536e331048 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Tue, 18 Sep 2018 20:16:29 -0400 Subject: [PATCH] README.md update Jenkins build status icon and url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41aa6cdc0a..c752bcf90a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ **Very lightweight Estimation & Control Library.** -[![DOI](https://zenodo.org/badge/22634/PX4/ecl.svg)](https://zenodo.org/badge/latestdoi/22634/PX4/ecl) [![Build Status](http://ci.px4.io:8080/buildStatus/icon?job=ecl/master)](http://ci.px4.io:8080/blue/organizations/jenkins/ecl/activity) +[![DOI](https://zenodo.org/badge/22634/PX4/ecl.svg)](https://zenodo.org/badge/latestdoi/22634/PX4/ecl) [![Build Status](http://ci.px4.io:8080/buildStatus/icon?job=PX4/ecl/master)](http://ci.px4.io:8080/blue/organizations/jenkins/PX4%2Fecl/activity) This library solves the estimation & control problems of a number of robots and drones. It accepts GPS, vision and inertial sensor inputs. It is extremely lightweight and efficient and yet has the rugged field-proven performance.