aboutsummaryrefslogtreecommitdiff
path: root/docs/quick-start.md
diff options
context:
space:
mode:
authorAndy Konwinski <andyk@berkeley.edu>2012-10-08 12:15:38 -0700
committerAndy Konwinski <andyk@berkeley.edu>2012-10-08 12:15:38 -0700
commit89f8e1c2e7e6d6ff2c596a7e9bbfe550f735532b (patch)
tree86f60f4e3414512b78dc1d35b99e93dd3bb789c1 /docs/quick-start.md
parent45d03231d0961677ea0372d36977cecf21ab62d0 (diff)
parent88152e216498ffab4aba818b7ada3fcff7d1f272 (diff)
downloadspark-89f8e1c2e7e6d6ff2c596a7e9bbfe550f735532b.tar.gz
spark-89f8e1c2e7e6d6ff2c596a7e9bbfe550f735532b.tar.bz2
spark-89f8e1c2e7e6d6ff2c596a7e9bbfe550f735532b.zip
Merge remote-tracking branch 'public-spark/dev' into add-version-vars-to-docs
Conflicts: docs/quick-start.md
Diffstat (limited to 'docs/quick-start.md')
-rw-r--r--docs/quick-start.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick-start.md b/docs/quick-start.md
index 2e88fd863e..d28e788239 100644
--- a/docs/quick-start.md
+++ b/docs/quick-start.md
@@ -8,7 +8,7 @@ title: Spark Quick Start
# Introduction
-This document provides a quick-and-dirty look at Spark's API. See the [programming guide](scala-programming-guide.html) for a complete reference. To follow along with this guide, you only need to have successfully [built spark]() on one machine. Building Spark is as simple as running
+This document provides a quick-and-dirty look at Spark's API. See the [programming guide](scala-programming-guide.html) for a complete reference. To follow along with this guide, you only need to have successfully built Spark on one machine. Building Spark is as simple as running
{% highlight bash %}
$ sbt/sbt package