diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2018-10-27 00:34:45 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2018-10-27 00:34:45 +0200 |
commit | aedd03eb00c5584e180202bf4beadfc3888dbfb8 (patch) | |
tree | b0bb69c1be2f2e3adfe4a9f702bd3c1ea66ef900 /src/web/templates | |
parent | Filter feeds per category on the user profile page. (diff) | |
parent | Updated NPM engine. (diff) | |
download | newspipe-aedd03eb00c5584e180202bf4beadfc3888dbfb8.tar.gz newspipe-aedd03eb00c5584e180202bf4beadfc3888dbfb8.tar.bz2 newspipe-aedd03eb00c5584e180202bf4beadfc3888dbfb8.zip |
Merge branch 'master' of gitlab.com:newspipe/newspipe
Diffstat (limited to 'src/web/templates')
-rw-r--r-- | src/web/templates/about.html | 6 | ||||
-rw-r--r-- | src/web/templates/about_more.html | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/web/templates/about.html b/src/web/templates/about.html index 54deaf11..bed2d0d0 100644 --- a/src/web/templates/about.html +++ b/src/web/templates/about.html @@ -7,11 +7,11 @@ {{ _('Newspipe is a news aggregator platform.') }} {{ _('You can easily <a href="https://newspipe.readthedocs.io/en/latest/deployment.html">install Newspipe on your server</a>.') }} {{ _('Alternatively, you can deploy your own copy using this button:') }}</p> - <a class="reference external image-reference" href="https://heroku.com/deploy?template=https://github.com/newspipe/newspipe.git"><img alt="https://www.herokucdn.com/deploy/button.png" src="https://www.herokucdn.com/deploy/button.png" /></a></p> + <a class="reference external image-reference" href="https://heroku.com/deploy?template=https://gitlab.com/newspipe/newspipe.git"><img alt="https://www.herokucdn.com/deploy/button.png" src="https://www.herokucdn.com/deploy/button.png" /></a></p> <p>{{ _('This software is under AGPLv3 license. You are welcome to copy, modify or - redistribute the <a href="https://github.com/newspipe/newspipe">source code</a> + redistribute the <a href="https://gitlab.com/newspipe/newspipe">source code</a> according to the <a href="https://www.gnu.org/licenses/agpl-3.0.html">Affero GPL</a> license.') }}</p> - <p>{{ _('Found a bug? Report it <a href="https://github.com/newspipe/newspipe/issues">here</a>.') }}</p> + <p>{{ _('Found a bug? Report it <a href="https://gitlab.com/newspipe/newspipe/issues">here</a>.') }}</p> <p><a href="{{ url_for('about_more') }}">{{ _('More information') }}</a> {{ _('about this instance.') }}</p> </div> <div class="well"> 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> |