aboutsummaryrefslogtreecommitdiff
path: root/docs/README.md
diff options
context:
space:
mode:
authorReynold Xin <rxin@apache.org>2014-02-27 21:13:22 -0800
committerPatrick Wendell <pwendell@gmail.com>2014-02-27 21:13:22 -0800
commit40e080a68a8fd025435e9ff84fa9280b4aba4dcf (patch)
tree8f2f95b6f0ff9b439244ba9678907a1a070a552a /docs/README.md
parentc42557be32fbd38e084e5bb56cd6301299e84cbf (diff)
downloadspark-40e080a68a8fd025435e9ff84fa9280b4aba4dcf.tar.gz
spark-40e080a68a8fd025435e9ff84fa9280b4aba4dcf.tar.bz2
spark-40e080a68a8fd025435e9ff84fa9280b4aba4dcf.zip
Removed reference to incubation in Spark user docs.
Author: Reynold Xin <rxin@apache.org> Closes #2 from rxin/docs and squashes the following commits: 08bbd5f [Reynold Xin] Removed reference to incubation in Spark user docs.
Diffstat (limited to 'docs/README.md')
-rw-r--r--docs/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/README.md b/docs/README.md
index cc09d6e88f..cac65d97e4 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -1,6 +1,6 @@
Welcome to the Spark documentation!
-This readme will walk you through navigating and building the Spark documentation, which is included here with the Spark source code. You can also find documentation specific to release versions of Spark at http://spark.incubator.apache.org/documentation.html.
+This readme will walk you through navigating and building the Spark documentation, which is included here with the Spark source code. You can also find documentation specific to release versions of Spark at http://spark.apache.org/documentation.html.
Read on to learn more about viewing documentation in plain text (i.e., markdown) or building the documentation yourself. Why build it yourself? So that you have the docs that corresponds to whichever version of Spark you currently have checked out of revision control.