diff options
author | Marek Vavruša <marek.vavrusa@nic.cz> | 2015-04-02 09:37:41 +0200 |
---|---|---|
committer | Marek Vavruša <marek.vavrusa@nic.cz> | 2015-04-02 09:37:41 +0200 |
commit | d9c4ed61f69c82a9b59e49d40b2a7de3042074ee (patch) | |
tree | a8f447235102c2c031141d846dc76544ac4910d9 /README.md | |
parent | readme: fixed links (diff) | |
download | knot-resolver-d9c4ed61f69c82a9b59e49d40b2a7de3042074ee.tar.xz knot-resolver-d9c4ed61f69c82a9b59e49d40b2a7de3042074ee.zip |
readme: coverage badge
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ # Knot DNS Resolver [![Build Status](https://travis-ci.org/CZ-NIC/knot-resolver.svg?branch=master)](https://travis-ci.org/CZ-NIC/knot-resolver) -[![Coverage Status](https://coveralls.io/r/CZ-NIC/knot-resolver/badge.svg?branch=master)](https://coveralls.io/r/CZ-NIC/knot-resolver?branch=master) +[![Coverage Status](https://coveralls.io/repos/CZ-NIC/knot-resolver/badge.svg)](https://coveralls.io/r/CZ-NIC/knot-resolver) The Knot DNS Resolver is a minimalistic caching resolver implementation. The project provides both a resolver library and a small daemon. Modular architecture of the library keeps the core tiny and efficient, and provides |