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 aedd90777 Website deployed from
calcite@8821eaf94b08dd5c55074b900201da7c386c1635
aedd90777 is described below
commit aedd9077770b2443aae10d75c54d68cd567f352a
Author: zabetak <[email protected]>
AuthorDate: Thu Oct 26 10:22:31 2023 +0000
Website deployed from calcite@8821eaf94b08dd5c55074b900201da7c386c1635
---
develop/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/develop/index.html b/develop/index.html
index 7a126c088..e6b4cc1ce 100644
--- a/develop/index.html
+++ b/develop/index.html
@@ -104,7 +104,7 @@ producing bytecode for type annotations (see <a
href="https://bugs.openjdk.java.
<p>Create a local copy of the Git repository, <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.git
+<figure class="highlight"><pre><code class="language-bash"
data-lang="bash"><span class="nv">$ </span>git clone
https://github.com/apache/calcite.git
<span class="nv">$ </span><span class="nb">cd </span>calcite
<span class="nv">$ </span>./gradlew build</code></pre></figure>