From f8649f6e2dbbbe6d3cdf326d44afdfffa788230d Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Tue, 29 Sep 2015 09:23:21 +0100 Subject: [PATCH] change http links for lsio to https because for some reason dockerhub doesn't recognise http as links, only https. it leaves gaps in the text where there should be links otherwise. --- template/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template/README.md b/template/README.md index 8e92668..25ac07c 100644 --- a/template/README.md +++ b/template/README.md @@ -2,6 +2,6 @@ ## This is a Container in active development, and should not be used by the general public. If you are curious about the current progress or want to comment\contribute to this work, feel free to join us at out irc channel: -[IRC](http://www.linuxserver.io/index.php/irc/) on freenode at `#linuxserver.io`. +[IRC](https://www.linuxserver.io/index.php/irc/) on freenode at `#linuxserver.io`. -or visit our website at [http://linuxserver.io](http://linuxserver.io) +or visit our website at [http://linuxserver.io](https://www.linuxserver.io/)