You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemml.apache.org by de...@apache.org on 2017/04/19 23:04:11 UTC

incubator-systemml-website git commit: Fix 0.12 download link on get-started

Repository: incubator-systemml-website
Updated Branches:
  refs/heads/master 5eaef8dad -> 3b799fd0b


Fix 0.12 download link on get-started


Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/commit/3b799fd0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/tree/3b799fd0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/diff/3b799fd0

Branch: refs/heads/master
Commit: 3b799fd0b9829a8079c2769de4e300a1f3502b7c
Parents: 5eaef8d
Author: Deron Eriksson <de...@us.ibm.com>
Authored: Wed Apr 19 16:03:47 2017 -0700
Committer: Deron Eriksson <de...@us.ibm.com>
Committed: Wed Apr 19 16:03:47 2017 -0700

----------------------------------------------------------------------
 _src/get-started.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/3b799fd0/_src/get-started.html
----------------------------------------------------------------------
diff --git a/_src/get-started.html b/_src/get-started.html
index 7f78a89..d3208c5 100644
--- a/_src/get-started.html
+++ b/_src/get-started.html
@@ -136,7 +136,7 @@ pip3 install systemml
 
 
     	<p>
-    	Alternatively, if you intend to use SystemML via spark-shell (or spark-submit), you only need systemml-0.12.0-incubating.jar, which is packaged into our official binary release (<a href="http://www.apache.org/dyn/closer.cgi/pub/apache/incubator/systemml/0.12.0-incubating/systemml-0.12.0-incubating.zip" target="_blank">systemml-0.12.0-incubating.zip</a>).
+    	Alternatively, if you intend to use SystemML via spark-shell (or spark-submit), you only need systemml-0.12.0-incubating.jar, which is packaged into our official binary release (<a href="http://www.apache.org/dyn/closer.lua/incubator/systemml/0.12.0-incubating/systemml-0.12.0-incubating-bin.zip" target="_blank">systemml-0.12.0-incubating.zip</a>).
     	Note: If you have installed SystemML via pip, you can get the location of this jar by executing following command:
     	</p>
       {% highlight bash %}