You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by el...@apache.org on 2016/03/24 03:38:13 UTC

svn commit: r1736393 - /calcite/site/avatica/index.html

Author: elserj
Date: Thu Mar 24 02:38:13 2016
New Revision: 1736393

URL: http://svn.apache.org/viewvc?rev=1736393&view=rev
Log:
[CALCITE-1163] Fix Avatica sub-site logo link destination

Modified:
    calcite/site/avatica/index.html

Modified: calcite/site/avatica/index.html
URL: http://svn.apache.org/viewvc/calcite/site/avatica/index.html?rev=1736393&r1=1736392&r2=1736393&view=diff
==============================================================================
--- calcite/site/avatica/index.html (original)
+++ calcite/site/avatica/index.html Thu Mar 24 02:38:13 2016
@@ -43,7 +43,7 @@
   <div class="grid">
     <div class="unit one-third center-on-mobiles">
       <h1>
-        <a href="/avatica/..">
+        <a href="/avatica/">
           <span class="sr-only">Apache Calcite Avatica</span>
           <img src="/avatica/img/logo.png" width="226" height="140" alt="Calcite Logo">
         </a>
@@ -92,6 +92,8 @@
       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="/avatica/..">Apache Calcite project</a>.
+      Please refer to Calcite for information about the project as a whole.</p>
     </div>
   </div>
 </section>