From 548e325a0cfdeb47d07c79ef4468f5a2477d51f8 Mon Sep 17 00:00:00 2001 From: Chris Williams Date: Sun, 17 Mar 2013 18:29:18 -0300 Subject: [PATCH] Update getting-started-centralized.md Changed the elastic search download from github to download.elasticsearch.org --- docs/1.1.9/tutorials/getting-started-centralized.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/1.1.9/tutorials/getting-started-centralized.md b/docs/1.1.9/tutorials/getting-started-centralized.md index aa152ae..27c0f70 100644 --- a/docs/1.1.9/tutorials/getting-started-centralized.md +++ b/docs/1.1.9/tutorials/getting-started-centralized.md @@ -42,7 +42,7 @@ for easy downloading of ElasticSearch: ES_PACKAGE=elasticsearch-0.20.2.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