Updated the Elastic download URL. Closes #442
Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/commit/15eb70aa Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/15eb70aa Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/15eb70aa Branch: refs/heads/develop Commit: 15eb70aae8d2e3652d1be968120172c9fb948031 Parents: 80efe32 Author: Jeffrey Cafferata <[email protected]> Authored: Thu Oct 26 13:46:03 2017 +0900 Committer: Naoki Takezoe <[email protected]> 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/incubator-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 ```
