changeset 683d26db027a in www.tryton.org:default
details: https://hg.tryton.org/www.tryton.org?cmd=changeset&node=683d26db027a
description:
        Use proper extension for proteus archive
diffstat:

 templates/download.html |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 15a987b96378 -r 683d26db027a templates/download.html
--- a/templates/download.html   Thu Oct 27 17:56:22 2022 +0200
+++ b/templates/download.html   Mon Oct 31 19:51:44 2022 +0100
@@ -133,7 +133,7 @@
     <a href="https://downloads.tryton.org/current/trytond-last.tar.gz"; 
class="btn btn-outline-primary">Server</a>
     <a href="https://downloads.tryton.org/current/tryton-last.tar.gz"; 
class="btn btn-outline-primary">Desktop Client</a>
     <a href="https://downloads.tryton.org/current/tryton-sao-last.tgz"; 
class="btn btn-outline-primary">Web Client</a>
-    <a href="https://downloads.tryton.org/current/proteus-last.tgz"; class="btn 
btn-outline-primary">Console Client</a>
+    <a href="https://downloads.tryton.org/current/proteus-last.tar.gz"; 
class="btn btn-outline-primary">Console Client</a>
     </p>
     <p>
     Long term support:<br/>
@@ -141,7 +141,7 @@
     <a href="https://downloads.tryton.org/lts/trytond-last.tar.gz"; class="btn 
btn-outline-primary">Server</a>
     <a href="https://downloads.tryton.org/lts/tryton-last.tar.gz"; class="btn 
btn-outline-primary">Desktop Client</a>
     <a href="https://downloads.tryton.org/lts/tryton-sao-last.tgz"; class="btn 
btn-outline-primary">Web Client</a>
-    <a href="https://downloads.tryton.org/lts/proteus-last.tgz"; class="btn 
btn-outline-primary">Console Client</a>
+    <a href="https://downloads.tryton.org/lts/proteus-last.tar.gz"; class="btn 
btn-outline-primary">Console Client</a>
     </p>
 </section>
 <section class="subsection">

Reply via email to