aboutsummaryrefslogtreecommitdiff
path: root/src/web/templates/about.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/templates/about.html')
-rw-r--r--src/web/templates/about.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/web/templates/about.html b/src/web/templates/about.html
index 8d042077..1b0db5d7 100644
--- a/src/web/templates/about.html
+++ b/src/web/templates/about.html
@@ -7,11 +7,11 @@
{{ _('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://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>
+ <a class="reference external image-reference" href="https://heroku.com/deploy?template=https://github.com/JARR/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>
+ redistribute the <a href="https://github.com/JARR/JARR">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/JARR-aggregator/JARR/issues">here</a>.') }}</p>
+ <p>{{ _('Found a bug? Report it <a href="https://github.com/JARR/JARRissues">here</a>.') }}</p>
</div>
<div class="well">
<h1>{{ _('Help') }}</h1>
bgstack15