This is an automated email from the ASF dual-hosted git repository.

jinsongzhou pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-amoro-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new c60c219  Update github url in more files
c60c219 is described below

commit c60c2199bfb150688c5de513cf329dad68cc05e2
Author: zhoujinsong <[email protected]>
AuthorDate: Tue Apr 2 11:42:48 2024 +0800

    Update github url in more files
---
 .../admin-guides/deployment-on-kubernetes.md       |  2 +-
 amoro-docs/content/admin-guides/deployment.md      |  4 +-
 amoro-site/content/community/how-to-contribute.md  |  6 +-
 amoro-site/content/download.md                     | 11 ++--
 amoro-site/content/quickstart/setup.md             |  6 +-
 amoro-site/content/roadmap.md                      | 18 +++---
 .../latest/deployment-on-kubernetes/index.html     |  2 +-
 output/docs/latest/deployment/index.html           |  4 +-
 output/docs/latest/search.json                     |  2 +-
 output/download/index.html                         | 72 ++++++++++++----------
 output/how-to-contribute/index.html                |  6 +-
 output/index.xml                                   |  2 +-
 output/landingpagesearch.json                      |  2 +-
 output/quickstart-setup/index.html                 |  6 +-
 output/roadmap/index.html                          | 18 +++---
 15 files changed, 86 insertions(+), 75 deletions(-)

diff --git a/amoro-docs/content/admin-guides/deployment-on-kubernetes.md 
b/amoro-docs/content/admin-guides/deployment-on-kubernetes.md
index d92f5a2..a69bda1 100644
--- a/amoro-docs/content/admin-guides/deployment-on-kubernetes.md
+++ b/amoro-docs/content/admin-guides/deployment-on-kubernetes.md
@@ -65,7 +65,7 @@ $ tar zxvf amoro-*.tgz
 Alternatively, you can find the latest charts directly from the Github source 
code.
 
 ```shell
-$ git clone https://github.com/NetEase/amoro.git
+$ git clone https://github.com/apache/incubator-amoro.git
 $ cd amoro/charts
 $ helm dependency build ./amoro
 ```
diff --git a/amoro-docs/content/admin-guides/deployment.md 
b/amoro-docs/content/admin-guides/deployment.md
index 7f55d7d..e53fb89 100644
--- a/amoro-docs/content/admin-guides/deployment.md
+++ b/amoro-docs/content/admin-guides/deployment.md
@@ -10,7 +10,7 @@ menu:
 ---
 # Deployment
 
