aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndy Konwinski <andyk@berkeley.edu>2012-10-08 22:50:58 -0700
committerAndy Konwinski <andyk@berkeley.edu>2012-10-08 22:50:58 -0700
commit8aec63b0bc36e745926680306b5a2daa1afae11f (patch)
tree34d4bf2c1c8c40fe62eab8230f68d99912d16a4c /docs
parent1d79ff602890080a45d21ce2799fafa8532cec03 (diff)
parenta91ed6a3a7a97c9cc78520afc2718b399ab24164 (diff)
downloadspark-8aec63b0bc36e745926680306b5a2daa1afae11f.tar.gz
spark-8aec63b0bc36e745926680306b5a2daa1afae11f.tar.bz2
spark-8aec63b0bc36e745926680306b5a2daa1afae11f.zip
Merge remote-tracking branch 'public-spark/dev' into document-public-apis
Diffstat (limited to 'docs')
-rw-r--r--docs/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.md b/docs/index.md
index b6f08b5377..15106ba30c 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -15,7 +15,7 @@ Amazon EC2, or without an independent resource manager ("standalone mode").
# Downloading
-Get Spark by checking out the master branch of the Git repository, using `git clone git://github.com/mesos/spark.git`.
+Get Spark by visiting the [downloads page](http://spark-project.org/downloads.html) of the Spark website. This documentation corresponds to Spark {{site.SPARK_VERSION}}.
# Building