From e27e4080ba02790e459c65553c763a726da41f67 Mon Sep 17 00:00:00 2001 From: Wiibaa Date: Wed, 17 Apr 2013 21:34:17 +0200 Subject: [PATCH] Update ES download URL --- docs/tutorials/getting-started-centralized.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/getting-started-centralized.md b/docs/tutorials/getting-started-centralized.md index c8740c27c..c87f639ae 100644 --- a/docs/tutorials/getting-started-centralized.md +++ b/docs/tutorials/getting-started-centralized.md @@ -42,7 +42,7 @@ for easy downloading of ElasticSearch: ES_PACKAGE=elasticsearch-%ELASTICSEARCH_VERSION%.zip ES_DIR=${ES_PACKAGE%%.zip} - SITE=https://github.com/downloads/elasticsearch/elasticsearch + SITE=https://download.elasticsearch.org/elasticsearch/elasticsearch if [ ! -d "$ES_DIR" ] ; then wget --no-check-certificate $SITE/$ES_PACKAGE unzip $ES_PACKAGE