Skip to content

Commit

Permalink
Merge pull request #444 from Dronecode/fix-readme-urls
Browse files Browse the repository at this point in the history
README: fix Jenkins and travis-ci badges.
  • Loading branch information
julianoes authored Jul 11, 2018
2 parents ed482f5 + 2bb41e3 commit 399c5aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
![Dronecode SDK](https://github.com/dronecore/sdk_docs/raw/develop/assets/site/sdk_logo_full.jpg)

[![jenkins build status](http://ci.px4.io:8080/buildStatus/icon?job=DroneCore/develop)](http://ci.px4.io:8080/blue/organizations/jenkins/DroneCore/activity)
[![travis-ci build status](https://travis-ci.org/dronecore/DroneCore.svg?branch=develop)](https://travis-ci.org/dronecore/DroneCore)
[![jenkins build status](http://ci.px4.io:8080/buildStatus/icon?job=DronecodeSDK/develop)](http://ci.px4.io:8080/blue/organizations/jenkins/DronecodeSDK/activity)
[![travis-ci build status](https://travis-ci.org/Dronecode/DronecodeSDK.svg?branch=develop)](https://travis-ci.org/Dronecode/DronecodeSDK)
[![appveyor build status](https://ci.appveyor.com/api/projects/status/1ntjvooywpxmoir8/branch/develop?svg=true)](https://ci.appveyor.com/project/julianoes/dronecore/branch/develop)
[![Coverage Status](https://coveralls.io/repos/github/dronecore/DroneCore/badge.svg?branch=develop)](https://coveralls.io/github/dronecore/DroneCore?branch=develop)
[![Coverage Status](https://coveralls.io/repos/github/Dronecode/DronecodeSDK/badge.svg?branch=develop)](https://coveralls.io/github/Dronecode/DronecodeSDK?branch=develop)

## Description

Expand Down Expand Up @@ -34,7 +34,7 @@ API consumers use the `DronecodeSDK` class to discover and manage vehicles (`Sys

The links below take you to the respective header files:

- [dronecore](include/dronecore.h): set up connection, discover devices
- [dronecode_sdk](include/dronecode_sdk.h): set up connection, discover devices
- [system](include/system.h): an class representing one drone which can consist of multiple components
- [info](plugins/info/info.h): general info about a device
- [telemetry](plugins/telemetry/telemetry.h): to receive telemetry data
Expand Down

0 comments on commit 399c5aa

Please sign in to comment.