-You can choose to download the stable release package from [download 
page](../../../download/), or the source code form 
[Github](https://github.com/NetEase/amoro) and compile it according to the 
README.
+You can choose to download the stable release package from [download 
page](../../../download/), or the source code form 
[Github](https://github.com/apache/incubator-amoro) and compile it according to 
the README.
 
 ## System requirements
 
@@ -32,7 +32,7 @@ Unzip it to create the amoro-x.y.z directory in the same 
directory, and then go
 You can build based on the master branch without compiling Trino. The 
compilation method and the directory of results are described below:
 
 ```shell
-git clone https://github.com/NetEase/amoro.git
+git clone https://github.com/apache/incubator-amoro.git
 cd amoro
 base_dir=$(pwd) 
 mvn clean package -DskipTests -pl '!Trino'
diff --git a/amoro-site/content/community/how-to-contribute.md 
b/amoro-site/content/community/how-to-contribute.md
index a842beb..9929e30 100644
--- a/amoro-site/content/community/how-to-contribute.md
+++ b/amoro-site/content/community/how-to-contribute.md
@@ -13,10 +13,10 @@ This page provides some orientation and resources we have 
for you to get involve
 
 In the process of using Amoro, if you have any questions, suggestions, or 
improvement ideas, you can participate in the Amoro community building through 
the following suggested channels.
 
-* [Issue Tracker](https://github.com/NetEase/amoro/issues) - tracking bugs, 
ideas, plans, etc.
-* [GitHub Discussions](https://github.com/NetEase/amoro/discussions) - second 
to mailing list for anything else you want to share or ask
+* [Issue Tracker](https://github.com/apache/incubator-amoro/issues) - tracking 
bugs, ideas, plans, etc.
+* [GitHub Discussions](https://github.com/apache/incubator-amoro/discussions) 
- second to mailing list for anything else you want to share or ask
 * Wechat Group - add `kllnn999` as a friend on WeChat and specify `Amoro 
lover`, you will be invited to join the Amoro WeChat group.
 
 ## Contributing Guide
 
-See 
[Contributing](https://github.com/NetEase/amoro/blob/master/CONTRIBUTING.md) 
for more details on how to contribute to Amoro.
\ No newline at end of file
+See 
[Contributing](https://github.com/apache/incubator-amoro/blob/master/CONTRIBUTING.md)
 for more details on how to contribute to Amoro.
\ No newline at end of file
diff --git a/amoro-site/content/download.md b/amoro-site/content/download.md
index 453c979..9b4c2e5 100644
--- a/amoro-site/content/download.md
+++ b/amoro-site/content/download.md
@@ -13,13 +13,14 @@ Please choose an Amoro version to download from the blowing 
tables, the latest r
 
 | Version | Date | Source | AMS | Flink Runtime Jars | Spark Runtime Jars | 
Trino Connector | Release Notes |
 | --- | --- | --- | --- | --- | --- | --- | --- |
-| 0.6.0 | 2023 Nov 3 | 
[source](https://github.com/NetEase/amoro/archive/refs/tags/v0.6.0.zip) | - 
[AMS(hadoop3)](https://github.com/NetEase/amoro/releases/download/v0.6.0/amoro-0.6.0-bin.zip)
 <br> - 
[AMS(hadoop2)](https://github.com/NetEase/amoro/releases/download/v0.6.0/amoro-0.6.0-bin.hadoop2.zip)
 | - [Flink 1.15 Runtime 
Jar](https://github.com/NetEase/amoro/releases/download/v0.6.0/amoro-flink-runtime-1.15-0.6.0.jar)
 <br> - [Flink 1.16 Runtime Jar](https://github.com/NetEase/amoro/re [...]
+| 0.6.1 | 2023 Nov 3 | 
[source](https://github.com/apache/incubator-amoro/archive/refs/tags/v0.6.1.zip)
 | - 
[AMS(hadoop3)](https://github.com/apache/incubator-amoro/releases/download/v0.6.1/amoro-0.6.1-bin.zip)
 <br> - 
[AMS(hadoop2)](https://github.com/apache/incubator-amoro/releases/download/v0.6.1/amoro-0.6.1-bin.hadoop2.zip)
 | - [Flink 1.15 Runtime 
Jar](https://github.com/apache/incubator-amoro/releases/download/v0.6.1/amoro-flink-runtime-1.15-0.6.1.jar)
 <br> - [Flink 1.16 Runtime Jar] [...]
 
 ## All archived releases
 
 | Version | Date | Source | AMS | Flink Runtime Jars | Spark Runtime Jars | 
Trino Connector | Release Notes |
 | --- | --- | --- | --- | --- | --- | --- | --- |
-| 0.5.1 | 2023 Aug 3 | 
[source](https://github.com/NetEase/amoro/archive/refs/tags/v0.5.1.zip) | - 
[AMS(hadoop3)](https://github.com/NetEase/amoro/releases/download/v0.5.1/amoro-0.5.1-bin.zip)
 <br> - 
[AMS(hadoop2)](https://github.com/NetEase/amoro/releases/download/v0.5.1/amoro-0.5.1-bin.hadoop2.zip)
 | - [Flink 1.12 Runtime 
Jar](https://github.com/NetEase/amoro/releases/download/v0.5.1/amoro-flink-runtime-1.12-0.5.1.jar)
 <br> - [Flink 1.14 Runtime Jar](https://github.com/NetEase/amoro/re [...]
-| 0.5.0 | 2023 Aug 3 | 
[source](https://github.com/NetEase/amoro/archive/refs/tags/v0.5.0.zip) | - 
[AMS(hadoop3)](https://github.com/NetEase/amoro/releases/download/v0.5.0/amoro-0.5.0-bin.zip)
 <br> - 
[AMS(hadoop2)](https://github.com/NetEase/amoro/releases/download/v0.5.0/amoro-0.5.0-bin.hadoop2.zip)
 | - [Flink 1.12 Runtime 
Jar](https://github.com/NetEase/amoro/releases/download/v0.5.0/amoro-flink-runtime-1.12-0.5.0.jar)
 <br> - [Flink 1.14 Runtime Jar](https://github.com/NetEase/amoro/re [...]
-| 0.4.1 | 2023 Apr 3 | 
[source](https://github.com/NetEase/amoro/archive/refs/tags/v0.4.1.zip) | 
[AMS](https://github.com/NetEase/amoro/releases/download/v0.4.1/arctic-0.4.1-bin.zip)
 | - [Flink 1.12 Runtime 
Jar](https://github.com/NetEase/amoro/releases/download/v0.4.1/arctic-flink-runtime-1.12-0.4.1.jar)
 <br> - [Flink 1.14 Runtime 
Jar](https://github.com/NetEase/amoro/releases/download/v0.4.1/arctic-flink-runtime-1.14-0.4.1.jar)
 <br> - [Flink 1.15 Runtime Jar](https://github.com/NetEase [...]
-| 0.4.0 | 2022 Dec 6 | 
[source](https://github.com/NetEase/amoro/archive/refs/tags/v0.4.0.zip) | 
[AMS](https://github.com/NetEase/amoro/releases/download/v0.4.0/arctic-0.4.0-bin.zip)
 | - [Flink 1.12 Runtime 
Jar](https://github.com/NetEase/amoro/releases/download/v0.4.0/arctic-flink-runtime-1.12-0.4.0.jar)<br>
 - [Flink 1.14 Runtime 
Jar](https://github.com/NetEase/amoro/releases/download/v0.4.0/arctic-flink-runtime-1.14-0.4.0.jar)<br>
 - [Flink 1.15 Runtime Jar](https://github.com/NetEase/a [...]
\ No newline at end of file
+| 0.6.0 | 2023 Nov 3 | 
[source](https://github.com/apache/incubator-amoro/archive/refs/tags/v0.6.0.zip)
 | - 
[AMS(hadoop3)](https://github.com/apache/incubator-amoro/releases/download/v0.6.0/amoro-0.6.0-bin.zip)
 <br> - 
[AMS(hadoop2)](https://github.com/apache/incubator-amoro/releases/download/v0.6.0/amoro-0.6.0-bin.hadoop2.zip)
 | - [Flink 1.15 Runtime 
Jar](https://github.com/apache/incubator-amoro/releases/download/v0.6.0/amoro-flink-runtime-1.15-0.6.0.jar)
 <br> - [Flink 1.16 Runtime Jar] [...]
+| 0.5.1 | 2023 Aug 3 | 
[source](https://github.com/apache/incubator-amoro/archive/refs/tags/v0.5.1.zip)
 | - 
[AMS(hadoop3)](https://github.com/apache/incubator-amoro/releases/download/v0.5.1/amoro-0.5.1-bin.zip)
 <br> - 
[AMS(hadoop2)](https://github.com/apache/incubator-amoro/releases/download/v0.5.1/amoro-0.5.1-bin.hadoop2.zip)
 | - [Flink 1.12 Runtime 
Jar](https://github.com/apache/incubator-amoro/releases/download/v0.5.1/amoro-flink-runtime-1.12-0.5.1.jar)
 <br> - [Flink 1.14 Runtime Jar] [...]
+| 0.5.0 | 2023 Aug 3 | 
[source](https://github.com/apache/incubator-amoro/archive/refs/tags/v0.5.0.zip)
 | - 
[AMS(hadoop3)](https://github.com/apache/incubator-amoro/releases/download/v0.5.0/amoro-0.5.0-bin.zip)
 <br> - 
[AMS(hadoop2)](https://github.com/apache/incubator-amoro/releases/download/v0.5.0/amoro-0.5.0-bin.hadoop2.zip)
 | - [Flink 1.12 Runtime 
Jar](https://github.com/apache/incubator-amoro/releases/download/v0.5.0/amoro-flink-runtime-1.12-0.5.0.jar)
 <br> - [Flink 1.14 Runtime Jar] [...]
+| 0.4.1 | 2023 Apr 3 | 
[source](https://github.com/apache/incubator-amoro/archive/refs/tags/v0.4.1.zip)
 | 
[AMS](https://github.com/apache/incubator-amoro/releases/download/v0.4.1/arctic-0.4.1-bin.zip)
 | - [Flink 1.12 Runtime 
Jar](https://github.com/apache/incubator-amoro/releases/download/v0.4.1/arctic-flink-runtime-1.12-0.4.1.jar)
 <br> - [Flink 1.14 Runtime 
Jar](https://github.com/apache/incubator-amoro/releases/download/v0.4.1/arctic-flink-runtime-1.14-0.4.1.jar)
 <br> - [Flink 1.15 Run [...]
+| 0.4.0 | 2022 Dec 6 | 
[source](https://github.com/apache/incubator-amoro/archive/refs/tags/v0.4.0.zip)
 | 
[AMS](https://github.com/apache/incubator-amoro/releases/download/v0.4.0/arctic-0.4.0-bin.zip)
 | - [Flink 1.12 Runtime 
Jar](https://github.com/apache/incubator-amoro/releases/download/v0.4.0/arctic-flink-runtime-1.12-0.4.0.jar)<br>
 - [Flink 1.14 Runtime 
Jar](https://github.com/apache/incubator-amoro/releases/download/v0.4.0/arctic-flink-runtime-1.14-0.4.0.jar)<br>
 - [Flink 1.15 Runti [...]
\ No newline at end of file
diff --git a/amoro-site/content/quickstart/setup.md 
b/amoro-site/content/quickstart/setup.md
index 495f9a8..b52eeb1 100644
--- a/amoro-site/content/quickstart/setup.md
+++ b/amoro-site/content/quickstart/setup.md
@@ -27,7 +27,7 @@ Before starting, please prepare a clean directory as the 
workspace for Amoro Dem
 
 ```shell
 cd <AMORO-WORKSPACE>
-wget 
https://raw.githubusercontent.com/NetEase/amoro/master/docker/demo-cluster.sh
+wget 
https://raw.githubusercontent.com/apache/incubator-amoro/master/docker/demo-cluster.sh
 ```
 
 Execute the following shell command to launch a demo cluster using 
docker-compose:
@@ -68,7 +68,7 @@ cd <AMORO-WORKSPACE>
 export AMORO_VERSION=0.6.0
 
 # Download the binary package of AMS
-wget 
https://github.com/NetEase/amoro/releases/download/v${AMORO_VERSION}/amoro-${AMORO_VERSION}-bin.zip
+wget 
https://github.com/apache/incubator-amoro/releases/download/v${AMORO_VERSION}/amoro-${AMORO_VERSION}-bin.zip
 
 # Unzip the pakage
 unzip amoro-${AMORO-VERSION}-bin.zip
@@ -95,7 +95,7 @@ FLINK_HADOOP_SHADE_VERSION=2.7.5
 APACHE_FLINK_URL=archive.apache.org/dist/flink
 MAVEN_URL=https://repo1.maven.org/maven2
 FLINK_CONNECTOR_URL=${MAVEN_URL}/org/apache/flink
-AMORO_CONNECTOR_URL=${MAVEN_URL}/com/netease/amoro
+AMORO_CONNECTOR_URL=${MAVEN_URL}/com/apache/incubator-amoro
 ICEBERG_CONNECTOR_URL=${MAVEN_URL}/org/apache/iceberg
 
 # Download FLink binary package
diff --git a/amoro-site/content/roadmap.md b/amoro-site/content/roadmap.md
index 3d569ad..b410ca3 100644
--- a/amoro-site/content/roadmap.md
+++ b/amoro-site/content/roadmap.md
@@ -9,15 +9,15 @@ This roadmap displays the workings that the Amoro community 
plans to complete in
 
 # Priority 1
 
-* [Support managing tables with multiple formats under one 
Catalog](https://github.com/NetEase/amoro/issues/1061)
-* [Support automatically generating and managing Tags and Branchs for 
Table](https://github.com/NetEase/amoro/issues/1354)
-* [Provide standard SQL management instructions and command-line 
tools](https://github.com/NetEase/amoro/issues/1357)
-* [Support integration with Apache 
Paimon](https://github.com/NetEase/amoro/issues/1269)
-* [Integration with Kubernetes](https://github.com/NetEase/amoro/issues/1917)
+* [Support managing tables with multiple formats under one 
Catalog](https://github.com/apache/incubator-amoro/issues/1061)
+* [Support automatically generating and managing Tags and Branchs for 
Table](https://github.com/apache/incubator-amoro/issues/1354)
+* [Provide standard SQL management instructions and command-line 
tools](https://github.com/apache/incubator-amoro/issues/1357)
+* [Support integration with Apache 
Paimon](https://github.com/apache/incubator-amoro/issues/1269)
+* [Integration with 
Kubernetes](https://github.com/apache/incubator-amoro/issues/1917)
 
 # Priority 2
 
-* [Support insert part of columns of arctic table with flink in streaming 
mode](https://github.com/NetEase/amoro/issues/256)
-* [Support sorting table data during the self-optimizing 
process](https://github.com/NetEase/amoro/issues/1360)
-* [Support integration with Apache 
Hudi](https://github.com/NetEase/amoro/issues/220)
-* [Support aggregation keys for mixed-format 
tables](https://github.com/NetEase/amoro/issues/1359)
\ No newline at end of file
+* [Support insert part of columns of arctic table with flink in streaming 
mode](https://github.com/apache/incubator-amoro/issues/256)
+* [Support sorting table data during the self-optimizing 
process](https://github.com/apache/incubator-amoro/issues/1360)
+* [Support integration with Apache 
Hudi](https://github.com/apache/incubator-amoro/issues/220)
+* [Support aggregation keys for mixed-format 
tables](https://github.com/apache/incubator-amoro/issues/1359)
\ No newline at end of file
diff --git a/output/docs/latest/deployment-on-kubernetes/index.html 
b/output/docs/latest/deployment-on-kubernetes/index.html
index d67f7a3..248a731 100644
--- a/output/docs/latest/deployment-on-kubernetes/index.html
+++ b/output/docs/latest/deployment-on-kubernetes/index.html
@@ -569,7 +569,7 @@
 </span></span><span style="display:flex;"><span>$ helm pull amoro/amoro 
 </span></span><span style="display:flex;"><span>$ tar zxvf amoro-*.tgz
 </span></span></code></pre></div><p>Alternatively, you can find the latest 
charts directly from the Github source code.</p>
-<div class="highlight"><pre tabindex="0" 
style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
 class="language-shell" data-lang="shell"><span style="display:flex;"><span>$ 
git clone https://github.com/NetEase/amoro.git
+<div class="highlight"><pre tabindex="0" 
style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
 class="language-shell" data-lang="shell"><span style="display:flex;"><span>$ 
git clone https://github.com/apache/incubator-amoro.git
 </span></span><span style="display:flex;"><span>$ cd amoro/charts
 </span></span><span style="display:flex;"><span>$ helm dependency build ./amoro
 </span></span></code></pre></div><h2 id="install">Install</h2>
diff --git a/output/docs/latest/deployment/index.html 
b/output/docs/latest/deployment/index.html
index ee13dcf..1dfda4e 100644
--- a/output/docs/latest/deployment/index.html
+++ b/output/docs/latest/deployment/index.html
@@ -539,7 +539,7 @@
             
             <div id="content" class="markdown-body">
                 <div class="margin-for-toc"><h1 id="deployment">Deployment</h1>
-<p>You can choose to download the stable release package from <a 
href="../../../download/">download page</a>, or the source code form <a 
href="https://github.com/NetEase/amoro";>Github</a> and compile it according to 
the README.</p>
+<p>You can choose to download the stable release package from <a 
href="../../../download/">download page</a>, or the source code form <a 
href="https://github.com/apache/incubator-amoro";>Github</a> and compile it 
according to the README.</p>
 <h2 id="system-requirements">System requirements</h2>
 <ul>
 <li>Java 8 is required. Java 17 is required for Trino.</li>
@@ -555,7 +555,7 @@ You can download amoro-x.y.z-bin.zip (x.y.z is the release 
number), and you can
 Unzip it to create the amoro-x.y.z directory in the same directory, and then 
go to the amoro-x.y.z directory.</p>
 <h2 id="source-code-compilation">Source code compilation</h2>
 <p>You can build based on the master branch without compiling Trino. The 
compilation method and the directory of results are described below:</p>
-<div class="highlight"><pre tabindex="0" 
style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
 class="language-shell" data-lang="shell"><span style="display:flex;"><span>git 
clone https://github.com/NetEase/amoro.git
+<div class="highlight"><pre tabindex="0" 
style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
 class="language-shell" data-lang="shell"><span style="display:flex;"><span>git 
clone https://github.com/apache/incubator-amoro.git
 </span></span><span style="display:flex;"><span>cd amoro
 </span></span><span style="display:flex;"><span>base_dir<span 
style="color:#f92672">=</span><span style="color:#66d9ef">$(</span>pwd<span 
style="color:#66d9ef">)</span> 
 </span></span><span style="display:flex;"><span>mvn clean package -DskipTests 
-pl <span style="color:#e6db74">&#39;!Trino&#39;</span>
diff --git a/output/docs/latest/search.json b/output/docs/latest/search.json
index 5047cb4..c95a6a0 100644
--- a/output/docs/latest/search.json
+++ b/output/docs/latest/search.json
@@ -1 +1 @@
-[{"categories":null,"content":"Paimon Format Paimon format refers to Apache 
Paimon table. Paimon is a streaming data lake platform with high-speed data 
ingestion, changelog tracking and efficient real-time analytics.\nBy 
registering Paimon’s catalog with Amoro, users can view information such as 
Schema, Options, Files, Snapshots, DDLs, Compaction information, and more for 
Paimon tables. Furthermore, they can operate on Paimon tables using Spark SQL 
in the Terminal. The current supported  [...]
\ No newline at end of file
+[{"categories":null,"content":"Paimon Format Paimon format refers to Apache 
Paimon table. Paimon is a streaming data lake platform with high-speed data 
ingestion, changelog tracking and efficient real-time analytics.\nBy 
registering Paimon’s catalog with Amoro, users can view information such as 
Schema, Options, Files, Snapshots, DDLs, Compaction information, and more for 
Paimon tables. Furthermore, they can operate on Paimon tables using Spark SQL 
in the Terminal. The current supported  [...]
\ No newline at end of file
diff --git a/output/download/index.html b/output/download/index.html
index 22373ef..2809dcb 100644
--- a/output/download/index.html
+++ b/output/download/index.html
@@ -262,14 +262,14 @@
 </thead>
 <tbody>
 <tr>
-<td>0.6.0</td>
+<td>0.6.1</td>
 <td>2023 Nov 3</td>
-<td><a 
href="https://github.com/NetEase/amoro/archive/refs/tags/v0.6.0.zip";>source</a></td>
-<td>- <a 
href="https://github.com/NetEase/amoro/releases/download/v0.6.0/amoro-0.6.0-bin.zip";>AMS(hadoop3)</a>
 <br> - <a 
href="https://github.com/NetEase/amoro/releases/download/v0.6.0/amoro-0.6.0-bin.hadoop2.zip";>AMS(hadoop2)</a></td>
-<td>- <a 
href="https://github.com/NetEase/amoro/releases/download/v0.6.0/amoro-flink-runtime-1.15-0.6.0.jar";>Flink
 1.15 Runtime Jar</a> <br> - <a 
href="https://github.com/NetEase/amoro/releases/download/v0.6.0/amoro-flink-runtime-1.16-0.6.0.jar";>Flink
 1.16 Runtime Jar</a> <br> - <a 
href="https://github.com/NetEase/amoro/releases/download/v0.6.0/amoro-flink-runtime-1.17-0.6.0.jar";>Flink
 1.17 Runtime Jar</a> <br></td>
-<td>- <a 
href="https://github.com/NetEase/amoro/releases/download/v0.6.0/amoro-spark-3.1-runtime-0.6.0.jar";>Spark
 3.1 Runtime Jar</a><br> - <a 
href="https://github.com/NetEase/amoro/releases/download/v0.6.0/amoro-spark-3.2-runtime-0.6.0.jar";>Spark
 3.2 Runtime Jar</a><br> - <a 
href="https://github.com/NetEase/amoro/releases/download/v0.6.0/amoro-spark-3.3-runtime-0.6.0.jar";>Spark
 3.3 Runtime Jar</a></td>
-<td><a 
href="https://github.com/NetEase/amoro/releases/download/v0.6.0/trino-amoro-0.6.0.tar.gz";>Trino
 Connector</a></td>
-<td><a href="https://github.com/NetEase/amoro/releases/tag/v0.6.0";>release 
note</a></td>
+<td><a 
href="https://github.com/apache/incubator-amoro/archive/refs/tags/v0.6.1.zip";>source</a></td>
+<td>- <a 
href="https://github.com/apache/incubator-amoro/releases/download/v0.6.1/amoro-0.6.1-bin.zip";>AMS(hadoop3)</a>
 <br> - <a 
href="https://github.com/apache/incubator-amoro/releases/download/v0.6.1/amoro-0.6.1-bin.hadoop2.zip";>AMS(hadoop2)</a></td>
+<td>- <a 
href="https://github.com/apache/incubator-amoro/releases/download/v0.6.1/amoro-flink-runtime-1.15-0.6.1.jar";>Flink
 1.15 Runtime Jar</a> <br> - <a 
href="https://github.com/apache/incubator-amoro/releases/download/v0.6.1/amoro-flink-runtime-1.16-0.6.1.jar";>Flink
 1.16 Runtime Jar</a> <br> - <a 
href="https://github.com/apache/incubator-amoro/releases/download/v0.6.1/amoro-flink-runtime-1.17-0.6.1.jar";>Flink
 1.17 Runtime Jar</a> <br></td>
+<td>- <a 
href="https://github.com/apache/incubator-amoro/releases/download/v0.6.1/amoro-spark-3.1-runtime-0.6.1.jar";>Spark
 3.1 Runtime Jar</a><br> - <a 
href="https://github.com/apache/incubator-amoro/releases/download/v0.6.1/amoro-spark-3.2-runtime-0.6.1.jar";>Spark
 3.2 Runtime Jar</a><br> - <a 
href="https://github.com/apache/incubator-amoro/releases/download/v0.6.1/amoro-spark-3.3-runtime-0.6.1.jar";>Spark
 3.3 Runtime Jar</a></td>
+<td><a 
href="https://github.com/apache/incubator-amoro/releases/download/v0.6.1/trino-amoro-0.6.1.tar.gz";>Trino
 Connector</a></td>
+<td><a 
href="https://github.com/apache/incubator-amoro/releases/tag/v0.6.1";>release 
note</a></td>
 </tr>
 </tbody>
 </table>
@@ -289,44 +289,54 @@
 </thead>
 <tbody>
 <tr>
+<td>0.6.0</td>
+<td>2023 Nov 3</td>
+<td><a 
href="https://github.com/apache/incubator-amoro/archive/refs/tags/v0.6.0.zip";>source</a></td>
+<td>- <a 
href="https://github.com/apache/incubator-amoro/releases/download/v0.6.0/amoro-0.6.0-bin.zip";>AMS(hadoop3)</a>
 <br> - <a 
href="https://github.com/apache/incubator-amoro/releases/download/v0.6.0/amoro-0.6.0-bin.hadoop2.zip";>AMS(hadoop2)</a></td>
+<td>- <a 
href="https://github.com/apache/incubator-amoro/releases/download/v0.6.0/amoro-flink-runtime-1.15-0.6.0.jar";>Flink
 1.15 Runtime Jar</a> <br> - <a 
href="https://github.com/apache/incubator-amoro/releases/download/v0.6.0/amoro-flink-runtime-1.16-0.6.0.jar";>Flink
 1.16 Runtime Jar</a> <br> - <a 
href="https://github.com/apache/incubator-amoro/releases/download/v0.6.0/amoro-flink-runtime-1.17-0.6.0.jar";>Flink
 1.17 Runtime Jar</a> <br></td>
+<td>- <a 
href="https://github.com/apache/incubator-amoro/releases/download/v0.6.0/amoro-spark-3.1-runtime-0.6.0.jar";>Spark
 3.1 Runtime Jar</a><br> - <a 
href="https://github.com/apache/incubator-amoro/releases/download/v0.6.0/amoro-spark-3.2-runtime-0.6.0.jar";>Spark
 3.2 Runtime Jar</a><br> - <a 
href="https://github.com/apache/incubator-amoro/releases/download/v0.6.0/amoro-spark-3.3-runtime-0.6.0.jar";>Spark
 3.3 Runtime Jar</a></td>
+<td><a 
href="https://github.com/apache/incubator-amoro/releases/download/v0.6.0/trino-amoro-0.6.0.tar.gz";>Trino
 Connector</a></td>
+<td><a 
href="https://github.com/apache/incubator-amoro/releases/tag/v0.6.0";>release 
note</a></td>
+</tr>
+<tr>
 <td>0.5.1</td>
 <td>2023 Aug 3</td>
-<td><a 
href="https://github.com/NetEase/amoro/archive/refs/tags/v0.5.1.zip";>source</a></td>
-<td>- <a 
href="https://github.com/NetEase/amoro/releases/download/v0.5.1/amoro-0.5.1-bin.zip";>AMS(hadoop3)</a>
 <br> - <a 
href="https://github.com/NetEase/amoro/releases/download/v0.5.1/amoro-0.5.1-bin.hadoop2.zip";>AMS(hadoop2)</a></td>
-<td>- <a 
href="https://github.com/NetEase/amoro/releases/download/v0.5.1/amoro-flink-runtime-1.12-0.5.1.jar";>Flink
 1.12 Runtime Jar</a> <br> - <a 
href="https://github.com/NetEase/amoro/releases/download/v0.5.1/amoro-flink-runtime-1.14-0.5.1.jar";>Flink
 1.14 Runtime Jar</a> <br> - <a 
href="https://github.com/NetEase/amoro/releases/download/v0.5.1/amoro-flink-runtime-1.15-0.5.1.jar";>Flink
 1.15 Runtime Jar</a> <br></td>
-<td>- <a 
href="https://github.com/NetEase/amoro/releases/download/v0.5.1/amoro-spark-3.1-runtime-0.5.1.jar";>Spark
 3.1 Runtime Jar</a><br> - <a 
href="https://github.com/NetEase/amoro/releases/download/v0.5.1/amoro-spark-3.2-runtime-0.5.1.jar";>Spark
 3.2 Runtime Jar</a><br> - <a 
href="https://github.com/NetEase/amoro/releases/download/v0.5.1/amoro-spark-3.3-runtime-0.5.1.jar";>Spark
 3.3 Runtime Jar</a></td>
-<td><a 
href="https://github.com/NetEase/amoro/releases/download/v0.5.1/trino-amoro-0.5.1.tar.gz";>Trino
 Connector</a></td>
-<td><a href="https://github.com/NetEase/amoro/releases/tag/v0.5.1";>release 
note</a></td>
+<td><a 
href="https://github.com/apache/incubator-amoro/archive/refs/tags/v0.5.1.zip";>source</a></td>
+<td>- <a 
href="https://github.com/apache/incubator-amoro/releases/download/v0.5.1/amoro-0.5.1-bin.zip";>AMS(hadoop3)</a>
 <br> - <a 
href="https://github.com/apache/incubator-amoro/releases/download/v0.5.1/amoro-0.5.1-bin.hadoop2.zip";>AMS(hadoop2)</a></td>
+<td>- <a 
href="https://github.com/apache/incubator-amoro/releases/download/v0.5.1/amoro-flink-runtime-1.12-0.5.1.jar";>Flink
 1.12 Runtime Jar</a> <br> - <a 
href="https://github.com/apache/incubator-amoro/releases/download/v0.5.1/amoro-flink-runtime-1.14-0.5.1.jar";>Flink
 1.14 Runtime Jar</a> <br> - <a 
href="https://github.com/apache/incubator-amoro/releases/download/v0.5.1/amoro-flink-runtime-1.15-0.5.1.jar";>Flink
 1.15 Runtime Jar</a> <br></td>
+<td>- <a 
href="https://github.com/apache/incubator-amoro/releases/download/v0.5.1/amoro-spark-3.1-runtime-0.5.1.jar";>Spark
 3.1 Runtime Jar</a><br> - <a 
href="https://github.com/apache/incubator-amoro/releases/download/v0.5.1/amoro-spark-3.2-runtime-0.5.1.jar";>Spark
 3.2 Runtime Jar</a><br> - <a 
href="https://github.com/apache/incubator-amoro/releases/download/v0.5.1/amoro-spark-3.3-runtime-0.5.1.jar";>Spark
 3.3 Runtime Jar</a></td>
+<td><a 
href="https://github.com/apache/incubator-amoro/releases/download/v0.5.1/trino-amoro-0.5.1.tar.gz";>Trino
 Connector</a></td>
+<td><a 
href="https://github.com/apache/incubator-amoro/releases/tag/v0.5.1";>release 
note</a></td>
 </tr>
 <tr>
 <td>0.5.0</td>
 <td>2023 Aug 3</td>
-<td><a 
href="https://github.com/NetEase/amoro/archive/refs/tags/v0.5.0.zip";>source</a></td>
-<td>- <a 
href="https://github.com/NetEase/amoro/releases/download/v0.5.0/amoro-0.5.0-bin.zip";>AMS(hadoop3)</a>
 <br> - <a 
href="https://github.com/NetEase/amoro/releases/download/v0.5.0/amoro-0.5.0-bin.hadoop2.zip";>AMS(hadoop2)</a></td>
-<td>- <a 
href="https://github.com/NetEase/amoro/releases/download/v0.5.0/amoro-flink-runtime-1.12-0.5.0.jar";>Flink
 1.12 Runtime Jar</a> <br> - <a 
href="https://github.com/NetEase/amoro/releases/download/v0.5.0/amoro-flink-runtime-1.14-0.5.0.jar";>Flink
 1.14 Runtime Jar</a> <br> - <a 
href="https://github.com/NetEase/amoro/releases/download/v0.5.0/amoro-flink-runtime-1.15-0.5.0.jar";>Flink
 1.15 Runtime Jar</a> <br></td>
-<td>- <a 
href="https://github.com/NetEase/amoro/releases/download/v0.5.0/amoro-spark-3.1-runtime-0.5.0.jar";>Spark
 3.1 Runtime Jar</a><br> - <a 
href="https://github.com/NetEase/amoro/releases/download/v0.5.0/amoro-spark-3.2-runtime-0.5.0.jar";>Spark
 3.2 Runtime Jar</a><br> - <a 
href="https://github.com/NetEase/amoro/releases/download/v0.5.0/amoro-spark-3.3-runtime-0.5.0.jar";>Spark
 3.3 Runtime Jar</a></td>
-<td><a 
href="https://github.com/NetEase/amoro/releases/download/v0.5.0/trino-amoro-0.5.0.tar.gz";>Trino
 Connector</a></td>
-<td><a href="https://github.com/NetEase/amoro/releases/tag/v0.5.0";>release 
note</a></td>
+<td><a 
href="https://github.com/apache/incubator-amoro/archive/refs/tags/v0.5.0.zip";>source</a></td>
+<td>- <a 
href="https://github.com/apache/incubator-amoro/releases/download/v0.5.0/amoro-0.5.0-bin.zip";>AMS(hadoop3)</a>
 <br> - <a 
href="https://github.com/apache/incubator-amoro/releases/download/v0.5.0/amoro-0.5.0-bin.hadoop2.zip";>AMS(hadoop2)</a></td>
+<td>- <a 
href="https://github.com/apache/incubator-amoro/releases/download/v0.5.0/amoro-flink-runtime-1.12-0.5.0.jar";>Flink
 1.12 Runtime Jar</a> <br> - <a 
href="https://github.com/apache/incubator-amoro/releases/download/v0.5.0/amoro-flink-runtime-1.14-0.5.0.jar";>Flink
 1.14 Runtime Jar</a> <br> - <a 
href="https://github.com/apache/incubator-amoro/releases/download/v0.5.0/amoro-flink-runtime-1.15-0.5.0.jar";>Flink
 1.15 Runtime Jar</a> <br></td>
+<td>- <a 
href="https://github.com/apache/incubator-amoro/releases/download/v0.5.0/amoro-spark-3.1-runtime-0.5.0.jar";>Spark
 3.1 Runtime Jar</a><br> - <a 
href="https://github.com/apache/incubator-amoro/releases/download/v0.5.0/amoro-spark-3.2-runtime-0.5.0.jar";>Spark
 3.2 Runtime Jar</a><br> - <a 
href="https://github.com/apache/incubator-amoro/releases/download/v0.5.0/amoro-spark-3.3-runtime-0.5.0.jar";>Spark
 3.3 Runtime Jar</a></td>
+<td><a 
href="https://github.com/apache/incubator-amoro/releases/download/v0.5.0/trino-amoro-0.5.0.tar.gz";>Trino
 Connector</a></td>
+<td><a 
href="https://github.com/apache/incubator-amoro/releases/tag/v0.5.0";>release 
note</a></td>
 </tr>
 <tr>
 <td>0.4.1</td>
 <td>2023 Apr 3</td>
-<td><a 
href="https://github.com/NetEase/amoro/archive/refs/tags/v0.4.1.zip";>source</a></td>
-<td><a 
href="https://github.com/NetEase/amoro/releases/download/v0.4.1/arctic-0.4.1-bin.zip";>AMS</a></td>
-<td>- <a 
href="https://github.com/NetEase/amoro/releases/download/v0.4.1/arctic-flink-runtime-1.12-0.4.1.jar";>Flink
 1.12 Runtime Jar</a> <br> - <a 
href="https://github.com/NetEase/amoro/releases/download/v0.4.1/arctic-flink-runtime-1.14-0.4.1.jar";>Flink
 1.14 Runtime Jar</a> <br> - <a 
href="https://github.com/NetEase/amoro/releases/download/v0.4.1/arctic-flink-runtime-1.15-0.4.1.jar";>Flink
 1.15 Runtime Jar</a> <br></td>
-<td>- <a 
href="https://github.com/NetEase/amoro/releases/download/v0.4.1/arctic-spark-2.3-runtime-0.4.1.jar";>Spark
 2.3 Runtime Jar</a><br> - <a 
href="https://github.com/NetEase/amoro/releases/download/v0.4.1/arctic-spark-3.1-runtime-0.4.1.jar";>Spark
 3.1 Runtime Jar</a></td>
-<td><a 
href="https://github.com/NetEase/amoro/releases/download/v0.4.1/trino-arctic-0.4.1.tar.gz";>Trino
 Connector</a></td>
-<td><a href="https://github.com/NetEase/amoro/releases/tag/v0.4.1";>release 
note</a></td>
+<td><a 
href="https://github.com/apache/incubator-amoro/archive/refs/tags/v0.4.1.zip";>source</a></td>
+<td><a 
href="https://github.com/apache/incubator-amoro/releases/download/v0.4.1/arctic-0.4.1-bin.zip";>AMS</a></td>
+<td>- <a 
href="https://github.com/apache/incubator-amoro/releases/download/v0.4.1/arctic-flink-runtime-1.12-0.4.1.jar";>Flink
 1.12 Runtime Jar</a> <br> - <a 
href="https://github.com/apache/incubator-amoro/releases/download/v0.4.1/arctic-flink-runtime-1.14-0.4.1.jar";>Flink
 1.14 Runtime Jar</a> <br> - <a 
href="https://github.com/apache/incubator-amoro/releases/download/v0.4.1/arctic-flink-runtime-1.15-0.4.1.jar";>Flink
 1.15 Runtime Jar</a> <br></td>
+<td>- <a 
href="https://github.com/apache/incubator-amoro/releases/download/v0.4.1/arctic-spark-2.3-runtime-0.4.1.jar";>Spark
 2.3 Runtime Jar</a><br> - <a 
href="https://github.com/apache/incubator-amoro/releases/download/v0.4.1/arctic-spark-3.1-runtime-0.4.1.jar";>Spark
 3.1 Runtime Jar</a></td>
+<td><a 
href="https://github.com/apache/incubator-amoro/releases/download/v0.4.1/trino-arctic-0.4.1.tar.gz";>Trino
 Connector</a></td>
+<td><a 
href="https://github.com/apache/incubator-amoro/releases/tag/v0.4.1";>release 
note</a></td>
 </tr>
 <tr>
 <td>0.4.0</td>
 <td>2022 Dec 6</td>
-<td><a 
href="https://github.com/NetEase/amoro/archive/refs/tags/v0.4.0.zip";>source</a></td>
-<td><a 
href="https://github.com/NetEase/amoro/releases/download/v0.4.0/arctic-0.4.0-bin.zip";>AMS</a></td>
-<td>- <a 
href="https://github.com/NetEase/amoro/releases/download/v0.4.0/arctic-flink-runtime-1.12-0.4.0.jar";>Flink
 1.12 Runtime Jar</a><br> - <a 
href="https://github.com/NetEase/amoro/releases/download/v0.4.0/arctic-flink-runtime-1.14-0.4.0.jar";>Flink
 1.14 Runtime Jar</a><br> - <a 
href="https://github.com/NetEase/amoro/releases/download/v0.4.0/arctic-flink-runtime-1.15-0.4.0.jar";>Flink
 1.15 Runtime Jar</a></td>
-<td>- <a 
href="https://github.com/NetEase/amoro/releases/download/v0.4.0/arctic-spark-2.3-runtime-0.4.0.jar";>Spark
 2.3 Runtime Jar</a><br> - <a 
href="https://github.com/NetEase/amoro/releases/download/v0.4.0/arctic-spark-3.1-runtime-0.4.0.jar";>Spark
 3.1 Runtime Jar</a></td>
-<td><a 
href="https://github.com/NetEase/amoro/releases/download/v0.4.0/trino-arctic-0.4.0.tar.gz";>Trino
 Connector</a></td>
-<td><a href="https://github.com/NetEase/amoro/releases/tag/v0.4.0";>release 
note</a></td>
+<td><a 
href="https://github.com/apache/incubator-amoro/archive/refs/tags/v0.4.0.zip";>source</a></td>
+<td><a 
href="https://github.com/apache/incubator-amoro/releases/download/v0.4.0/arctic-0.4.0-bin.zip";>AMS</a></td>
+<td>- <a 
href="https://github.com/apache/incubator-amoro/releases/download/v0.4.0/arctic-flink-runtime-1.12-0.4.0.jar";>Flink
 1.12 Runtime Jar</a><br> - <a 
href="https://github.com/apache/incubator-amoro/releases/download/v0.4.0/arctic-flink-runtime-1.14-0.4.0.jar";>Flink
 1.14 Runtime Jar</a><br> - <a 
href="https://github.com/apache/incubator-amoro/releases/download/v0.4.0/arctic-flink-runtime-1.15-0.4.0.jar";>Flink
 1.15 Runtime Jar</a></td>
+<td>- <a 
href="https://github.com/apache/incubator-amoro/releases/download/v0.4.0/arctic-spark-2.3-runtime-0.4.0.jar";>Spark
 2.3 Runtime Jar</a><br> - <a 
href="https://github.com/apache/incubator-amoro/releases/download/v0.4.0/arctic-spark-3.1-runtime-0.4.0.jar";>Spark
 3.1 Runtime Jar</a></td>
+<td><a 
href="https://github.com/apache/incubator-amoro/releases/download/v0.4.0/trino-arctic-0.4.0.tar.gz";>Trino
 Connector</a></td>
+<td><a 
href="https://github.com/apache/incubator-amoro/releases/tag/v0.4.0";>release 
note</a></td>
 </tr>
 </tbody>
 </table>
diff --git a/output/how-to-contribute/index.html 
b/output/how-to-contribute/index.html
index ddb586f..261ffd8 100644
--- a/output/how-to-contribute/index.html
+++ b/output/how-to-contribute/index.html
@@ -250,12 +250,12 @@
 <h2 id="get-involved">Get Involved</h2>
 <p>In the process of using Amoro, if you have any questions, suggestions, or 
improvement ideas, you can participate in the Amoro community building through 
the following suggested channels.</p>
 <ul>
-<li><a href="https://github.com/NetEase/amoro/issues";>Issue Tracker</a> - 
tracking bugs, ideas, plans, etc.</li>
-<li><a href="https://github.com/NetEase/amoro/discussions";>GitHub 
Discussions</a> - second to mailing list for anything else you want to share or 
ask</li>
+<li><a href="https://github.com/apache/incubator-amoro/issues";>Issue 
Tracker</a> - tracking bugs, ideas, plans, etc.</li>
+<li><a href="https://github.com/apache/incubator-amoro/discussions";>GitHub 
Discussions</a> - second to mailing list for anything else you want to share or 
ask</li>
 <li>Wechat Group - add <code>kllnn999</code> as a friend on WeChat and specify 
<code>Amoro lover</code>, you will be invited to join the Amoro WeChat 
group.</li>
 </ul>
 <h2 id="contributing-guide">Contributing Guide</h2>
-<p>See <a 
href="https://github.com/NetEase/amoro/blob/master/CONTRIBUTING.md";>Contributing</a>
 for more details on how to contribute to Amoro.</p>
+<p>See <a 
href="https://github.com/apache/incubator-amoro/blob/master/CONTRIBUTING.md";>Contributing</a>
 for more details on how to contribute to Amoro.</p>
 </div>
                 
                     
diff --git a/output/index.xml b/output/index.xml
index b648fea..64e9b1f 100644
--- a/output/index.xml
+++ b/output/index.xml
@@ -19,7 +19,7 @@
       <link>https://amoro.apache.org/download/</link>
       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
       <guid>https://amoro.apache.org/download/</guid>
-      <description>Download Please choose an Amoro version to download from 
the blowing tables, the latest release is recommended.&#xA;The latest release 
Version Date Source AMS Flink Runtime Jars Spark Runtime Jars Trino Connector 
Release Notes 0.6.0 2023 Nov 3 source - AMS(hadoop3) - AMS(hadoop2) - Flink 
1.15 Runtime Jar - Flink 1.16 Runtime Jar - Flink 1.17 Runtime Jar - Spark 3.1 
Runtime Jar&#xA;- Spark 3.2 Runtime Jar&#xA;- Spark 3.</description>
+      <description>Download Please choose an Amoro version to download from 
the blowing tables, the latest release is recommended.&#xA;The latest release 
Version Date Source AMS Flink Runtime Jars Spark Runtime Jars Trino Connector 
Release Notes 0.6.1 2023 Nov 3 source - AMS(hadoop3) - AMS(hadoop2) - Flink 
1.15 Runtime Jar - Flink 1.16 Runtime Jar - Flink 1.17 Runtime Jar - Spark 3.1 
Runtime Jar&#xA;- Spark 3.2 Runtime Jar&#xA;- Spark 3.</description>
     </item>
     <item>
       <title>How To Benchmark</title>
diff --git a/output/landingpagesearch.json b/output/landingpagesearch.json
index 1616670..fc8da84 100644
--- a/output/landingpagesearch.json
+++ b/output/landingpagesearch.json
@@ -1 +1 @@
-[{"categories":null,"content":"Benchmark Report Test purpose This test aims at 
comparing the OLAP benchmark performance of various data lake formats in the 
scenario of continuous streaming ingestion in the CDC database.\nMeanwhile, 
particular attention was paid during the testing process to the impact of 
enabling self-optimizing on the analytical performance of the table.\nTest 
envrionment Hardware configuration Number OS Cpu core Memory Disk type Deployed 
components 1 CentOS 7 40 256 SA [...]
\ No newline at end of file
+[{"categories":null,"content":"Benchmark Report Test purpose This test aims at 
comparing the OLAP benchmark performance of various data lake formats in the 
scenario of continuous streaming ingestion in the CDC database.\nMeanwhile, 
particular attention was paid during the testing process to the impact of 
enabling self-optimizing on the analytical performance of the table.\nTest 
envrionment Hardware configuration Number OS Cpu core Memory Disk type Deployed 
components 1 CentOS 7 40 256 SA [...]
\ No newline at end of file
diff --git a/output/quickstart-setup/index.html 
b/output/quickstart-setup/index.html
index 07ecefd..3f095d5 100644
--- a/output/quickstart-setup/index.html
+++ b/output/quickstart-setup/index.html
@@ -257,7 +257,7 @@
 <h3 id="bring-up-demo-cluster">Bring up demo cluster</h3>
 <p>Before starting, please prepare a clean directory as the workspace for 
Amoro Demo deployment, and obtain the Amoro demo deployment script:</p>
 <div class="highlight"><pre tabindex="0" 
style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
 class="language-shell" data-lang="shell"><span style="display:flex;"><span>cd 
&lt;AMORO-WORKSPACE&gt;
-</span></span><span style="display:flex;"><span>wget 
https://raw.githubusercontent.com/NetEase/amoro/master/docker/demo-cluster.sh
+</span></span><span style="display:flex;"><span>wget 
https://raw.githubusercontent.com/apache/incubator-amoro/master/docker/demo-cluster.sh
 </span></span></code></pre></div><p>Execute the following shell command to 
launch a demo cluster using docker-compose:</p>
 <div class="highlight"><pre tabindex="0" 
style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
 class="language-shell" data-lang="shell"><span 
style="display:flex;"><span>bash demo-cluster.sh start
 </span></span></code></pre></div><p>After executing the above command, there 
will be a <code>data</code> directory in the workspace directory for sharing 
files between different docker containers. You can use the following command to 
view all the running Docker containers:</p>
@@ -280,7 +280,7 @@ Please make sure that there is no <code>HADOOP_HOME</code> 
or <code>HADOOP_CONF_
 </span></span><span style="display:flex;"><span>export AMORO_VERSION<span 
style="color:#f92672">=</span>0.6.0
 </span></span><span style="display:flex;"><span>
 </span></span><span style="display:flex;"><span><span style="color:#75715e"># 
Download the binary package of AMS</span>
-</span></span><span style="display:flex;"><span>wget 
https://github.com/NetEase/amoro/releases/download/v<span 
style="color:#e6db74">${</span>AMORO_VERSION<span 
style="color:#e6db74">}</span>/amoro-<span 
style="color:#e6db74">${</span>AMORO_VERSION<span 
style="color:#e6db74">}</span>-bin.zip
+</span></span><span style="display:flex;"><span>wget 
https://github.com/apache/incubator-amoro/releases/download/v<span 
style="color:#e6db74">${</span>AMORO_VERSION<span 
style="color:#e6db74">}</span>/amoro-<span 
style="color:#e6db74">${</span>AMORO_VERSION<span 
style="color:#e6db74">}</span>-bin.zip
 </span></span><span style="display:flex;"><span>
 </span></span><span style="display:flex;"><span><span style="color:#75715e"># 
Unzip the pakage</span>
 </span></span><span style="display:flex;"><span>unzip amoro-<span 
style="color:#e6db74">${</span>AMORO-VERSION<span 
style="color:#e6db74">}</span>-bin.zip
@@ -301,7 +301,7 @@ Please make sure that there is no <code>HADOOP_HOME</code> 
or <code>HADOOP_CONF_
 </span></span><span style="display:flex;"><span>APACHE_FLINK_URL<span 
style="color:#f92672">=</span>archive.apache.org/dist/flink
 </span></span><span style="display:flex;"><span>MAVEN_URL<span 
style="color:#f92672">=</span>https://repo1.maven.org/maven2
 </span></span><span style="display:flex;"><span>FLINK_CONNECTOR_URL<span 
style="color:#f92672">=</span><span 
style="color:#e6db74">${</span>MAVEN_URL<span 
style="color:#e6db74">}</span>/org/apache/flink
-</span></span><span style="display:flex;"><span>AMORO_CONNECTOR_URL<span 
style="color:#f92672">=</span><span 
style="color:#e6db74">${</span>MAVEN_URL<span 
style="color:#e6db74">}</span>/com/netease/amoro
+</span></span><span style="display:flex;"><span>AMORO_CONNECTOR_URL<span 
style="color:#f92672">=</span><span 
style="color:#e6db74">${</span>MAVEN_URL<span 
style="color:#e6db74">}</span>/com/apache/incubator-amoro
 </span></span><span style="display:flex;"><span>ICEBERG_CONNECTOR_URL<span 
style="color:#f92672">=</span><span 
style="color:#e6db74">${</span>MAVEN_URL<span 
style="color:#e6db74">}</span>/org/apache/iceberg
 </span></span><span style="display:flex;"><span>
 </span></span><span style="display:flex;"><span><span style="color:#75715e"># 
Download FLink binary package</span>
diff --git a/output/roadmap/index.html b/output/roadmap/index.html
index 758fb62..7085e36 100644
--- a/output/roadmap/index.html
+++ b/output/roadmap/index.html
@@ -248,18 +248,18 @@
 <p>This roadmap displays the workings that the Amoro community plans to 
complete in 2023 and their priorities. Each item is associated with a Github 
issue, where you can learn about its specific design and latest 
developments.</p>
 <h1 id="priority-1">Priority 1</h1>
 <ul>
-<li><a href="https://github.com/NetEase/amoro/issues/1061";>Support managing 
tables with multiple formats under one Catalog</a></li>
-<li><a href="https://github.com/NetEase/amoro/issues/1354";>Support 
automatically generating and managing Tags and Branchs for Table</a></li>
-<li><a href="https://github.com/NetEase/amoro/issues/1357";>Provide standard 
SQL management instructions and command-line tools</a></li>
-<li><a href="https://github.com/NetEase/amoro/issues/1269";>Support integration 
with Apache Paimon</a></li>
-<li><a href="https://github.com/NetEase/amoro/issues/1917";>Integration with 
Kubernetes</a></li>
+<li><a href="https://github.com/apache/incubator-amoro/issues/1061";>Support 
managing tables with multiple formats under one Catalog</a></li>
+<li><a href="https://github.com/apache/incubator-amoro/issues/1354";>Support 
automatically generating and managing Tags and Branchs for Table</a></li>
+<li><a href="https://github.com/apache/incubator-amoro/issues/1357";>Provide 
standard SQL management instructions and command-line tools</a></li>
+<li><a href="https://github.com/apache/incubator-amoro/issues/1269";>Support 
integration with Apache Paimon</a></li>
+<li><a 
href="https://github.com/apache/incubator-amoro/issues/1917";>Integration with 
Kubernetes</a></li>
 </ul>
 <h1 id="priority-2">Priority 2</h1>
 <ul>
-<li><a href="https://github.com/NetEase/amoro/issues/256";>Support insert part 
of columns of arctic table with flink in streaming mode</a></li>
-<li><a href="https://github.com/NetEase/amoro/issues/1360";>Support sorting 
table data during the self-optimizing process</a></li>
-<li><a href="https://github.com/NetEase/amoro/issues/220";>Support integration 
with Apache Hudi</a></li>
-<li><a href="https://github.com/NetEase/amoro/issues/1359";>Support aggregation 
keys for mixed-format tables</a></li>
+<li><a href="https://github.com/apache/incubator-amoro/issues/256";>Support 
insert part of columns of arctic table with flink in streaming mode</a></li>
+<li><a href="https://github.com/apache/incubator-amoro/issues/1360";>Support 
sorting table data during the self-optimizing process</a></li>
+<li><a href="https://github.com/apache/incubator-amoro/issues/220";>Support 
integration with Apache Hudi</a></li>
+<li><a href="https://github.com/apache/incubator-amoro/issues/1359";>Support 
aggregation keys for mixed-format tables</a></li>
 </ul>
 </div>
                 


Reply via email to