MNEMONIC-429: Update README files to reflect TLP status
diff --git a/README.md b/README.md
index 4786b84..fc11199 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
-<img src="https://mnemonic.incubator.apache.org/img/mnemonic_logo.png" width=200 />
+<img src="https://mnemonic.apache.org/img/mnemonic_logo.png" width=200 />
 
 ================================
 
-## <a href="https://mnemonic.incubator.apache.org/" target="_blank">Mnemonic Official Website</a>
+## <a href="https://mnemonic.apache.org/" target="_blank">Mnemonic Official Website</a>
 
 [![Build Status](https://travis-ci.org/NonVolatileComputing/incubator-mnemonic.svg?branch=master)](https://travis-ci.org/NonVolatileComputing/incubator-mnemonic)
 
diff --git a/docker/README.md b/docker/README.md
index f81c4a1..9af6bde 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -1,4 +1,4 @@
-<img src="https://mnemonic.incubator.apache.org/img/mnemonic_logo.png" width=200 />
+<img src="https://mnemonic.apache.org/img/mnemonic_logo.png" width=200 />
 
 ================================ 
 
@@ -33,8 +33,8 @@
 Build from git repository
 
 ```bash
-  $ docker build -t NAME[:TAG] https://github.com/apache/incubator-mnemonic.git#:docker/docker-CentOS
-  $ docker build -t NAME[:TAG] https://github.com/apache/incubator-mnemonic.git#:docker/docker-Ubuntu
+  $ docker build -t NAME[:TAG] https://github.com/apache/mnemonic.git#:docker/docker-CentOS
+  $ docker build -t NAME[:TAG] https://github.com/apache/mnemonic.git#:docker/docker-Ubuntu
 ```
 
 -- OR --
@@ -68,7 +68,7 @@
 ### Sharing host project folder to Dock container for IDEs e.g. Eclipse, Intellij IDEA
 
 ```bash
-  $ docker run -v <hostdir>/incubator-mnemonic:/ws/incubator-mnemonic -it NAME[:TAG]
+  $ docker run -v <hostdir>/mnemonic:/ws/mnemonic -it NAME[:TAG]
 ```
 Note: this command will override the container's project folder, you can use another name to avoid it.
 
diff --git a/mnemonic-benches/mnemonic-spark-kmeans-bench/README.md b/mnemonic-benches/mnemonic-spark-kmeans-bench/README.md
index fd345ec..2fc16c6 100644
--- a/mnemonic-benches/mnemonic-spark-kmeans-bench/README.md
+++ b/mnemonic-benches/mnemonic-spark-kmeans-bench/README.md
@@ -30,8 +30,8 @@
 
 ```bash
   # regular version
-  $ $SPARK_HOME/bin/spark-submit --class org.apache.mnemonic.bench.RegularKMeans --conf spark.durable-basedir=./mne incubator-mnemonic/mnemonic-benches/mnemonic-spark-kmeans-bench/target/mnemonic-spark-kmeans-bench-<version>.jar <path-to-dataset-file>
+  $ $SPARK_HOME/bin/spark-submit --class org.apache.mnemonic.bench.RegularKMeans --conf spark.durable-basedir=./mne mnemonic/mnemonic-benches/mnemonic-spark-kmeans-bench/target/mnemonic-spark-kmeans-bench-<version>.jar <path-to-dataset-file>
 
   # durable version
-  $ $SPARK_HOME/bin/spark-submit --class org.apache.mnemonic.bench.DurableKMeans --conf spark.durable-basedir=./mne incubator-mnemonic/mnemonic-benches/mnemonic-spark-kmeans-bench/target/mnemonic-spark-kmeans-bench-<version>.jar <path-to-dataset-file>
+  $ $SPARK_HOME/bin/spark-submit --class org.apache.mnemonic.bench.DurableKMeans --conf spark.durable-basedir=./mne mnemonic/mnemonic-benches/mnemonic-spark-kmeans-bench/target/mnemonic-spark-kmeans-bench-<version>.jar <path-to-dataset-file>
 ```
diff --git a/mnemonic-examples/README.md b/mnemonic-examples/README.md
index b4d6af6..c023b50 100644
--- a/mnemonic-examples/README.md
+++ b/mnemonic-examples/README.md
@@ -1,6 +1,6 @@
 # Mnemonic Examples
 
-The examples demonstrate how to use the [Mnemonic](http://mnemonic.incubator.apache.org/).
+The examples demonstrate how to use the [Mnemonic](http://mnemonic.apache.org/).
 
 To run the default example [Main](src/main/java/org/apache/mnemonic/examples/Main.java):
 ```bash
@@ -15,4 +15,4 @@
 ```
 
 
-For how to run the examples in the [Docker](https://www.docker.com), please refer to the [Docker usage](http://mnemonic.incubator.apache.org/docs/docker.html) at the documentation of Mnemonic.
+For how to run the examples in the [Docker](https://www.docker.com), please refer to the [Docker usage](http://mnemonic.apache.org/docs/docker.html) at the documentation of Mnemonic.