aboutsummaryrefslogtreecommitdiff
path: root/docs/index.md
diff options
context:
space:
mode:
authorMridul Muralidharan <mridul@gmail.com>2013-04-24 09:24:17 +0530
committerMridul Muralidharan <mridul@gmail.com>2013-04-24 09:24:17 +0530
commitdd515ca3ee011cbf9b6941bb45afc55fd905fda8 (patch)
tree284b4c31d0d7c8c06b4f78125ddb50037ee50630 /docs/index.md
parentadcda84f9646f12e6d5fb4f1e5e3a1b0a98b7c9f (diff)
parent17e076de800ea0d4c55f2bd657348641f6f9c55b (diff)
downloadspark-dd515ca3ee011cbf9b6941bb45afc55fd905fda8.tar.gz
spark-dd515ca3ee011cbf9b6941bb45afc55fd905fda8.tar.bz2
spark-dd515ca3ee011cbf9b6941bb45afc55fd905fda8.zip
Attempt at fixing merge conflict
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.md b/docs/index.md
index 51d505e1fa..0c4add45dc 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -18,7 +18,7 @@ or you will need to set the `SCALA_HOME` environment variable to point
to where you've installed Scala. Scala must also be accessible through one
of these methods on slave nodes on your cluster.
-Spark uses [Simple Build Tool](https://github.com/harrah/xsbt/wiki), which is bundled with it. To compile the code, go into the top-level Spark directory and run
+Spark uses [Simple Build Tool](http://www.scala-sbt.org), which is bundled with it. To compile the code, go into the top-level Spark directory and run
sbt/sbt package