diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-11-29 00:18:28 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-11-29 00:18:28 +0100 |
commit | 104a5cce6b82d6506f513413ecb6b40b7915d92d (patch) | |
tree | 18916cc82dbbdfb84814be9f68a8c853cc48ab32 /web/templates | |
parent | Updated .gitignore. (diff) | |
download | newspipe-104a5cce6b82d6506f513413ecb6b40b7915d92d.tar.gz newspipe-104a5cce6b82d6506f513413ecb6b40b7915d92d.tar.bz2 newspipe-104a5cce6b82d6506f513413ecb6b40b7915d92d.zip |
Updated about page.
Diffstat (limited to 'web/templates')
-rw-r--r-- | web/templates/about.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/templates/about.html b/web/templates/about.html index 8bf2ac6e..337a4a22 100644 --- a/web/templates/about.html +++ b/web/templates/about.html @@ -5,7 +5,7 @@ <h1>{{ _('About') }}</h1> <p> {{ _('JARR is a news aggregator platform.') }} - {{ _('You can easily install JARR on your server.') }} + {{ _('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> <p>{{ _('This software is under AGPLv3 license. You are welcome to copy, modify or |