From c90e6b1c68b5eee29200d60e79224553deb46510 Mon Sep 17 00:00:00 2001 From: Deyan Ginev Date: Thu, 9 Nov 2017 18:48:38 -0500 Subject: [PATCH] Use more reliable shields.io badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3500af997..b8c43a9fef 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![Build Status](https://secure.travis-ci.org/KWARC/rust-libxml.png?branch=master)](http://travis-ci.org/KWARC/rust-libxml) [![API Documentation](https://img.shields.io/badge/docs-API-blue.svg)](http://KWARC.github.io/rust-libxml/libxml/index.html) [![License](http://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/KWARC/rust-libxml/master/LICENSE) -[![crates.io](http://meritbadge.herokuapp.com/libxml)](https://crates.io/crates/libxml) +[![crates.io](https://img.shields.io/crates/v/libxml.svg)](https://crates.io/crates/libxml) Rust wrapper for [libxml2](http://xmlsoft.org/).