Skip to content

Commit

Permalink
README.md: update github URL
Browse files Browse the repository at this point in the history
  • Loading branch information
jluebbe committed Feb 13, 2017
1 parent 0a400ef commit 3867722
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# RAUC - Robust Auto-Update Controller

[![LGPLv2.1](https://img.shields.io/badge/license-LGPLv2.1-blue.svg)](https://raw.githubusercontent.com/jluebbe/rauc/master/COPYING)
[![Travis branch](https://img.shields.io/travis/jluebbe/rauc/master.svg)](https://travis-ci.org/jluebbe/rauc)
[![Coveralls branch](https://img.shields.io/coveralls/jluebbe/rauc/master.svg)](https://coveralls.io/r/jluebbe/rauc)
[![LGPLv2.1](https://img.shields.io/badge/license-LGPLv2.1-blue.svg)](https://raw.githubusercontent.com/rauc/rauc/master/COPYING)
[![Travis branch](https://img.shields.io/travis/rauc/rauc/master.svg)](https://travis-ci.org/rauc/rauc)
[![Coveralls branch](https://img.shields.io/coveralls/rauc/rauc/master.svg)](https://coveralls.io/r/rauc/rauc)
[![Coverity](https://img.shields.io/coverity/scan/5085.svg)](https://scan.coverity.com/projects/5085)
[![Documentation](https://readthedocs.org/projects/rauc/badge/?version=latest)](http://rauc.readthedocs.org/en/latest/?badge=latest)

RAUC controls the update process on embedded linux systems. It is both a target
application that runs as an update client and a host/target tool
that allows you to create, inspect and modify installation artifacts.

Source Code: https://github.com/jluebbe/rauc
Source Code: https://github.com/rauc/rauc

Documentation: https://rauc.readthedocs.org/

Expand Down Expand Up @@ -114,7 +114,7 @@ following Busybox feature:

## Building from Sources

git clone https://github.com/jluebbe/rauc
git clone https://github.com/rauc/rauc
cd rauc
./autogen.sh
./configure
Expand Down

0 comments on commit 3867722

Please sign in to comment.