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

nizhikov 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 8fb40d0  IGNITE-13085: Fix 2.8.0 download links
8fb40d0 is described below

commit 8fb40d06f1cc8d5fffb184c788512f206a41e18d
Author: Nikolay Izhikov <[email protected]>
AuthorDate: Thu May 28 15:43:48 2020 +0300

    IGNITE-13085: Fix 2.8.0 download links
---
 download.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/download.html b/download.html
index c4050f9..22da41d 100644
--- a/download.html
+++ b/download.html
@@ -375,7 +375,7 @@ under the License.
                     <td style="white-space: nowrap;">2020-03-03</td>
                     <td style="white-space: nowrap;">
                         <a id="apache_ignite_source_download"
-                           
href="[preferred]/[distdir]/2.8.0/apache-ignite-2.8.0-src.zip"
+                           
href="https://archive.apache.org/dist/ignite/2.8.0/apache-ignite-2.8.0-src.zip";
                            onclick="gtag('event',  'download', 
{'event_category': 'apache_ignite_source_download', 'event_label': 
'apache-ignite-2.8.0'});">apache-ignite-2.8.0-src.zip</a>
 
                         (<a 
href="https://archive.apache.org/dist/ignite/2.8.0/apache-ignite-2.8.0-src.zip.asc";>pgp</a>,
@@ -567,7 +567,7 @@ under the License.
                     <td style="white-space: nowrap;">
                         <a
                                 id="apache_ignite_binary_fabric_download"
-                                
href="[preferred]/[distdir]/2.8.0/apache-ignite-2.8.0-bin.zip"
+                                
href="https://archive.apache.org/dist/ignite/2.8.0/apache-ignite-2.8.0-bin.zip";
                                 onclick="gtag('event',  'download', 
{'event_category': 'apache_ignite_fabric_download', 'event_label': 
'apache-ignite-2.8.0'});">apache-ignite-2.8.0-bin.zip</a>
 
                         (<a 
href="https://archive.apache.org/dist/ignite/2.8.0/apache-ignite-2.8.0-bin.zip.asc";>pgp</a>,

Reply via email to