From 75a67c5691c0bc5ad6cf6195598a55539407ef71 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fabian=20W=C3=BCrfl?= <bafdyce@tuta.io>
Date: Sun, 10 Jun 2018 22:28:43 +0200
Subject: [PATCH] Use only https-links in README.md

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index fa40873f..3172bf99 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ is developed alongside, and primarily for, RedoxOS, it is a fully capable on oth
 
 [![Build Status](https://travis-ci.org/redox-os/ion.svg)](https://travis-ci.org/redox-os/ion)
 [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
-[![crates.io](http://meritbadge.herokuapp.com/ion-shell)](https://crates.io/crates/ion-shell)
+[![crates.io](https://meritbadge.herokuapp.com/ion-shell)](https://crates.io/crates/ion-shell)
 ![LOC](https://tokei.rs/b1/github/redox-os/ion)
 
 > Ion is still a WIP, and both its syntax and rules are subject to change over time. It is
@@ -107,4 +107,4 @@ vim/nvim users out there.
 Plugin 'vmchale/ion-vim'
 ```
 
-![Screenshot of Syntax Highlighting](http://i.imgur.com/JzZp7WT.png)
+![Screenshot of Syntax Highlighting](https://i.imgur.com/JzZp7WT.png)
-- 
GitLab