This is an automated email from the ASF dual-hosted git repository.
asf-ci-deploy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite-site.git
The following commit(s) were added to refs/heads/main by this push:
new 5e6f5aa96 Website deployed from
calcite-avatica@188f35a3613c7e88d3cd4105410ffb2d435d225c
5e6f5aa96 is described below
commit 5e6f5aa96a86e2fc3f7fb5c0a8acb2ba562f9337
Author: F21 <[email protected]>
AuthorDate: Mon Aug 26 10:59:09 2024 +0000
Website deployed from
calcite-avatica@188f35a3613c7e88d3cd4105410ffb2d435d225c
---
avatica/develop/avatica.html | 2 +-
avatica/docs/howto.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/avatica/develop/avatica.html b/avatica/develop/avatica.html
index cb5a5c6a9..9bd403e97 100644
--- a/avatica/develop/avatica.html
+++ b/avatica/develop/avatica.html
@@ -110,7 +110,7 @@ user-friendly.</p>
<p>Create a local copy of the git repository, <code class="language-plaintext
highlighter-rouge">cd</code> to its root directory,
then build using maven:</p>
-<figure class="highlight"><pre><code class="language-bash"
data-lang="bash"><span class="nv">$ </span>git clone
git://github.com/apache/calcite-avatica.git avatica
+<figure class="highlight"><pre><code class="language-bash"
data-lang="bash"><span class="nv">$ </span>git clone
[email protected]:apache/calcite-avatica.git
<span class="nv">$ </span><span class="nb">cd </span>calcite-avatica
<span class="nv">$ </span>./gradlew build</code></pre></figure>
diff --git a/avatica/docs/howto.html b/avatica/docs/howto.html
index 43b4cfa65..de4f956c1 100644
--- a/avatica/docs/howto.html
+++ b/avatica/docs/howto.html
@@ -769,7 +769,7 @@ and Java (JDK 8 or later) on your path.</p>
<code class="language-plaintext highlighter-rouge">cd</code> to its root
directory,
then build using Gradle:</p>
-<figure class="highlight"><pre><code class="language-bash"
data-lang="bash"><span class="nv">$ </span>git clone
git://github.com/apache/calcite-avatica.git avatica
+<figure class="highlight"><pre><code class="language-bash"
data-lang="bash"><span class="nv">$ </span>git clone
[email protected]:apache/calcite-avatica.git
<span class="nv">$ </span><span class="nb">cd </span>avatica
<span class="nv">$ </span>./gradlew build</code></pre></figure>