aboutsummaryrefslogtreecommitdiff
path: root/docs/_layouts
diff options
context:
space:
mode:
authorSean Owen <sowen@cloudera.com>2016-09-14 10:10:16 +0100
committerSean Owen <sowen@cloudera.com>2016-09-14 10:10:16 +0100
commitdc0a4c916151c795dc41b5714e9d23b4937f4636 (patch)
tree1ac43c7e2dafb07acc932d90ac050da6c81d414b /docs/_layouts
parent4cea9da2ae88b40a5503111f8f37051e2372163e (diff)
downloadspark-dc0a4c916151c795dc41b5714e9d23b4937f4636.tar.gz
spark-dc0a4c916151c795dc41b5714e9d23b4937f4636.tar.bz2
spark-dc0a4c916151c795dc41b5714e9d23b4937f4636.zip
[SPARK-17445][DOCS] Reference an ASF page as the main place to find third-party packages
## What changes were proposed in this pull request? Point references to spark-packages.org to https://cwiki.apache.org/confluence/display/SPARK/Third+Party+Projects This will be accompanied by a parallel change to the spark-website repo, and additional changes to this wiki. ## How was this patch tested? Jenkins tests. Author: Sean Owen <sowen@cloudera.com> Closes #15075 from srowen/SPARK-17445.
Diffstat (limited to 'docs/_layouts')
-rwxr-xr-xdocs/_layouts/global.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_layouts/global.html b/docs/_layouts/global.html
index d3bf082aa7..ad5b5c9adf 100755
--- a/docs/_layouts/global.html
+++ b/docs/_layouts/global.html
@@ -114,7 +114,7 @@
<li class="divider"></li>
<li><a href="building-spark.html">Building Spark</a></li>
<li><a href="https://cwiki.apache.org/confluence/display/SPARK/Contributing+to+Spark">Contributing to Spark</a></li>
- <li><a href="https://cwiki.apache.org/confluence/display/SPARK/Supplemental+Spark+Projects">Supplemental Projects</a></li>
+ <li><a href="https://cwiki.apache.org/confluence/display/SPARK/Third+Party+Projects">Third Party Projects</a></li>
</ul>
</li>
</ul>