aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2012-10-08 11:08:29 -0700
committerMatei Zaharia <matei@eecs.berkeley.edu>2012-10-08 11:08:29 -0700
commit88152e216498ffab4aba818b7ada3fcff7d1f272 (patch)
treefb27b8c7d425c5c6549c09f25ae2509f81a12fac /docs
parent280286b6cdd78426fdbb88390ac41cacc6a92485 (diff)
parent99aac2f6c4a62e02d86a66f052650c84a447f103 (diff)
downloadspark-88152e216498ffab4aba818b7ada3fcff7d1f272.tar.gz
spark-88152e216498ffab4aba818b7ada3fcff7d1f272.tar.bz2
spark-88152e216498ffab4aba818b7ada3fcff7d1f272.zip
Merge pull request #254 from pwendell/quickstart-fix
Removing one link in quickstart
Diffstat (limited to 'docs')
-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 f9356afe9a..a1f94b73b2 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]({{HOME_PATH}}/scala-programming-guide.html) for a complete reference. To follow along with this guide, you only need to have successfully [built spark]({{HOME_PATH}}) 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]({{HOME_PATH}}/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