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

incubator-systemml-website git commit: Update download page to use git mirror

Repository: incubator-systemml-website
Updated Branches:
  refs/heads/master 5bdecec5f -> 19be1e4f3


Update download page to use git mirror


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/19be1e4f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/tree/19be1e4f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/diff/19be1e4f

Branch: refs/heads/master
Commit: 19be1e4f368ce0f692d044709ccb61a62753cb94
Parents: 5bdecec
Author: Luciano Resende <lr...@apache.org>
Authored: Thu Feb 11 14:19:45 2016 -0800
Committer: Luciano Resende <lr...@apache.org>
Committed: Thu Feb 11 14:19:45 2016 -0800

----------------------------------------------------------------------
 download.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/19be1e4f/download.md
----------------------------------------------------------------------
diff --git a/download.md b/download.md
index 9716fb7..96f00a1 100644
--- a/download.md
+++ b/download.md
@@ -77,7 +77,7 @@ You will be prompted for a mirror - if the file is not found on yours, please be
         <p>Instructions for checking hashes and signatures is indicated on the <a href="http://www.apache.org/info/verification.html">Verifying Apache Software Foundation Releases</a> page.</p>
         <p>You can also retrieve the source files from our svn repository by typing :</p>
 
-        <pre>git clone {{ site.data.project.source_repository }}</pre>
+        <pre>git clone {{ site.data.project.source_repository_mirror }}</pre>
 
 
         <h4> Using Maven </h4>
@@ -90,7 +90,7 @@ You will be prompted for a mirror - if the file is not found on yours, please be
 
         <strong>Server:</strong>
         <pre>&lt;dependency&gt;
-    &lt;groupId&gt;org.apache.systemmlk&lt;/groupId&gt;
+    &lt;groupId&gt;org.apache.systemml&lt;/groupId&gt;
     &lt;artifactId&gt;systemml&lt;/artifactId&gt;
     &lt;version&gt;0.9.0-incubating&lt;/version&gt;
 &lt;/dependency&gt;</pre>