You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Alexander Reshetov (JIRA)" <ji...@apache.org> on 2016/03/23 18:10:25 UTC

[jira] [Created] (CALCITE-1163) Avatica sub-site logo leads to Calcite site instead of Avatica's

Alexander Reshetov created CALCITE-1163:
-------------------------------------------

             Summary: Avatica sub-site logo leads to Calcite site instead of Avatica's
                 Key: CALCITE-1163
                 URL: https://issues.apache.org/jira/browse/CALCITE-1163
             Project: Calcite
          Issue Type: Improvement
          Components: site
            Reporter: Alexander Reshetov
            Assignee: Julian Hyde
            Priority: Trivial


Avatica logo (top left corner) on Avatica's sub-site https://calcite.apache.org/avatica/ leads to Calcite's main site.
Which should lead to the Avatica's instead, just like Home navigation link.

Here is proposed patch
{noformat}
diff --git a/avatica/site/_includes/header.html b/avatica/site/_includes/header.html
index 8205804..cff1a33 100644
--- a/avatica/site/_includes/header.html
+++ b/avatica/site/_includes/header.html
@@ -5,7 +5,7 @@
   <div class="grid">
     <div class="unit one-third center-on-mobiles">
       <h1>
-        <a href="{{ site.baseurl }}/..">
+        <a href="{{ site.baseurl }}/">
           <span class="sr-only">Apache Calcite Avatica</span>
           <img src="{{ site.baseurl }}/img/logo.png" width="226" height="140" alt="Calcite Logo">
         </a>
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)