aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-12-17 08:08:34 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-12-17 08:08:34 +0100
commit51d93a89f57c8235abad430c9598e90d85250f1b (patch)
tree37483190e2835eb88fec1a27f18add97cfde8075
parentRemoved useless div tag. (diff)
downloadnewspipe-51d93a89f57c8235abad430c9598e90d85250f1b.tar.gz
newspipe-51d93a89f57c8235abad430c9598e90d85250f1b.tar.bz2
newspipe-51d93a89f57c8235abad430c9598e90d85250f1b.zip
Updated link to Heroku deploy button on the About page.
-rw-r--r--web/templates/about.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/templates/about.html b/web/templates/about.html
index 337a4a22..8d042077 100644
--- a/web/templates/about.html
+++ b/web/templates/about.html
@@ -7,7 +7,7 @@
{{ _('JARR is a news aggregator platform.') }}
{{ _('You can easily <a href="https://jarr.readthedocs.org/en/latest/deployment.html">install JARR on your server</a>.') }}
{{ _('Alternatively, you can deploy your own copy using this button:') }}</p>
- <a class="reference external image-reference" href="https://github.com/JARR-aggregator/JARR"><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://github.com/JARR-aggregator/JARR.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/JARR-aggregator/JARR">source code</a>
according to the <a href="https://www.gnu.org/licenses/agpl-3.0.html">Affero GPL</a> license.') }}</p>
bgstack15