[gimp-web/testing] Fix URL.
- From: Jehan Pagès <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web/testing] Fix URL.
- Date: Sun, 22 Apr 2018 11:11:06 +0000 (UTC)
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 {{ 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]