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 2016/07/26 19:14:50 UTC

[06/15] incubator-predictionio git commit: Use GitHub for binaries

Use GitHub for binaries


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

Branch: refs/heads/develop
Commit: 4f39d72cbeb443578d5dfefb97b6d2d76223afbc
Parents: 2376545
Author: Donald Szeto <do...@prediction.io>
Authored: Mon Apr 11 16:06:54 2016 -0700
Committer: Donald Szeto <do...@prediction.io>
Committed: Mon Apr 11 16:06:54 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/4f39d72c/docs/manual/source/install/install-linux.html.md.erb
----------------------------------------------------------------------
diff --git a/docs/manual/source/install/install-linux.html.md.erb b/docs/manual/source/install/install-linux.html.md.erb
index 8c69e19..527ce43 100644
--- a/docs/manual/source/install/install-linux.html.md.erb
+++ b/docs/manual/source/install/install-linux.html.md.erb
@@ -40,7 +40,7 @@ Download PredictionIO and extract it.
 $ cd
 $ pwd
 /home/abc
-$ wget https://d8k1yxp8elc6b.cloudfront.net/PredictionIO-<%= data.versions.pio %>.tar.gz
+$ wget https://github.com/PredictionIO/PredictionIO/releases/download/v0.9.6/PredictionIO-<%= data.versions.pio %>.tar.gz
 $ tar zxvf PredictionIO-<%= data.versions.pio %>.tar.gz
 ```