changeset 156:856867212b5d

developers: fixed bug tracker URL
author Goffi <goffi@goffi.org>
date Sat, 13 Jan 2018 19:08:34 +0100
parents 58c032157bed
children e9bd848b21da
files sat_website/templates/sat_website/developers.html
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/sat_website/templates/sat_website/developers.html	Fri Nov 03 00:21:49 2017 +0100
+++ b/sat_website/templates/sat_website/developers.html	Sat Jan 13 19:08:34 2018 +0100
@@ -32,7 +32,7 @@
     {% trans "Report a bug" %}
     </h5>
     <div class="info">
-        <p>{% blocktrans with bugzilla="<a target=\"#\" href=\"http://bugs.goffi.org/describecomponents.cgi?product=Salut%20%C3%A0%20Toi\">http://bugs.goffi.org</a>" %}If you found a bug, please report it to our Bugzilla: {{bugzilla}}{% endblocktrans %}</p>
+        <p>{% blocktrans with link="<a target=\"#\" href=\"https://bugs.goffi.org">https://bugs.goffi.org</a>" %}If you found a bug, please report it in our bug tracker (which is SàT/XMPP based ;)): {{link}}{% endblocktrans %}</p>
     </div>
 </div>
 
@@ -54,7 +54,7 @@
         <p>{% blocktrans with wiki="<a target=\"#\" href=\"http://wiki.goffi.org/wiki/sat\">http://wiki.goffi.org/wiki/sat</a>" %}The documentation is available on the wiki (feel free to improve it): {{ wiki }}{% endblocktrans %}</p>
         <p>{% blocktrans with developers_page="<a target=\"#\" href=\"http://wiki.goffi.org/wiki/Cat%C3%A9gorie:Documentation_d%C3%A9veloppeur\">http://wiki.goffi.org/wiki/Catégorie:Documentation_développeur</a>" %}You'll also find a dedicated section for developers: {{ developers_page }}{% endblocktrans %}</p>
     </div>
-    
+
 </div>
 
 <div class="row">