From 2826c566cba4f1fab04c056cb6d7c345b2165d69 Mon Sep 17 00:00:00 2001 From: Ilya Etingof Date: Fri, 11 Mar 2016 19:47:59 +0100 Subject: widget fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 75b2f19..83bd745 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ASN.1 library for Python [![GitHub license](https://img.shields.io/badge/license-BSD-blue.svg)](https://raw.githubusercontent.com/etingof/pyasn1/master/LICENSE.txt) [![Downloads](https://img.shields.io/pypi/dm/pyasn1.svg)](https://pypi.python.org/pypi/pyasn1) [![Build status](https://travis-ci.org/etingof/pyasn1.svg?branch=master)](https://secure.travis-ci.org/etingof/pyasn1) -[![Coverage Status](https://img.shields.io/codecov/c/github/etingof/pyasn1.svg](https://codecov.io/github/etingof/pyasn1/coverage.svg?branch=master) +[![Coverage Status](https://img.shields.io/codecov/c/github/etingof/pyasn1.svg)](https://codecov.io/github/etingof/pyasn1/coverage.svg?branch=master) This is a free and open source implementation of ASN.1 types and codecs as a Python package. It has been first written to support particular -- cgit v1.2.1