summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authorSean Owen <sowen@cloudera.com>2016-09-13 10:11:27 +0100
committerSean Owen <sowen@cloudera.com>2016-09-13 10:11:27 +0100
commita78faf5822bca343694776ea3ec8457fa780f09f (patch)
tree8fd02a1d6986843b68b569fd7137d167823b8025 /_layouts
parent0845f49def1dd1fc5fb439d2f1e22f03297944ed (diff)
downloadspark-website-a78faf5822bca343694776ea3ec8457fa780f09f.tar.gz
spark-website-a78faf5822bca343694776ea3ec8457fa780f09f.tar.bz2
spark-website-a78faf5822bca343694776ea3ec8457fa780f09f.zip
Redirect third party packages link to https://cwiki.apache.org/confluence/display/SPARK/Third+Party+Projects
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/global.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/_layouts/global.html b/_layouts/global.html
index 7e363929c..7fcb7f0f9 100644
--- a/_layouts/global.html
+++ b/_layouts/global.html
@@ -113,7 +113,7 @@
<li><a href="{{site.url}}mllib/">MLlib (machine learning)</a></li>
<li><a href="{{site.url}}graphx/">GraphX (graph)</a></li>
<li class="divider"></li>
- <li><a href="http://spark-packages.org">Third-Party Packages</a></li>
+ <li><a href="https://cwiki.apache.org/confluence/display/SPARK/Third+Party+Projects">Third-Party Packages</a></li>
</ul>
</li>
<li class="dropdown">
@@ -184,7 +184,7 @@
<li><a href="{{site.url}}mllib/">MLlib (machine learning)</a></li>
<li><a href="{{site.url}}graphx/">GraphX (graph)</a></li>
</ul>
- <a href="http://spark-packages.org">Third-Party Packages</a>
+ <a href="https://cwiki.apache.org/confluence/display/SPARK/Third+Party+Projects">Third-Party Packages</a>
</div>
</div>