Author: deron
Date: Wed Apr 19 23:05:19 2017
New Revision: 1792001

URL: http://svn.apache.org/viewvc?rev=1792001&view=rev
Log:
Fix 0.12 download link on get-started

Modified:
    incubator/systemml/site/get-started.html

Modified: incubator/systemml/site/get-started.html
URL: 
http://svn.apache.org/viewvc/incubator/systemml/site/get-started.html?rev=1792001&r1=1792000&r2=1792001&view=diff
==============================================================================
--- incubator/systemml/site/get-started.html (original)
+++ incubator/systemml/site/get-started.html Wed Apr 19 23:05:19 2017
@@ -247,7 +247,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>
       <figure class="highlight"><pre><code class="language-bash" 
data-lang="bash">python -c <span class="s1">'import imp; import os; print 
os.path.join(imp.find_module("systemml")[1], 
"systemml-java")'</span></code></pre></figure>


Reply via email to