aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2012-10-08 17:25:25 -0700
committerMatei Zaharia <matei@eecs.berkeley.edu>2012-10-08 17:25:25 -0700
commita91ed6a3a7a97c9cc78520afc2718b399ab24164 (patch)
treee1c8bcf44876ee371f2d5842980153c6b1506e7e
parent1231eb12e675fec47bc2d3139041b1c178a08c37 (diff)
parent7887e171f4f03945194e52161c297300b3e199ec (diff)
downloadspark-a91ed6a3a7a97c9cc78520afc2718b399ab24164.tar.gz
spark-a91ed6a3a7a97c9cc78520afc2718b399ab24164.tar.bz2
spark-a91ed6a3a7a97c9cc78520afc2718b399ab24164.zip
Merge pull request #256 from pwendell/new-download-instr
Adding new download instructions
-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