aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2013-04-07 20:31:19 -0400
committerMatei Zaharia <matei@eecs.berkeley.edu>2013-04-07 20:31:19 -0400
commita1586412d647da1a192259a58b10d50b02f02a9c (patch)
treea8af107ab1c90ffd02e16c624697af42cb3b7301 /docs
parent6962d40b44f11651ec7021c8a8d9e0cc64fff970 (diff)
downloadspark-a1586412d647da1a192259a58b10d50b02f02a9c.tar.gz
spark-a1586412d647da1a192259a58b10d50b02f02a9c.tar.bz2
spark-a1586412d647da1a192259a58b10d50b02f02a9c.zip
Updated link to SBT
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 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