From 1ba2febe217355043cbc1a76e165e8c785b90b5a Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Sun, 2 Oct 2016 15:59:31 -0700 Subject: [PATCH] Use HTTPS for crates.io badge --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index fa9205f..c753d86 100644 --- a/Readme.md +++ b/Readme.md @@ -1,6 +1,6 @@ # Cursive -[![crates.io](http://meritbadge.herokuapp.com/cursive)](https://crates.io/crates/cursive) +[![crates.io](https://meritbadge.herokuapp.com/cursive)](https://crates.io/crates/cursive) [![Build Status](https://travis-ci.org/gyscos/Cursive.svg?branch=master)](https://travis-ci.org/gyscos/Cursive) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)