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 50f2895838e14b6e67059407d7ee7dfe3749b0c7 Author: Valentin Kulichenko <[email protected]> AuthorDate: Thu Dec 31 15:40:13 2020 -0800 IGNITE-13740 - Updated download link --- docs/_docs/quick-start/getting-started-guide.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/quick-start/getting-started-guide.adoc b/docs/_docs/quick-start/getting-started-guide.adoc index 63e2ef4..3fab8cd 100644 --- a/docs/_docs/quick-start/getting-started-guide.adoc +++ b/docs/_docs/quick-start/getting-started-guide.adoc @@ -76,7 +76,7 @@ curl -L "https://www.apache.org/dyn/mirrors/mirrors.cgi?action=download&filename tab:Windows (CMD)[] [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 ---- --
