From 167d63046e71b1c67f0a3e96667d4216b3ddd16d Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.anjos@idiap.ch>
Date: Tue, 27 Jun 2017 11:33:55 +0200
Subject: [PATCH] Use only https resources in readme template

---
 templates/readme-template.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/templates/readme-template.rst b/templates/readme-template.rst
index 84cd5bc..e50ca03 100644
--- a/templates/readme-template.rst
+++ b/templates/readme-template.rst
@@ -1,9 +1,9 @@
 .. vim: set fileencoding=utf-8 :
 .. <DATE>
 
-.. image:: http://img.shields.io/badge/docs-stable-yellow.svg
+.. image:: https://img.shields.io/badge/docs-stable-yellow.svg
    :target: https://www.idiap.ch/software/bob/docs/bob/<PACKAGE>/stable/index.html
-.. image:: http://img.shields.io/badge/docs-latest-orange.svg
+.. image:: https://img.shields.io/badge/docs-latest-orange.svg
    :target: https://www.idiap.ch/software/bob/docs/bob/<PACKAGE>/master/index.html
 .. image:: https://gitlab.idiap.ch/bob/<PACKAGE>/badges/master/build.svg
    :target: https://gitlab.idiap.ch/bob/<PACKAGE>/commits/master
@@ -11,7 +11,7 @@
    :target: https://gitlab.idiap.ch/bob/<PACKAGE>/commits/master
 .. image:: https://img.shields.io/badge/gitlab-project-0000c0.svg
    :target: https://gitlab.idiap.ch/bob/<PACKAGE>
-.. image:: http://img.shields.io/pypi/v/<PACKAGE>.svg
+.. image:: https://img.shields.io/pypi/v/<PACKAGE>.svg
    :target: https://pypi.python.org/pypi/<PACKAGE>
 
 
-- 
GitLab