summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean R. Owen <srowen@apache.org>2016-05-04 20:27:40 +0000
committerSean R. Owen <srowen@apache.org>2016-05-04 20:27:40 +0000
commit3ba18e3448e1f0fd3c615ede88bfd0642490d16d (patch)
tree6b09eedfec49172751e24aa2a974fd1aeda732c9
parent1b04fbdce1ce1a25feb68e2e1cc0058e477a5c1f (diff)
downloadspark-website-3ba18e3448e1f0fd3c615ede88bfd0642490d16d.tar.gz
spark-website-3ba18e3448e1f0fd3c615ede88bfd0642490d16d.tar.bz2
spark-website-3ba18e3448e1f0fd3c615ede88bfd0642490d16d.zip
SPARK-15128: fix link to Spark artifacts on Maven Central
-rw-r--r--downloads.md2
-rw-r--r--site/downloads.html6
2 files changed, 4 insertions, 4 deletions
diff --git a/downloads.md b/downloads.md
index a913e75e5..2acf3ad96 100644
--- a/downloads.md
+++ b/downloads.md
@@ -37,7 +37,7 @@ _Note: Scala 2.11 users should download the Spark source package and build
[with Scala 2.11 support](http://spark.apache.org/docs/latest/building-spark.html#building-for-scala-211)._
### Link with Spark
-Spark artifacts are [hosted in Maven Central](http://search.maven.org/#browse%7C1686516968). You can add a Maven dependency with the following coordinates:
+Spark artifacts are [hosted in Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.spark%22). You can add a Maven dependency with the following coordinates:
groupId: org.apache.spark
artifactId: spark-core_2.10
diff --git a/site/downloads.html b/site/downloads.html
index 646c76377..2a5415a18 100644
--- a/site/downloads.html
+++ b/site/downloads.html
@@ -149,7 +149,7 @@
<div class="news" style="margin-bottom: 20px;">
<h5>Latest News</h5>
<ul class="list-unstyled">
-
+
<li><a href="/news/spark-summit-june-2016-agenda-posted.html">Spark Summit (June 6, 2016, San Francisco) agenda posted</a>
<span class="small">(Apr 17, 2016)</span></li>
@@ -161,7 +161,7 @@
<li><a href="/news/spark-summit-east-agenda-posted.html">Spark Summit East (Feb 16, 2016, New York) agenda posted</a>
<span class="small">(Jan 14, 2016)</span></li>
-
+
</ul>
<p class="small" style="text-align: right;"><a href="/news/index.html">Archive</a></p>
</div>
@@ -221,7 +221,7 @@ $(document).ready(function() {
<a href="http://spark.apache.org/docs/latest/building-spark.html#building-for-scala-211">with Scala 2.11 support</a>.</em></p>
<h3 id="link-with-spark">Link with Spark</h3>
-<p>Spark artifacts are <a href="http://search.maven.org/#browse%7C1686516968">hosted in Maven Central</a>. You can add a Maven dependency with the following coordinates:</p>
+<p>Spark artifacts are <a href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.spark%22">hosted in Maven Central</a>. You can add a Maven dependency with the following coordinates:</p>
<pre><code>groupId: org.apache.spark
artifactId: spark-core_2.10