This is an automated email from the ASF dual-hosted git repository.

mauriciostekl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 0ebdf17  fixed download path for 2.11 binary
0ebdf17 is described below

commit 0ebdf174e276a39bdb22019181f564389f6159c6
Author: Mauricio Stekl <[email protected]>
AuthorDate: Mon Dec 13 11:23:59 2021 -0300

    fixed download path for 2.11 binary
---
 _src/_components/download-binary.pug | 2 +-
 download.html                        | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/_src/_components/download-binary.pug 
b/_src/_components/download-binary.pug
index 4a91e4b..1e3f768 100644
--- a/_src/_components/download-binary.pug
+++ b/_src/_components/download-binary.pug
@@ -21,7 +21,7 @@
                     guide: "https://ignite.apache.org/docs/latest";,
                     javadoc: 
"https://ignite.apache.org/releases/2.11.0/javadoc/";,
                     notes: 
"https://ignite.apache.org/releases/2.11.0/release_notes.html";,
-                    sourcelink: 
"[preferred][distdir]/ignite/2.11.0/apache-ignite-2.11.0-bin.zip",
+                    sourcelink: 
"[preferred][distdir]/2.11.0/apache-ignite-2.11.0-bin.zip",
                     onclick: "gtag('event',  'download', {'event_category': 
'apache_ignite_fabric_download', 'event_label': 'apache-ignite-2.11.0'});"
                 })
                 +downloadRow({
diff --git a/download.html b/download.html
index 9c6d51f..e2dbe3b 100644
--- a/download.html
+++ b/download.html
@@ -617,12 +617,12 @@
                 <td class="jsLinksInside">
                   <a
                     class="sourcelink"
-                    
href="[preferred][distdir]/ignite/2.11.0/apache-ignite-2.11.0-bin.zip"
+                    
href="[preferred][distdir]/2.11.0/apache-ignite-2.11.0-bin.zip"
                     target="_blank"
                     onclick="gtag('event',  'download', {'event_category': 
'apache_ignite_fabric_download', 'event_label': 'apache-ignite-2.11.0'});"
                     >apache-ignite-2.11.0-bin.zip</a
                   >
-                  (<a 
href="[preferred][distdir]/ignite/2.11.0/apache-ignite-2.11.0-bin.zip.asc" 
target="_blank">pgp</a><a 
href="[preferred][distdir]/ignite/2.11.0/apache-ignite-2.11.0-bin.zip.sha512" 
target="_blank">sha512</a>)
+                  (<a 
href="[preferred][distdir]/2.11.0/apache-ignite-2.11.0-bin.zip.asc" 
target="_blank">pgp</a><a 
href="[preferred][distdir]/2.11.0/apache-ignite-2.11.0-bin.zip.sha512" 
target="_blank">sha512</a>)
                 </td>
               </tr>
               <tr>

Reply via email to