Repository: calcite Updated Branches: refs/heads/master b37413336 -> 857c06b67
[CALCITE-1163] Fix Avatica sub-site logo link destination Also added a small section that links back to the main Apache Calcite website. Signed-off-by: Josh Elser <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/calcite/repo Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/857c06b6 Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/857c06b6 Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/857c06b6 Branch: refs/heads/master Commit: 857c06b6744840daac52f7a3ab7f6e0d32c90e41 Parents: b374133 Author: areshatau <[email protected]> Authored: Wed Mar 23 22:33:36 2016 -0400 Committer: Josh Elser <[email protected]> Committed: Wed Mar 23 22:34:12 2016 -0400 ---------------------------------------------------------------------- avatica/site/_includes/header.html | 2 +- avatica/site/index.html | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/calcite/blob/857c06b6/avatica/site/_includes/header.html ---------------------------------------------------------------------- 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> http://git-wip-us.apache.org/repos/asf/calcite/blob/857c06b6/avatica/site/index.html ---------------------------------------------------------------------- diff --git a/avatica/site/index.html b/avatica/site/index.html index 5bb3ff8..d347e33 100644 --- a/avatica/site/index.html +++ b/avatica/site/index.html @@ -34,6 +34,8 @@ limitations under the License. an HTTP server, the Avatica client is a JDBC driver, and the wire API is defined by JSON or Protobuf Buffers. The flexibility of the wire API and HTTP transport allows other Avatica clients to be built in any language, implementing any client specification.</p> + <p>Avatica is a sub-project of the <a href="{{ site.baseurl }}/..">Apache Calcite project</a>. + Please refer to Calcite for information about the project as a whole.</p> </div> </div> </section>
