You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by vk...@apache.org on 2020/12/31 23:40:33 UTC

[ignite-3] 01/03: IGNITE-13740 - Updated download link

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

vkulichenko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git

commit 779c95bc16d3fc96eb4fc68fcb7056a817c3248b
Author: Valentin Kulichenko <va...@gmail.com>
AuthorDate: Thu Dec 31 15:35:31 2020 -0800

    IGNITE-13740 - Updated download link
---
 docs/_docs/quick-start/getting-started-guide.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/_docs/quick-start/getting-started-guide.adoc b/docs/_docs/quick-start/getting-started-guide.adoc
index e945d8e..5086441 100644
--- a/docs/_docs/quick-start/getting-started-guide.adoc
+++ b/docs/_docs/quick-start/getting-started-guide.adoc
@@ -62,12 +62,12 @@ mkdir ignite3 & cd ignite3
 tab:Linux[]
 [source,shell]
 ----
-curl https://dist.apache.org/repos/dist/dev/ignite/3.0.0-alpha1-rc1/ignite -o ignite && chmod +x ignite
+curl -L "https://www.apache.org/dyn/mirrors/mirrors.cgi?action=download&filename=ignite/3.0.0-alpha1/ignite" -o ignite && chmod +x ignite
 ----
 tab:Windows[]
 [source,shell]
 ----
-curl https://dist.apache.org/repos/dist/dev/ignite/3.0.0-alpha1-rc1/ignite.exe -o ignite.exe
+curl -L "https://www.apache.org/dyn/mirrors/mirrors.cgi?action=download&filename=ignite/3.0.0-alpha1/ignite.exe" -o ignite.exe
 ----
 --