You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@predictionio.apache.org by do...@apache.org on 2018/08/26 23:25:19 UTC

[14/40] predictionio git commit: Updated the Elastic download URL.

Updated the Elastic download URL.

Closes #442


Project: http://git-wip-us.apache.org/repos/asf/predictionio/repo
Commit: http://git-wip-us.apache.org/repos/asf/predictionio/commit/15eb70aa
Tree: http://git-wip-us.apache.org/repos/asf/predictionio/tree/15eb70aa
Diff: http://git-wip-us.apache.org/repos/asf/predictionio/diff/15eb70aa

Branch: refs/heads/master
Commit: 15eb70aae8d2e3652d1be968120172c9fb948031
Parents: 80efe32
Author: Jeffrey Cafferata <je...@jcid.nl>
Authored: Thu Oct 26 13:46:03 2017 +0900
Committer: Naoki Takezoe <ta...@apache.org>
Committed: Thu Oct 26 13:46:26 2017 +0900

----------------------------------------------------------------------
 docs/manual/source/partials/shared/install/_elasticsearch.html.erb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/predictionio/blob/15eb70aa/docs/manual/source/partials/shared/install/_elasticsearch.html.erb
----------------------------------------------------------------------
diff --git a/docs/manual/source/partials/shared/install/_elasticsearch.html.erb b/docs/manual/source/partials/shared/install/_elasticsearch.html.erb
index 5befd71..8d4e24c 100644
--- a/docs/manual/source/partials/shared/install/_elasticsearch.html.erb
+++ b/docs/manual/source/partials/shared/install/_elasticsearch.html.erb
@@ -22,7 +22,7 @@ INFO: Starting from 0.11.0, if you build PredictionIO against Elasticsearch 5+,
 you may also use it as a backend for the event data repository.
 
 ```
-$ wget https://download.elastic.co/elasticsearch/elasticsearch/<%= data.versions.elasticsearch_download_filename %>.tar.gz
+$ wget https://artifacts.elastic.co/downloads/elasticsearch/<%= data.versions.elasticsearch_download_filename %>.tar.gz
 $ tar zxvfC <%= data.versions.elasticsearch_download_filename %>.tar.gz PredictionIO-<%= data.versions.pio %>/vendors
 ```