aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2012-10-08 08:53:27 -0700
committerPatrick Wendell <pwendell@gmail.com>2012-10-08 08:53:27 -0700
commit99aac2f6c4a62e02d86a66f052650c84a447f103 (patch)
treeab32118c229574daf3666db2f152f67e690248df
parentefc5423210d1aadeaea78273a4a8f10425753079 (diff)
downloadspark-99aac2f6c4a62e02d86a66f052650c84a447f103.tar.gz
spark-99aac2f6c4a62e02d86a66f052650c84a447f103.tar.bz2
spark-99aac2f6c4a62e02d86a66f052650c84a447f103.zip
Removing one link in quickstart
-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