summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.md6
-rw-r--r--site/index.html6
2 files changed, 6 insertions, 6 deletions
diff --git a/index.md b/index.md
index 128933cc9..c2e5c03fb 100644
--- a/index.md
+++ b/index.md
@@ -14,9 +14,9 @@ Apache Spark is an open source cluster computing system that aims to make data a
To run programs faster, Spark offers a general execution model that can optimize arbitrary operator graphs, and supports in-memory computing, which lets it query data faster than disk-based engines like Hadoop.
To make programming faster, Spark provides clean, concise APIs in
-<a href="{{site.url}}docs/latest/quick-start.html#a-standalone-job-in-python" >Python</a>,
-<a href="http://www.scala-lang.org" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://www.scala-lang.org']);">Scala</a> and
-<a href="{{site.url}}docs/latest/quick-start.html#a-standalone-job-in-java">Java</a>.
+<a href="http://www.scala-lang.org" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://www.scala-lang.org']);">Scala</a>,
+<a href="{{site.url}}docs/latest/quick-start.html#a-standalone-job-in-java">Java</a> and
+<a href="{{site.url}}docs/latest/quick-start.html#a-standalone-job-in-python" >Python</a>.
You can also use Spark interactively from the Scala and Python shells to rapidly query big datasets.
## What can it do?
diff --git a/site/index.html b/site/index.html
index 6c249c738..fb86d7ad0 100644
--- a/site/index.html
+++ b/site/index.html
@@ -126,9 +126,9 @@
<p>To run programs faster, Spark offers a general execution model that can optimize arbitrary operator graphs, and supports in-memory computing, which lets it query data faster than disk-based engines like Hadoop.</p>
<p>To make programming faster, Spark provides clean, concise APIs in
-<a href="/docs/latest/quick-start.html#a-standalone-job-in-python">Python</a>,
-<a href="http://www.scala-lang.org" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://www.scala-lang.org']);">Scala</a> and
-<a href="/docs/latest/quick-start.html#a-standalone-job-in-java">Java</a>.
+<a href="http://www.scala-lang.org" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://www.scala-lang.org']);">Scala</a>,
+<a href="/docs/latest/quick-start.html#a-standalone-job-in-java">Java</a> and
+<a href="/docs/latest/quick-start.html#a-standalone-job-in-python">Python</a>.
You can also use Spark interactively from the Scala and Python shells to rapidly query big datasets.</p>
<h2 id="what-can-it-do">What can it do?</h2>