From 9c69f5bbd269cb5f03724e9d92591bc8d9bcf782 Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Fri, 8 Feb 2019 23:25:25 +0100 Subject: [PATCH] Fixed link to badge Signed-off-by: Jim Martens --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e98ef52..f640403 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Personal Website [![Build Status](https://api.travis-ci.org/2martens/2martens.de.png)](https://travis-ci.org/2martens/2martens.de) -[![Website Status](https://img.shields.io/website-up-down-green-red/:protocol(https|http)/:2martens.de.svg)](https://2martens.de) +[![Website Status](https://img.shields.io/website-up-down-green-red/https/2martens.de.svg)](https://2martens.de) This repository hosts my personal website. It is jekyll powered with all required dependencies described in the Gemfile. If you wanted, you could create the very same @@ -87,4 +87,4 @@ minimal changes you need to do. - deploy_ed25519.enc: change to your encrypted SSH key To understand how to prepare the SSH connection, follow this link: -https://oncletom.io/2016/travis-ssh-deploy/ \ No newline at end of file +https://oncletom.io/2016/travis-ssh-deploy/