You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2016/03/24 03:40:25 UTC

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

     [ https://issues.apache.org/jira/browse/CALCITE-1163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Josh Elser resolved CALCITE-1163.
---------------------------------
    Resolution: Fixed

Thanks for the patch, [~areshetov]! Applied.

> 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: Alexander Reshetov
>            Priority: Trivial
>              Labels: avatica
>             Fix For: avatica-1.8.0
>
>         Attachments: fix_avatica_site_logo_link.patch
>
>
> 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)