summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authorMatei Alexandru Zaharia <matei@apache.org>2015-07-26 19:10:57 +0000
committerMatei Alexandru Zaharia <matei@apache.org>2015-07-26 19:10:57 +0000
commit6b74391a87abf4907479f933e7bd8ffaf5e045b6 (patch)
tree9947151cd76eb306f0965e53475251982f949936 /_layouts
parentba2b12b71cdb01c3948949d92fb89909ffb51d26 (diff)
downloadspark-website-6b74391a87abf4907479f933e7bd8ffaf5e045b6.tar.gz
spark-website-6b74391a87abf4907479f933e7bd8ffaf5e045b6.tar.bz2
spark-website-6b74391a87abf4907479f933e7bd8ffaf5e045b6.zip
Further improvements to site
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/global.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/global.html b/_layouts/global.html
index 516a0182a..bd8bbc961 100644
--- a/_layouts/global.html
+++ b/_layouts/global.html
@@ -118,8 +118,8 @@
Documentation <b class="caret"></b>
</a>
<ul class="dropdown-menu">
- <li><a href="{{site.url}}documentation.html">Overview</a></li>
<li><a href="{{site.url}}docs/latest/">Latest Release (Spark 1.4.1)</a></li>
+ <li><a href="{{site.url}}documentation.html">Other Resources</a></li>
</ul>
</li>
<li><a href="{{site.url}}examples.html">Examples</a></li>