You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ch...@apache.org on 2023/01/13 05:49:21 UTC

[kyuubi-website] branch master updated: Remove incubating-related keyword (#100)

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

chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi-website.git


The following commit(s) were added to refs/heads/master by this push:
     new cac0984  Remove incubating-related keyword (#100)
cac0984 is described below

commit cac0984db4eec9bd7bc16a03c1a6177fcc323949
Author: Kaifei Yi <yi...@gmail.com>
AuthorDate: Fri Jan 13 13:49:16 2023 +0800

    Remove incubating-related keyword (#100)
---
 README.md                         |  2 +-
 i18n/en.toml                      |  4 ++--
 i18n/zh.toml                      |  2 +-
 layouts/custompage/release.html   | 26 +++++++++++++-------------
 layouts/partials/footer.html      |  2 +-
 layouts/partials/header.html      |  2 +-
 src/en/developer-tools.md         |  2 +-
 src/en/issue_tracking.md          | 10 +++++-----
 src/en/new_committer_process.md   |  2 +-
 src/en/new_ppmc_member_process.md |  6 +++---
 src/en/pull_request.md            | 20 ++++++++++----------
 src/en/version_control.md         |  4 ++--
 src/zh/developer-tools.md         |  2 +-
 src/zh/issue_tracking.md          | 10 +++++-----
 src/zh/new_committer_process.md   |  2 +-
 src/zh/new_ppmc_member_process.md |  4 ++--
 src/zh/pull_request.md            | 20 ++++++++++----------
 src/zh/version_control.md         |  4 ++--
 18 files changed, 62 insertions(+), 62 deletions(-)

diff --git a/README.md b/README.md
index 9d486ba..e6e2c8e 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@
   limitations under the License. See accompanying LICENSE file.
 -->
 
-# Apache Kyuubi(Incubating) site
+# Apache Kyuubi site
 
 ## Usage
 
diff --git a/i18n/en.toml b/i18n/en.toml
index 1270371..3d36500 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -95,7 +95,7 @@
 [source-code]
   other = "Source Code"
 [source-code-href]
-  other = "https://github.com/apache/incubator-kyuubi"
+  other = "https://github.com/apache/kyuubi"
 
 [how-to-contribute]
   other = "How to Contribute"
@@ -124,7 +124,7 @@
   other = "Powered by  Kyuubi"
 
 [powered-href]
-  other = "https://github.com/apache/incubator-kyuubi/discussions/925"
+  other = "https://github.com/apache/kyuubi/discussions/925"
 
 [powered-desc]
   other = "To add yourself to the list, please comment on the"
diff --git a/i18n/zh.toml b/i18n/zh.toml
index 717a014..e3b3964 100644
--- a/i18n/zh.toml
+++ b/i18n/zh.toml
@@ -122,7 +122,7 @@
   other = "Powered by  Kyuubi"
 
 [powered-href]
-  other = "https://github.com/apache/incubator-kyuubi/discussions/925"
+  other = "https://github.com/apache/kyuubi/discussions/925"
 
 [powered-desc]
   other = "To add yourself to the list, please comment on the"
diff --git a/layouts/custompage/release.html b/layouts/custompage/release.html
index a15c9ac..a1c6fee 100644
--- a/layouts/custompage/release.html
+++ b/layouts/custompage/release.html
@@ -19,7 +19,7 @@
     <div class="ui tiny teal ribbon label">{{ i18n "instructions" }}</div>
     <p></p>
     <p>{{ i18n "chose-kyuubi-version-to-download" }}</p>
-    <p>{{ i18n "please-verify-release" }} <a href="https://downloads.apache.org/incubator/kyuubi/KEYS">{{ i18n "project-release-keys" }}</a>.</p>
+    <p>{{ i18n "please-verify-release" }} <a href="https://downloads.apache.org/kyuubi/KEYS">{{ i18n "project-release-keys" }}</a>.</p>
     <p></p>
     <p>{{ i18n "check-hashes-and-signatures" }} <a href="https://www.apache.org/dyn/closer.cgi#verify">{{ i18n "verify-instructions" }}</a> {{i18n "page"}}.</p>
   </div>
@@ -49,14 +49,14 @@
       <td class="center aligned">{{dateFormat "2006 Jan 2 " .Date}}</td>
       {{ end }}
       <td class="center aligned">
-        <a href="https://www.apache.org/dyn/closer.lua/incubator/kyuubi/kyuubi-{{.File.BaseFileName}}/apache-kyuubi-{{.File.BaseFileName}}-source.tgz">source</a>
-        (<a href="https://downloads.apache.org/incubator/kyuubi/kyuubi-{{.File.BaseFileName}}/apache-kyuubi-{{.File.BaseFileName}}-source.tgz.sha512">sha512</a>,
-        <a href="https://downloads.apache.org/incubator/kyuubi/kyuubi-{{.File.BaseFileName}}/apache-kyuubi-{{.File.BaseFileName}}-source.tgz.asc">signature</a>)
+        <a href="https://www.apache.org/dyn/closer.lua/kyuubi/kyuubi-{{.File.BaseFileName}}/apache-kyuubi-{{.File.BaseFileName}}-source.tgz">source</a>
+        (<a href="https://downloads.apache.org/kyuubi/kyuubi-{{.File.BaseFileName}}/apache-kyuubi-{{.File.BaseFileName}}-source.tgz.sha512">sha512</a>,
+        <a href="https://downloads.apache.org/kyuubi/kyuubi-{{.File.BaseFileName}}/apache-kyuubi-{{.File.BaseFileName}}-source.tgz.asc">signature</a>)
       </td>
       <td class="center aligned">
-        <a href="https://www.apache.org/dyn/closer.lua/incubator/kyuubi/kyuubi-{{.File.BaseFileName}}/apache-kyuubi-{{.File.BaseFileName}}-bin.tgz">binary</a>
-        (<a href="https://downloads.apache.org/incubator/kyuubi/kyuubi-{{.File.BaseFileName}}/apache-kyuubi-{{.File.BaseFileName}}-bin.tgz.sha512">sha512</a>,
-        <a href="https://downloads.apache.org/incubator/kyuubi/kyuubi-{{.File.BaseFileName}}/apache-kyuubi-{{.File.BaseFileName}}-bin.tgz.asc">signature</a>)
+        <a href="https://www.apache.org/dyn/closer.lua/kyuubi/kyuubi-{{.File.BaseFileName}}/apache-kyuubi-{{.File.BaseFileName}}-bin.tgz">binary</a>
+        (<a href="https://downloads.apache.org/kyuubi/kyuubi-{{.File.BaseFileName}}/apache-kyuubi-{{.File.BaseFileName}}-bin.tgz.sha512">sha512</a>,
+        <a href="https://downloads.apache.org/kyuubi/kyuubi-{{.File.BaseFileName}}/apache-kyuubi-{{.File.BaseFileName}}-bin.tgz.asc">signature</a>)
       </td>
       <td class="center aligned">
         <a href="{{ $langVar }}/release/{{.File.BaseFileName }}.html">{{ lower (i18n "release-notes") }}</a>
@@ -92,14 +92,14 @@
       <td class="center aligned">{{dateFormat "2006 Jan 2 " .Date}}</td>
       {{ end }}
       <td class="center aligned">
-        <a href="https://www.apache.org/dyn/closer.lua/incubator/kyuubi/kyuubi-{{.File.BaseFileName}}/apache-kyuubi-{{.File.BaseFileName}}-source.tgz">source</a>
-        (<a href="https://downloads.apache.org/incubator/kyuubi/kyuubi-{{.File.BaseFileName}}/apache-kyuubi-{{.File.BaseFileName}}-source.tgz.sha512">sha512</a>,
-        <a href="https://downloads.apache.org/incubator/kyuubi/kyuubi-{{.File.BaseFileName}}/apache-kyuubi-{{.File.BaseFileName}}-source.tgz.asc">signature</a>)
+        <a href="https://www.apache.org/dyn/closer.lua/kyuubi/kyuubi-{{.File.BaseFileName}}/apache-kyuubi-{{.File.BaseFileName}}-source.tgz">source</a>
+        (<a href="https://downloads.apache.org/kyuubi/kyuubi-{{.File.BaseFileName}}/apache-kyuubi-{{.File.BaseFileName}}-source.tgz.sha512">sha512</a>,
+        <a href="https://downloads.apache.org/kyuubi/kyuubi-{{.File.BaseFileName}}/apache-kyuubi-{{.File.BaseFileName}}-source.tgz.asc">signature</a>)
       </td>
       <td class="center aligned">
-        <a href="https://www.apache.org/dyn/closer.lua/incubator/kyuubi/kyuubi-{{.File.BaseFileName}}/apache-kyuubi-{{.File.BaseFileName}}-bin.tgz">binary</a>
-        (<a href="https://downloads.apache.org/incubator/kyuubi/kyuubi-{{.File.BaseFileName}}/apache-kyuubi-{{.File.BaseFileName}}-bin.tgz.sha512">sha512</a>,
-        <a href="https://downloads.apache.org/incubator/kyuubi/kyuubi-{{.File.BaseFileName}}/apache-kyuubi-{{.File.BaseFileName}}-bin.tgz.asc">signature</a>)
+        <a href="https://www.apache.org/dyn/closer.lua/kyuubi/kyuubi-{{.File.BaseFileName}}/apache-kyuubi-{{.File.BaseFileName}}-bin.tgz">binary</a>
+        (<a href="https://downloads.apache.org/kyuubi/kyuubi-{{.File.BaseFileName}}/apache-kyuubi-{{.File.BaseFileName}}-bin.tgz.sha512">sha512</a>,
+        <a href="https://downloads.apache.org/kyuubi/kyuubi-{{.File.BaseFileName}}/apache-kyuubi-{{.File.BaseFileName}}-bin.tgz.asc">signature</a>)
       </td>
       <td class="center aligned">
         <a href="{{ $langVar }}/release/{{.File.BaseFileName }}.html">{{ lower (i18n "release-notes") }}</a>
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index b107681..a3260ce 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -23,7 +23,7 @@
     </div>
     <div class="footerBox">
       <div class="footerCopyRight">
-        {{ replace .Site.Copyright "{year}" now.Year }} The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache Feather logo, and the Apache Incubator project logo are trademarks of The Apache Software Foundation.
+        {{ replace .Site.Copyright "{year}" now.Year }} The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache Feather logo is trademarks of The Apache Software Foundation.
       </div>
     </div>
   </div>
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 8f6687f..aeb245d 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -22,7 +22,7 @@
     <meta name="author" content="">
     <link rel="icon" href="/favicon.ico">
     <base href="{{.Site.BaseURL}}">
-    <title>Apache Kyuubi(Incubating) - Multi-tenant Thrift JDBC/ODBC server</title>
+    <title>Apache Kyuubi - Multi-tenant Thrift JDBC/ODBC server</title>
 
     <link rel="stylesheet" href="{{ "css/vendor/bootstrap.min.css" | relURL }}">
 
diff --git a/src/en/developer-tools.md b/src/en/developer-tools.md
index 5e7c017..72e98b7 100644
--- a/src/en/developer-tools.md
+++ b/src/en/developer-tools.md
@@ -94,7 +94,7 @@ build/mvn clean package -Pmirror-cn
 
 ## Building a Runnable Distribution
 
-To create a Kyuubi distribution like those distributed by [Kyuubi Release Page](https://github.com/apache/incubaotr-kyuubi/releases),
+To create a Kyuubi distribution like those distributed by [Kyuubi Release Page](https://github.com/apache/kyuubi/releases),
 and that is laid out so as to be runnable, use `./build/dist` in the project root directory.
 
 For more information on usage, run `./build/dist --help`
diff --git a/src/en/issue_tracking.md b/src/en/issue_tracking.md
index cf23197..aeb7acf 100644
--- a/src/en/issue_tracking.md
+++ b/src/en/issue_tracking.md
@@ -22,8 +22,8 @@ menu:
 
 <img src="https://svn.apache.org/repos/asf/comdev/project-logos/originals/kyuubi-1.svg" alt="Kyuubi logo" width="30%" align="right" />
 
-The Kyuubi community uses [Github Issues](https://github.com/apache/incubator-kyuubi/issues) to track various ideas, work, bugs, etc.
-The Github issues tracker integrated with our development [repository](https://github.com/apache/incubator-kyuubi) makes it easier to organize work, focus on essential tasks, and keep plans up to date simultaneously.
+The Kyuubi community uses [Github Issues](https://github.com/apache/kyuubi/issues) to track various ideas, work, bugs, etc.
+The Github issues tracker integrated with our development [repository](https://github.com/apache/kyuubi) makes it easier to organize work, focus on essential tasks, and keep plans up to date simultaneously.
 
 Although everyone can create an issue that might include any content as long as you have a Github account and we do not make any mandatory restrictions on the functionality of this section, all communication is subject to the ASF [Code of Conduct](https://www.apache.org/foundation/policies/conduct).
 If you observe behavior that violates those rules, please follow the [ASF reporting guidelines](https://www.apache.org/foundation/policies/conduct#reporting-guidelines).
@@ -35,7 +35,7 @@ This section does not include any specific function of Github issues itself whic
 ### First Good Issue
 
 An issue with the label `good first issue` is an excellent way for first-time contributors to start with Kyuubi.
-You can get a complete list [here](https://github.com/apache/incubator-kyuubi/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22).
+You can get a complete list [here](https://github.com/apache/kyuubi/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22).
 
 ### Report Bug
 
@@ -43,13 +43,13 @@ It doesn't really matter whether what you are reporting is a bug or not. Just fe
 For best practices, if it is indeed a bug, please try to provide the reproducible steps.
 It’s beneficial if the bug report has a description of how the bug was introduced, by which commit or version, so that reviewers can easily understand the bug.
 
-Try our [bug issue template form](https://github.com/apache/incubator-kyuubi/issues/new?assignees=&labels=bug&template=bug-report.yml&title=%5BBug%5D+) and fill as much information as you can provide.
+Try our [bug issue template form](https://github.com/apache/kyuubi/issues/new?assignees=&labels=bug&template=bug-report.yml&title=%5BBug%5D+) and fill as much information as you can provide.
 
 ### Submit Ideas or Feature Requests
 
 As a volunteer-driven project, ideas are always welcome ;)
 
-Try our [feature template form](https://github.com/apache/incubator-kyuubi/issues/new?assignees=&labels=feature&template=feature-request.yml&title=%5BFEATURE%5D+) and make your proposal clear for others to understand.
+Try our [feature template form](https://github.com/apache/kyuubi/issues/new?assignees=&labels=feature&template=feature-request.yml&title=%5BFEATURE%5D+) and make your proposal clear for others to understand.
 
 - Explain in detail how it would work.
 - Keep the scope as narrow as possible to make it easier to implement.
diff --git a/src/en/new_committer_process.md b/src/en/new_committer_process.md
index 0cbc5da..d378b25 100644
--- a/src/en/new_committer_process.md
+++ b/src/en/new_committer_process.md
@@ -93,7 +93,7 @@ This is a formal vote about inviting ${NEW_COMMITTER_NAME} as our new committer.
 
 ${Work list}[1]
 
-[1] https://github.com/apache/incubator-kyuubi/commits?author=${NEW_COMMITTER_NAME}
+[1] https://github.com/apache/kyuubi/commits?author=${NEW_COMMITTER_NAME}
 ```
 
 Note that, Voting ends one week from today, i.e. [midnight UTC on YYYY-MM-DD](https://www.timeanddate.com/counters/customcounter.html?year=YYYY&month=MM&day=DD)
diff --git a/src/en/new_ppmc_member_process.md b/src/en/new_ppmc_member_process.md
index 7567e91..d1ac901 100644
--- a/src/en/new_ppmc_member_process.md
+++ b/src/en/new_ppmc_member_process.md
@@ -65,7 +65,7 @@ I recommend inviting ${NEW_PPMC_NAME} as our new PPMC member.
 
 ${Work list}[1]
 
-[1] https://github.com/apache/incubator-kyuubi/commits?author=${NEW_PPMC_NAME}
+[1] https://github.com/apache/kyuubi/commits?author=${NEW_PPMC_NAME}
 ```
 
 ### PPMC Member Vote Template
@@ -81,7 +81,7 @@ This is a formal vote about inviting ${NEW_PPMC_NAME} as our new PPMC member.
 
 ${Work list}[1]
 
-[1] https://github.com/apache/incubator-kyuubi/commits?author=${NEW_PPMC_NAME}
+[1] https://github.com/apache/kyuubi/commits?author=${NEW_PPMC_NAME}
 ```
 
 Note that, Voting ends one week from today, i.e. [midnight UTC on YYYY-MM-DD](https://www.timeanddate.com/counters/customcounter.html?year=YYYY&month=MM&day=DD)
@@ -276,5 +276,5 @@ submission process. This should enable better productivity.
 A PPMC member helps manage and guide the direction of the project.
 
 Thanks,
-On behalf of the Apache Kyuubi (Incubating) PPMC
+On behalf of the Apache Kyuubi PPMC
 ```
diff --git a/src/en/pull_request.md b/src/en/pull_request.md
index 1d259b3..632b801 100644
--- a/src/en/pull_request.md
+++ b/src/en/pull_request.md
@@ -32,20 +32,20 @@ The review guide can see [Google’s Engineering Practices documentation](https:
 Before proceeding, it's better to search the issues and pull requests history first. Likely, the problem or request has been discussed.
 
 After checking, you can create a new issue to describe what want to do, and about issues, we have rich types to
-choose, see [here](https://github.com/apache/incubator-kyuubi/issues/new/choose).
+choose, see [here](https://github.com/apache/kyuubi/issues/new/choose).
 
 Then submit your code within a pull request. If you are a new contributor, please follow this guide to get a gentle step-by-step
 introductionto setting up the development environment and making your first contribution.
 
 ```shell
 # 1. Fork the repository on GitHub
-#    Go to 'https://github.com/apache/incubator-kyuubi' and click the 'Fork' button to your repository
+#    Go to 'https://github.com/apache/kyuubi' and click the 'Fork' button to your repository
 # 2. Clone the repository locally using follow git cmd
-     git clone https://github.com/${Github_user}/incubator-kyuubi.git
-     cd incubator-kyuubi
+     git clone https://github.com/${Github_user}/kyuubi.git
+     cd kyuubi
 # 3. Add git remmote repository
-     git remote add origin https://github.com/${Github_user}/incubator-kyuubi.git
-     git remote add apache https://github.com/apache/incubator-kyuubi.git
+     git remote add origin https://github.com/${Github_user}/kyuubi.git
+     git remote add apache https://github.com/apache/kyuubi.git
 # 4. Set up your identifier
      git config user.name "${Your_github_name}"
      git config user.email "${Your_public_email}"
@@ -55,7 +55,7 @@ introductionto setting up the development environment and making your first cont
      git commit -am "${Your_commit_information}"
 # 7. Push your branch to your repository
      git push origin ${Your_branch_name}
-# 8. Go to 'https://github.com/apache/incubator-kyuubi' and click the 'new pull request' button
+# 8. Go to 'https://github.com/apache/kyuubi' and click the 'new pull request' button
 ```
 
 It is highly recommended providing a clear descriptions for a better code review process.
@@ -63,13 +63,13 @@ Writing good pull request descriptions is a great way to help reviewers know wha
 As developers, our responsibility is to fix issues or implement new features and clearly communicate the development work to reviewers.
 A developer can convey proposed code changes and their purposes either through detailed PR descriptions.
 They're also a great way to help track things that should be done for every change, such as testing, adding unit tests, and updating documentation in the git log.
-See [Pull Request Template](https://github.com/apache/incubator-kyuubi/blob/master/.github/PULL_REQUEST_TEMPLATE).
+See [Pull Request Template](https://github.com/apache/kyuubi/blob/master/.github/PULL_REQUEST_TEMPLATE).
 
 ### After
 
 It may take some time to wait other developer to review. Feel free to ping any committer who has worked on the similar area.
 In general, you can find out the right people to review your code through git commit history.
 
-One more thing, Kyuubi leverages [Github Actions](https://github.com/apache/incubator-kyuubi/actions) to cover unit 
-test and integration test on Linux AMD64 and [TravisCI](https://app.travis-ci.com/github/apache/incubator-kyuubi) 
+One more thing, Kyuubi leverages [Github Actions](https://github.com/apache/kyuubi/actions) to cover unit 
+test and integration test on Linux AMD64 and [TravisCI](https://app.travis-ci.com/github/apache/kyuubi) 
 on Linux ARM64, so please make sure your pull request's tests are green. It will Speed up the merging :).
diff --git a/src/en/version_control.md b/src/en/version_control.md
index 2272886..9a38aba 100644
--- a/src/en/version_control.md
+++ b/src/en/version_control.md
@@ -22,6 +22,6 @@ menu:
 ## Overview
 
 The Kyuubi source code resides in the Apache git repository, and available from here:
-https://gitbox.apache.org/repos/asf?p=incubator-kyuubi.git
+https://gitbox.apache.org/repos/asf?p=kyuubi.git
 
-The changes are also mirrored to the github repository https://github.com/apache/incubator-kyuubi
+The changes are also mirrored to the github repository https://github.com/apache/kyuubi
diff --git a/src/zh/developer-tools.md b/src/zh/developer-tools.md
index 85276d8..d9f32a2 100644
--- a/src/zh/developer-tools.md
+++ b/src/zh/developer-tools.md
@@ -87,7 +87,7 @@ build/mvn clean package -Pmirror-cn
 
 ## 构建可运行的发行版
 
-创建一个 Kyuubi 发行版,就像 [Kyuubi Release Page](https://github.com/apache/incubator-kyuubi/releases)
+创建一个 Kyuubi 发行版,就像 [Kyuubi Release Page](https://github.com/apache/kyuubi/releases)
 中展示的一样,在项目根目录中使用 `./build/dist` 构建。
 
 有关使用的更多信息,请运行 `./build/dist --help`
diff --git a/src/zh/issue_tracking.md b/src/zh/issue_tracking.md
index 18a38e1..f8d36e4 100644
--- a/src/zh/issue_tracking.md
+++ b/src/zh/issue_tracking.md
@@ -22,8 +22,8 @@ menu:
 
 <img src="https://svn.apache.org/repos/asf/comdev/project-logos/originals/kyuubi-1.svg" alt="Kyuubi logo" width="30%" align="right" />
 
-Kyuubi 社区使用 [Github Issues](https://github.com/apache/incubator-kyuubi/issues) 来跟踪各种想法、工作、bug等。
-与我们的 [代码库](https://github.com/apache/incubator-kyuubi) 集成的 Github Issues 可以更轻松地组织工作, 专注于基本任务并同时更新计划。
+Kyuubi 社区使用 [Github Issues](https://github.com/apache/kyuubi/issues) 来跟踪各种想法、工作、bug等。
+与我们的 [代码库](https://github.com/apache/kyuubi) 集成的 Github Issues 可以更轻松地组织工作, 专注于基本任务并同时更新计划。
 
 尽管只要有 Github 帐户,就可以创建包含任何内容的问题,并且我们不对本部分的功能进行任何强制限制,但所有交流均需遵守 ASF [行为准则](https://www.apache.org/foundation/policies/conduct)。
 如果你发现有违反这些规则的行为,可参照 [ASF 报告指南](https://www.apache.org/foundation/policies/conduct#reporting-guidelines) 处理。
@@ -35,7 +35,7 @@ Kyuubi 社区使用 [Github Issues](https://github.com/apache/incubator-kyuubi/i
 ### First Good Issue
 
 带有 `good first issue` 标签的问题,是首次贡献者开始贡献 Kyuubi 的绝佳方式。
-点击 [这里](https://github.com/apache/incubator-kyuubi/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22) 你将获得完整的列表。
+点击 [这里](https://github.com/apache/kyuubi/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22) 你将获得完整的列表。
 
 ### 报告 Bug
 
@@ -45,13 +45,13 @@ Kyuubi 社区使用 [Github Issues](https://github.com/apache/incubator-kyuubi/i
 
 如果错误的报告中有关于如何引入错误、提交或版本等详细的描述那再好不过了,因为这对审查者理解错误非常有帮助。
 
-使用我们的 [Bug问题模板](https://github.com/apache/incubator-kyuubi/issues/new?assignees=&labels=bug&template=bug-report.yml&title=%5BBug%5D+) 并填写尽可能多的信息。
+使用我们的 [Bug问题模板](https://github.com/apache/kyuubi/issues/new?assignees=&labels=bug&template=bug-report.yml&title=%5BBug%5D+) 并填写尽可能多的信息。
 
 ### 提交想法或功能请求
 
 作为一个志愿者驱动的项目,想法总是受欢迎的 :)
 
-使用 [feature模板](https://github.com/apache/incubator-kyuubi/issues/new?assignees=&labels=feature&template=feature-request.yml&title=%5BFEATURE%5D+) 让你的建议清晰易懂:
+使用 [feature模板](https://github.com/apache/kyuubi/issues/new?assignees=&labels=feature&template=feature-request.yml&title=%5BFEATURE%5D+) 让你的建议清晰易懂:
 
 - 详细解释它是如何工作的
 - 尽可能缩小范围以使得它更易于实施
diff --git a/src/zh/new_committer_process.md b/src/zh/new_committer_process.md
index 7d502f5..e1e43ac 100644
--- a/src/zh/new_committer_process.md
+++ b/src/zh/new_committer_process.md
@@ -76,7 +76,7 @@ This is a formal vote about inviting ${NEW_COMMITTER_NAME} as our new committer.
 
 ${Work list}[1]
 
-[1] https://github.com/apache/incubator-kyuubi/commits?author=${NEW_COMMITTER_NAME}
+[1] https://github.com/apache/kyuubi/commits?author=${NEW_COMMITTER_NAME}
 ```
 
 请注意,投票从今天开始一周结束,即[midnight UTC on YYYY-MM-DD](https://www.timeanddate.com/counters/customcounter.html?year=YYYY&month=MM&day=DD)
diff --git a/src/zh/new_ppmc_member_process.md b/src/zh/new_ppmc_member_process.md
index da1ecfe..900aceb 100644
--- a/src/zh/new_ppmc_member_process.md
+++ b/src/zh/new_ppmc_member_process.md
@@ -79,7 +79,7 @@ This is a formal vote about inviting ${NEW_PPMC_NAME} as our new PPMC member.
 
 ${Work list}[1]
 
-[1] https://github.com/apache/incubator-kyuubi/commits?author=${NEW_PPMC_NAME}
+[1] https://github.com/apache/kyuubi/commits?author=${NEW_PPMC_NAME}
 ```
 
 Note that, Voting ends one week from today, i.e. [midnight UTC on YYYY-MM-DD](https://www.timeanddate.com/counters/customcounter.html?year=YYYY&month=MM&day=DD)
@@ -274,5 +274,5 @@ submission process. This should enable better productivity.
 A PPMC member helps manage and guide the direction of the project.
 
 Thanks,
-On behalf of the Apache Kyuubi (Incubating) PPMC
+On behalf of the Apache Kyuubi PPMC
 ```
diff --git a/src/zh/pull_request.md b/src/zh/pull_request.md
index fa5b181..b708aaa 100644
--- a/src/zh/pull_request.md
+++ b/src/zh/pull_request.md
@@ -31,19 +31,19 @@ Kyuubi 鼓励帮助审查其他开发人员的PR,这可以使得代码更加
 
 在开始之前,最好先搜索问题和PR请求的历史记录,因为该问题可能已经被讨论过了。
 
-检查后,可以新建一个 issue 来描述想要做什么,关于 issue,我们有丰富的类型可以选择, 看 [这里](https://github.com/apache/incubator-kyuubi/issues/new/choose).
+检查后,可以新建一个 issue 来描述想要做什么,关于 issue,我们有丰富的类型可以选择, 看 [这里](https://github.com/apache/kyuubi/issues/new/choose).
 
 然后在PR中提交你的代码。如果你是新的贡献者,请按照本指南逐步了解设置开发环境和做出你的第一个贡献。
 
 ```shell
 # 1. Fork GitHub 上的 Kyuubi 存储库
-#    访问 'https://github.com/apache/incubator-kyuubi' 然后点击 'Fork' ,Fork到你的代码仓库
+#    访问 'https://github.com/apache/kyuubi' 然后点击 'Fork' ,Fork到你的代码仓库
 # 2. 使用下面的git命令克隆代码到本地
-     git clone https://github.com/${你的Github用户名}/incubator-kyuubi.git
-     cd incubator-kyuubi
+     git clone https://github.com/${你的Github用户名}/kyuubi.git
+     cd kyuubi
 # 3. 添加 git 远程仓库
-     git remote add origin https://github.com/${你的Github用户名}/incubator-kyuubi.git
-     git remote add apache https://github.com/apache/incubator-kyuubi.git
+     git remote add origin https://github.com/${你的Github用户名}/kyuubi.git
+     git remote add apache https://github.com/apache/kyuubi.git
 # 4. 设置你的github名字和邮箱
      git config user.name "${你的Github用户名}"
      git config user.email "${你的公开邮箱}"
@@ -53,7 +53,7 @@ Kyuubi 鼓励帮助审查其他开发人员的PR,这可以使得代码更加
      git commit -am "${提交信息}"
 # 7. 将你的分支推送到你的存储库
      git push origin ${分支名称}
-# 8. 访问 'https://github.com/apache/incubator-kyuubi' 然后点击 'new pull request' 
+# 8. 访问 'https://github.com/apache/kyuubi' 然后点击 'new pull request' 
 ```
 
 为更好进行代码审查,强烈建议提供清晰的描述。
@@ -62,13 +62,13 @@ Kyuubi 鼓励帮助审查其他开发人员的PR,这可以使得代码更加
 作为开发人员,我们的责任是解决问题或者实现新功能,并将开发工作清楚地传达给审查者。
 开发人员可以通过详细的 PR 描述来体现代码的更改逻辑及目的。
 它们也有利于追踪每次更改完成后要做的事情,例如测试、添加单元测试和更新 git 日志中的文档。
-详见 [Pull Request Template](https://github.com/apache/incubator-kyuubi/blob/master/.github/PULL_REQUEST_TEMPLATE).
+详见 [Pull Request Template](https://github.com/apache/kyuubi/blob/master/.github/PULL_REQUEST_TEMPLATE).
 
 ### 之后
 
 等待其他开发人员审查可能需要一些时间。可以随意 @ 任何在类似领域工作过的 Committer。
 一般来说,你可以通过 git 的历史提交记录找到合适的人来审查你的代码。
 
-还有一件事,Kyuubi 利用 [Github Actions](https:github.comapacheincubator-kyuubiactions)
-覆盖 Linux AMD64 上的单元测试和集成测试以及 Linux ARM64 上的 [TravisCI](https:app.travis-ci.comgithubapacheincubator-kyuubi),
+还有一件事,Kyuubi 利用 [Github Actions](https://github.com/apache/kyuubi/actions)
+覆盖 Linux AMD64 上的单元测试和集成测试以及 Linux ARM64 上的 [TravisCI](https://app.travis-ci.com/github/apache/kyuubi),
 所以请确保你发起的PR的测试是绿色的。它将加快你PR的合入 :)。
diff --git a/src/zh/version_control.md b/src/zh/version_control.md
index 06a9cf6..df79928 100644
--- a/src/zh/version_control.md
+++ b/src/zh/version_control.md
@@ -22,7 +22,7 @@ menu:
 ## Overview
 
 Kyuubi 源代码位于 Apache git 存储库中,可从此处获得:
-https://gitbox.apache.org/repos/asf?p=incubator-kyuubi.git
+https://gitbox.apache.org/repos/asf?p=kyuubi.git
 
 更改也反映到 github 存储库:
-https://github.com/apache/incubator-kyuubi
+https://github.com/apache/kyuubi