You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by gr...@apache.org on 2020/04/10 20:08:53 UTC

[kudu] branch gh-pages updated: [site] Change top nav downloads tab to releases

This is an automated email from the ASF dual-hosted git repository.

granthenke pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/kudu.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new dd55c6a  [site] Change top nav downloads tab to releases
dd55c6a is described below

commit dd55c6ad67c240079276bb6730f0f533c2ea8269
Author: Grant Henke <gr...@apache.org>
AuthorDate: Fri Apr 10 08:34:51 2020 -0500

    [site] Change top nav downloads tab to releases
    
    This patch changes the “Downloads” tab in the top naviagation bar to
    “Releases”. This is matches the target page being linked to.
    
    Change-Id: I75c282026cb34de1c75b19812d03f80a86ecff0d
    Reviewed-on: http://gerrit.cloudera.org:8080/15709
    Tested-by: Grant Henke <gr...@apache.org>
    Reviewed-by: Andrew Wong <aw...@cloudera.com>
---
 _includes/top_common.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/_includes/top_common.html b/_includes/top_common.html
index d9d5e33..6385c82 100644
--- a/_includes/top_common.html
+++ b/_includes/top_common.html
@@ -61,8 +61,8 @@
                 <li {% if page.active_nav == 'docs' %}class="active"{% endif %}>
                   <a href="{{site.github.url}}/docs/">Documentation</a>
                 </li>
-                <li {% if page.active_nav == 'download' %}class="active"{% endif %}>
-                  <a href="{{site.github.url}}/releases/">Download</a>
+                <li {% if page.active_nav == 'releases' %}class="active"{% endif %}>
+                  <a href="{{site.github.url}}/releases/">Releases</a>
                 </li>
                 <li {% if page.active_nav == 'blog' %}class="active"{% endif %}>
                   <a href="{{site.github.url}}/blog/">Blog</a>