use https links, remove livestreamer and quvi link - twitch-go - twitch.tv web application in Go
(HTM) git clone git://git.codemadness.org/twitch-go
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 973a3b00c9dc7f0f754c97b23980e66ee30a221c
(DIR) parent 2481cef0e92b8deb9eebc43881f397843991bcfd
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sun, 6 Aug 2017 13:17:37 +0200
use https links, remove livestreamer and quvi link
Diffstat:
M data/templates/pages/links.html | 8 +++-----
M data/templates/pages/playlist.html | 4 ++--
M data/templates/themes/default/page⦠| 2 +-
3 files changed, 6 insertions(+), 8 deletions(-)
---
(DIR) diff --git a/data/templates/pages/links.html b/data/templates/pages/links.html
@@ -3,10 +3,8 @@
{{define "content"}}
<ul>
- <li><a href="http://mpv.io/installation/">mpv player</a>
- <li><a href="http://livestreamer.tanuki.se/en/latest/">Livestreamer</a></li>
- <li><a href="http://quvi.sourceforge.net/">quvi</a></li>
- <li><a href="http://rtmpdump.mplayerhq.hu/">rtmpdump</a></li>
- <li><a href="https://github.com/justintv/Twitch-API">Twitch.tv API</a></li>
+ <li><a href="https://mpv.io/installation/">mpv player</a>
+ <li><a href="https://rtmpdump.mplayerhq.hu/">rtmpdump</a></li>
+ <li><a href="https://dev.twitch.tv/docs">Twitch.tv API</a></li>
</ul>
{{end}}
(DIR) diff --git a/data/templates/pages/playlist.html b/data/templates/pages/playlist.html
@@ -2,7 +2,7 @@
{{define "class"}}playlist{{end}}
{{define "content"}}
- <p>Copy paste the following link in <a href="http://www.videolan.org/">VLC</a> /
- <a href="http://mpv.io/installation/">mpv</a> as a network stream:</p>
+ <p>Copy paste the following link in <a href="https://www.videolan.org/">VLC</a> /
+ <a href="https://mpv.io/installation/">mpv</a> as a network stream:</p>
<a href="{{.Url}}">{{.Url}}</a>
{{end}}
(DIR) diff --git a/data/templates/themes/default/page.html b/data/templates/themes/default/page.html
@@ -11,7 +11,7 @@
<form method="get" action="/playlist">
<a href="/featured">Featured</a> |
<a href="/games">Games</a> |
- <a href="http://git.codemadness.nl/twitch-go/">Source-code</a> |
+ <a href="https://git.codemadness.org/twitch-go/">Source-code</a> |
<a href="/twitch.sh">SH version</a> |
<a href="/links">Links</a>