diff --git a/README.adoc b/README.adoc index 338a810..740d53e 100644 --- a/README.adoc +++ b/README.adoc @@ -1,7 +1,7 @@ == CarCV -image:https://travis-ci.org/oskopek/carcv.svg?branch=develop["Build Status", link="https://travis-ci.org/oskopek/carcv"] -image:https://coveralls.io/repos/oskopek/carcv/badge.png?branch=develop["Coverage status", link="https://coveralls.io/r/oskopek/carcv?branch=develop"] +image:https://travis-ci.org/oskopek/carcv.svg?branch=master["Build Status", link="https://travis-ci.org/oskopek/carcv"] +image:https://coveralls.io/repos/oskopek/carcv/badge.png?branch=master["Coverage status", link="https://coveralls.io/r/oskopek/carcv?branch=master"] image:https://www.ohloh.net/p/carcv/widgets/project_thin_badge.gif["Ohloh widget", link="https://www.ohloh.net/p/carcv"] A car recognizing and speed calculation platform. @@ -16,7 +16,7 @@ CarCV consists of several modules: * *carcv-cpp* -- an old and deprecated implementation of this project in C++ with heavy use of OpenCV * *carcv-webapp* -- a Java EE web-app implementation of the CarCV Core -CarCV uses http://semver.org/[semantic versioning] and a branching model similar to http://nvie.com/posts/a-successful-git-branching-model/[this]. +CarCV uses http://semver.org/[semantic versioning]. === Building * See: How-to setup your *build environment*: