[gimp-web/testing] Fix URL.



commit 916d204fd14fb3d459deef200d95e940a70795a1
Author: Jehan <jehan girinstud io>
Date:   Sun Apr 22 13:10:45 2018 +0200

    Fix URL.
    
    Oups!

 .../newgimp/templates/downloads-development.html   |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/themes/newgimp/templates/downloads-development.html 
b/themes/newgimp/templates/downloads-development.html
index f775740..1cbb724 100644
--- a/themes/newgimp/templates/downloads-development.html
+++ b/themes/newgimp/templates/downloads-development.html
@@ -68,7 +68,7 @@
             {% for arch, file in FLATPAK_FILE_DEVELOPMENT.iteritems() %}
               <span class='win-button'>
                   <a
-                  
href="//download.gimp.org/mirror/pub/gimp/v{{FLATPAK_VER_DEVELOPMENT.split('.')[0]}}.{{FLATPAK_VER_DEVELOPMENT.split('.')[1]}}/flatpak/{{file}}">
+                  
href="//download.gimp.org/mirror/pub/gimp/v{{FLATPAK_VER_DEVELOPMENT.split('.')[0]}}.{{FLATPAK_VER_DEVELOPMENT.split('.')[1]}}/linux/{{file}}">
                       Download GIMP&nbsp;{{ FLATPAK_VER_DEVELOPMENT }} for {{ arch }}<br/>
                       directly
                   </a>
@@ -90,7 +90,7 @@
                 The download links above will attempt to download GIMP from one of our trusted mirror 
servers.
                 If the mirrors do not work or you would rather download
                 directly from our server, you can get the <a
-                
href='//download.gimp.org/pub/gimp/v{{FLATPAK_VER_DEVELOPMENT.split('.')[0]}}.{{FLATPAK_VER_DEVELOPMENT.split('.')[1]}}/flatpak/'>direct
 download here</a>.
+                
href='//download.gimp.org/pub/gimp/v{{FLATPAK_VER_DEVELOPMENT.split('.')[0]}}.{{FLATPAK_VER_DEVELOPMENT.split('.')[1]}}/linux/'>direct
 download here</a>.
             </p>
         </small>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]