Update doc links to incubator on GitHub and to website

Closes #11.


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

Branch: refs/heads/gh-pages
Commit: 003cc3e29bf60d997a93f881727d8574ebb5da06
Parents: e66d56f
Author: Deron Eriksson <[email protected]>
Authored: Tue Dec 8 16:46:25 2015 -0800
Committer: Deron Eriksson <[email protected]>
Committed: Wed Dec 9 11:25:54 2015 -0800

----------------------------------------------------------------------
 _layouts/global.html           | 4 ++--
 index.md                       | 7 +++++--
 mlcontext-programming-guide.md | 2 +-
 quick-start-guide.md           | 7 ++++---
 4 files changed, 12 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/003cc3e2/_layouts/global.html
----------------------------------------------------------------------
diff --git a/_layouts/global.html b/_layouts/global.html
index a075461..5c43605 100644
--- a/_layouts/global.html
+++ b/_layouts/global.html
@@ -28,13 +28,13 @@
                     <div class="brand" style="padding: 15px 0px; font-size: 
20px; font-style: italic; font-weight: bold;"><a href="index.html">SystemML 
{{site.SYSTEMML_VERSION}}</a>
                     </div>
                     <ul class="nav">
-                        <li><a href="index.html">Home</a></li>
+                        <li><a href="index.html">Overview</a></li>
 
                         <li class="dropdown">
                             <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation<b class="caret"></b></a>
                             <ul class="dropdown-menu">
                             
-                                <li><a 
href="http://www.github.com/SparkTC/systemml";>SystemML GitHub README</a></li>
+                                <li><a 
href="https://github.com/apache/incubator-systemml";>SystemML GitHub 
README</a></li>
                                 <li><a href="quick-start-guide.html">Quick 
Start Guide</a></li>
                                 <li><a 
href="dml-and-pydml-programming-guide.html">DML and PyDML Programming 
Guide</a></li>
                                 <li><a 
href="mlcontext-programming-guide.html">MLContext Programming Guide</a></li>

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/003cc3e2/index.md
----------------------------------------------------------------------
diff --git a/index.md b/index.md
index f5793e0..6026f60 100644
--- a/index.md
+++ b/index.md
@@ -23,16 +23,19 @@ limitations under the License.
 {% endcomment %}
 -->
 
-SystemML is a flexible, scalable machine learning (ML) language written in 
Java.
+SystemML is a flexible, scalable machine learning (ML) system.
 SystemML's distinguishing characteristics are: (1) algorithm customizability,
 (2) multiple execution modes, including Standalone, Hadoop Batch, and Spark 
Batch,
 and (3) automatic optimization.
 
+SystemML is now an **Apache Incubator** project! Please see the [**Apache 
SystemML (incubating)**](http://systemml.apache.org/)
+website for more information.
+
 ## SystemML Documentation
 
 For more information about SystemML, please consult the following references:
 
-* [SystemML GitHub README](http://www.github.com/SparkTC/systemml)
+* [SystemML GitHub README](https://github.com/apache/incubator-systemml)
 * [Quick Start Guide](quick-start-guide.html)
 * [DML and PyDML Programming Guide](dml-and-pydml-programming-guide.html)
 * [MLContext Programming Guide](mlcontext-programming-guide.html)

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/003cc3e2/mlcontext-programming-guide.md
----------------------------------------------------------------------
diff --git a/mlcontext-programming-guide.md b/mlcontext-programming-guide.md
index f5ecda2..73488d7 100644
--- a/mlcontext-programming-guide.md
+++ b/mlcontext-programming-guide.md
@@ -41,7 +41,7 @@ binary-block data format, allowing for SystemML's 
optimizations to be performed.
 ## Start Spark Shell with SystemML
 
 To use SystemML with the Spark Shell, the SystemML jar can be referenced using 
the Spark Shell's `--jars` option. 
-Instructions to build the SystemML jar can be found in the [SystemML GitHub 
README](http://www.github.com/SparkTC/systemml).
+Instructions to build the SystemML jar can be found in the [SystemML GitHub 
README](https://github.com/apache/incubator-systemml).
 
 {% highlight bash %}
 ./bin/spark-shell --executor-memory 4G --driver-memory 4G --jars SystemML.jar

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/003cc3e2/quick-start-guide.md
----------------------------------------------------------------------
diff --git a/quick-start-guide.md b/quick-start-guide.md
index c9d1f73..cee5924 100644
--- a/quick-start-guide.md
+++ b/quick-start-guide.md
@@ -58,10 +58,11 @@ algorithms can be found in the [Algorithms 
Reference](algorithms-reference.html)
 
 # Download SystemML
 
-Binary releases of SystemML are available for download at
+The pre-incubator binary release of SystemML 0.8.0 is available for download at
 
[https://github.com/SparkTC/systemml/releases](https://github.com/SparkTC/systemml/releases).
+Apache incubator binary releases of SystemML will be available from the 
[Apache SystemML (incubating)](http://systemml.apache.org/) website.
 
-The SystemML project is available on GitHub at 
[https://github.com/SparkTC/systemml](https://github.com/SparkTC/systemml).
+The SystemML project is available on GitHub at 
[https://github.com/apache/incubator-systemml](https://github.com/apache/incubator-systemml).
 SystemML can be downloaded from GitHub and built with Maven. Instructions to 
build and
 test SystemML can be found in the GitHub README file.
 
@@ -98,7 +99,7 @@ To follow along with this guide, first build a standalone 
package of SystemML
 or build it from source {% endcomment %} using [Apache 
Maven](http://maven.apache.org)
 and unpack it to your working directory, i.e. ```~/systemml-tutorial```.
 
-    $ git clone https://github.com/SparkTC/systemml.git
+    $ git clone https://github.com/apache/incubator-systemml.git
     $ mvn clean package
     $ tar -xzf `find . -name 'system-ml*standalone.tar.gz'` -C 
~/systemml-tutorial
 

Reply via email to