aboutsummaryrefslogtreecommitdiff
path: root/src/web/templates/about_more.html
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2018-10-15 10:16:55 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2018-10-15 10:16:55 +0200
commitd3ca747f2f317a901d6e5856e97d90957ba785b9 (patch)
treeafe7a7608f5b310f3097776a125e0fff3b62a32c /src/web/templates/about_more.html
parentMerge branch 'master' of github.com:newspipe/newspipe (diff)
downloadnewspipe-d3ca747f2f317a901d6e5856e97d90957ba785b9.tar.gz
newspipe-d3ca747f2f317a901d6e5856e97d90957ba785b9.tar.bz2
newspipe-d3ca747f2f317a901d6e5856e97d90957ba785b9.zip
Updated some links
Diffstat (limited to 'src/web/templates/about_more.html')
-rw-r--r--src/web/templates/about_more.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/templates/about_more.html b/src/web/templates/about_more.html
index d530861f..136bd5b0 100644
--- a/src/web/templates/about_more.html
+++ b/src/web/templates/about_more.html
@@ -2,7 +2,7 @@
{% block content %}
<div class="container">
<ul class="list-group">
- <li class="list-group-item">{{ _('Newspipe version') }}: <a href="https://github.com/newspipe/newspipe/releases/tag/{{newspipe_version}}">{{newspipe_version}}</a></li>
+ <li class="list-group-item">{{ _('Newspipe version') }}: <a href="https://gitlab.com/newspipe/newspipe/tags/{{newspipe_version}}">{{newspipe_version}}</a></li>
<li class="list-group-item">{{ _('Running on Heroku') }}: {{on_heroku}}</li>
<li class="list-group-item">{{ _('Registration') }}: {{registration}}</li>
<li class="list-group-item">{{ _('Python version') }}: {{python_version}}</li>
bgstack15