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

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

commit 31ead6c02b3d82444c876326e9bc515ecde768e0
Author: juzhiyuan <[email protected]>
AuthorDate: Wed Aug 12 21:37:42 2020 +0800

    feat: remove incubator
---
 README.md                                  |  2 +-
 config.yaml                                | 24 +++++++++----------
 content/contribute/contributor/index.en.md |  4 ++--
 content/contribute/contributor/index.zh.md |  4 ++--
 content/contribute/release/index.en.md     |  4 ++--
 content/contribute/release/index.zh.md     |  4 ++--
 content/downloads/index.en.md              | 38 +++++++++++++++---------------
 content/downloads/index.zh.md              | 38 +++++++++++++++---------------
 content/team/index.en.md                   |  4 ++--
 content/team/index.zh.md                   |  4 ++--
 10 files changed, 63 insertions(+), 63 deletions(-)

diff --git a/README.md b/README.md
index 31f9715..a3f5ccc 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Apache APISIX
 
-> The website of [Apache APISIX](https://github.com/apache/incubator-apisix), 
a cloud-native microservices api gateway.
+> The website of [Apache APISIX](https://github.com/apache/apisix), a 
cloud-native microservices api gateway.
 
 ## Development
 ```sh
diff --git a/config.yaml b/config.yaml
index ff80b50..06c5580 100644
--- a/config.yaml
+++ b/config.yaml
@@ -21,7 +21,7 @@ languages:
         # Button text
         buttontext: View on GitHub
         # Where the main hero button links to
-        buttonlink: "https://github.com/apache/incubator-apisix";
+        buttonlink: "https://github.com/apache/apisix";
         downloadsButtonText: Downloads
         downloadsButtonLink: "./downloads"
         # Hero image (from static/images/___)
@@ -38,7 +38,7 @@ languages:
       - title: Home
         url: /
       - title: Documentation
-        url: https://github.com/apache/incubator-apisix/tree/master/doc
+        url: https://github.com/apache/apisix/tree/master/doc
       - title: Get Involved
         sublinks:
         - title: Subscribe Guide
@@ -46,7 +46,7 @@ languages:
         - title: Contributor Guide
           url: /contribute/contributor
         - title: GitHub Issue Tracker
-          url: https://github.com/apache/incubator-apisix/issues
+          url: https://github.com/apache/apisix/issues
         - title: Committer Guide
           url: /contribute/committer
         - title: Release Guide
@@ -98,11 +98,11 @@ languages:
             title: "Documentation"
             links:
             - text: Overview
-              link: https://github.com/apache/incubator-apisix#apisix
+              link: https://github.com/apache/apisix#apisix
             - text: Quick start
-              link: https://github.com/apache/incubator-apisix#quickstart
+              link: https://github.com/apache/apisix#quickstart
             - text: Developer guide
-              link: 
https://github.com/apache/incubator-apisix/blob/master/doc/architecture-design.md
+              link: 
https://github.com/apache/apisix/blob/master/doc/architecture-design.md
   zh:
     params:
     hero:
@@ -115,7 +115,7 @@ languages:
       # Button text
       buttontext: 访问 GitHub
       # Where the main hero button links to
-      buttonlink: "https://github.com/apache/incubator-apisix";
+      buttonlink: "https://github.com/apache/apisix";
       downloadsbuttontext: 下载
       downloadsbuttonlink: "../downloads"
       # Hero image (from static/images/___)
@@ -132,7 +132,7 @@ languages:
     - title: 首页
       url: /zh
     - title: 文档
-      url: https://github.com/apache/incubator-apisix/tree/master/doc
+      url: https://github.com/apache/apisix/tree/master/doc
     - title: 参与
       sublinks:
       - title: 订阅指南
@@ -140,7 +140,7 @@ languages:
       - title: 贡献者指南
         url: /zh/contribute/contributor
       - title: GitHub Issue Tracker
-        url: https://github.com/apache/incubator-apisix/issues
+        url: https://github.com/apache/apisix/issues
       - title: 提交者指南
         url: /zh/contribute/committer
       - title: 发布指南
@@ -195,11 +195,11 @@ languages:
             title: "Documentation"
             links:
             - text: Overview
-              link: https://github.com/apache/incubator-apisix#apisix
+              link: https://github.com/apache/apisix#apisix
             - text: Quick start
-              link: https://github.com/apache/incubator-apisix#quickstart
+              link: https://github.com/apache/apisix#quickstart
             - text: Developer guide
-              link: 
https://github.com/apache/incubator-apisix/blob/master/doc/architecture-design.md
+              link: 
https://github.com/apache/apisix/blob/master/doc/architecture-design.md
 
 params:
  # Open graph allows easy social sharing. If you don't want it you can set it 
to false or just delete the variable
diff --git a/content/contribute/contributor/index.en.md 
b/content/contribute/contributor/index.en.md
index 7077d96..a9f444b 100644
--- a/content/contribute/contributor/index.en.md
+++ b/content/contribute/contributor/index.en.md
@@ -9,7 +9,7 @@ include_footer: true
   <br />
   <h2 class="title">Submit an issue</h2>
   <p>1. Before submitting your issues, please go through a comprehensive 
search to make sure the problem cannot be solved just by searching.</p>
-  <p>2. Check the <a href="https://github.com/apache/incubator-apisix/issues"; 
target="_blank">Issue List</a> to make sure the problem is not repeated.</p>
+  <p>2. Check the <a href="https://github.com/apache/apisix/issues"; 
target="_blank">Issue List</a> to make sure the problem is not repeated.</p>
   <p>3. Create a new issue and choose the type of issue.</p>
   <p>4. Define the issue with a clear and descriptive title.</p>
   <p>5. Fill in necessary information according to the template.</p>
@@ -22,7 +22,7 @@ include_footer: true
   <p>Fork the Apache APISIX repo to your own repo to work, then setting proper 
upstream.</p>
   <br />
   {{< highlight go "linenos=table" >}}
-  git remote add upstream https://github.com/apache/incubator-apisix.git
+  git remote add upstream https://github.com/apache/apisix.git
   {{< / highlight >}}
   <br />
   <h3 class="subtitle">Choose an issue</h3>
diff --git a/content/contribute/contributor/index.zh.md 
b/content/contribute/contributor/index.zh.md
index b2bedfd..135501d 100644
--- a/content/contribute/contributor/index.zh.md
+++ b/content/contribute/contributor/index.zh.md
@@ -9,7 +9,7 @@ include_footer: true
   <br />
   <h2 class="title">提交 Issue</h2>
   <p>1. 在提交 Issue 之前,请充分利用搜索,确保问题无法通过搜索结果解决。</p>
-  <p>2. 检查 <a href="https://github.com/apache/incubator-apisix/issues"; 
target="_blank">Issue 列表</a> 确保没有重复的问题</p>
+  <p>2. 检查 <a href="https://github.com/apache/apisix/issues"; 
target="_blank">Issue 列表</a> 确保没有重复的问题</p>
   <p>3. 创建一个新的 Issue 并选择恰当的 Issue 类型。</p>
   <p>4. 用一个清晰准确的描述性标题来描述您的 Issue。</p>
   <p>5. 根据模板,填写必要的信息。</p>
@@ -22,7 +22,7 @@ include_footer: true
   <p>请 Fork 一份 Apache APISIX 的代码仓库到您自己的仓库中,然后设定恰当的上游分支。</p>
   <br />
   {{< highlight go "linenos=table" >}}
-  git remote add upstream https://github.com/apache/incubator-apisix.git
+  git remote add upstream https://github.com/apache/apisix.git
   {{< / highlight >}}
   <br />
   <h3 class="subtitle">选择一个 Issue</h3>
diff --git a/content/contribute/release/index.en.md 
b/content/contribute/release/index.en.md
index 4bc920c..eb1ef50 100644
--- a/content/contribute/release/index.en.md
+++ b/content/contribute/release/index.en.md
@@ -96,7 +96,7 @@ include_footer: true
     $ mkdir 1.0-rc1 && cd 1.0-rc1
 
     # download repo
-    git clone -b v1.0 [email protected]:apache/incubator-apisix.git 
apache-apisix-1.0
+    git clone -b v1.0 [email protected]:apache/apisix.git apache-apisix-1.0
 
     # check version
     $ cd apache-apisix-1.0 && ./utils/check-version.sh 1.0 && cd ..
@@ -158,6 +158,6 @@ include_footer: true
     <h3 class="subtitle">move package from dev to dist</h3>
     <p>Remove `rc` from the package name, move KEYS and package to <a 
href="https://dist.apache.org/repos/dist/release/apisix/";> address </a></p>
     <h3 class="subtitle">update download page</h3>
-    <p>update <a href="http://apisix.apache.org/downloads/";> address </a>, 
source repo is https://github.com/apache/incubator-apisix-website</p>
+    <p>update <a href="http://apisix.apache.org/downloads/";> address </a>, 
source repo is https://github.com/apache/apisix-website</p>
   </section>
 </div>
diff --git a/content/contribute/release/index.zh.md 
b/content/contribute/release/index.zh.md
index 6dd447e..5bb7836 100644
--- a/content/contribute/release/index.zh.md
+++ b/content/contribute/release/index.zh.md
@@ -102,7 +102,7 @@ include_footer: true
     $ mkdir 1.0-rc1 && cd 1.0-rc1
 
     # 下载安装包
-    git clone -b v1.0 [email protected]:apache/incubator-apisix.git 
apache-apisix-1.0
+    git clone -b v1.0 [email protected]:apache/apisix.git apache-apisix-1.0
 
     # 检查版本号
     $ cd apache-apisix-1.0 && ./utils/check-version.sh 1.0 && cd ..
@@ -161,6 +161,6 @@ include_footer: true
     <h3 class="subtitle">将安装包从 dev 移动到 release 目录下</h3>
     <p>去掉包名中的 RC,将 KEYS 文件以及安装包移动到 <a 
href="https://dist.apache.org/repos/dist/release/apisix/";>此地址</a></p>
     <h3 class="subtitle">更新下载信息</h3>
-    <p>更新<a href="http://apisix.apache.org/downloads/";>此地址</a> 的下载信息,源码在 
https://github.com/apache/incubator-apisix-website</p>
+    <p>更新<a href="http://apisix.apache.org/downloads/";>此地址</a> 的下载信息,源码在 
https://github.com/apache/apisix-website</p>
   </section>
 </div>
diff --git a/content/downloads/index.en.md b/content/downloads/index.en.md
index 11b2a3b..ec724c8 100644
--- a/content/downloads/index.en.md
+++ b/content/downloads/index.en.md
@@ -21,11 +21,11 @@ include_footer: true
         <div class="flex-row first" role="cell"><span class="flag-icon 
flag-icon-gb"></span>0.9</div>
         <div class="flex-row" role="cell">2019 November 24</div>
         <div class="flex-row" role="cell">
-          <a 
href="https://downloads.apache.org/incubator/apisix/0.9/";>source</a>
+          <a href="https://downloads.apache.org/apisix/apisix/0.9/";>source</a>
           (
-          <a 
href="https://downloads.apache.org/incubator/apisix/0.9/apache-apisix-0.9-incubating-src.tar.gz.asc";>asc</a>
+          <a 
href="https://downloads.apache.org/apisix/apisix/0.9/apache-apisix-0.9-incubating-src.tar.gz.asc";>asc</a>
           <a
-            
href="https://downloads.apache.org/incubator/apisix/0.9/apache-apisix-0.9-incubating-src.tar.gz.sha512";>sha512</a>
+            
href="https://downloads.apache.org/apisix/apisix/0.9/apache-apisix-0.9-incubating-src.tar.gz.sha512";>sha512</a>
           )
         </div>
       </div>
@@ -33,11 +33,11 @@ include_footer: true
         <div class="flex-row first" role="cell"><span class="flag-icon 
flag-icon-gb"></span>1.0</div>
         <div class="flex-row" role="cell">2020 January 15</div>
         <div class="flex-row" role="cell">
-          <a 
href="https://downloads.apache.org/incubator/apisix/1.0/";>source</a>
+          <a href="https://downloads.apache.org/apisix/apisix/1.0/";>source</a>
           (
-          <a 
href="https://downloads.apache.org/incubator/apisix/1.0/apache-apisix-1.0-incubating-src.tar.gz.asc";>asc</a>
+          <a 
href="https://downloads.apache.org/apisix/apisix/1.0/apache-apisix-1.0-incubating-src.tar.gz.asc";>asc</a>
           <a
-            
href="https://downloads.apache.org/incubator/apisix/1.0/apache-apisix-1.0-incubating-src.tar.gz.sha512";>sha512</a>
+            
href="https://downloads.apache.org/apisix/apisix/1.0/apache-apisix-1.0-incubating-src.tar.gz.sha512";>sha512</a>
           )
         </div>
       </div>
@@ -45,11 +45,11 @@ include_footer: true
         <div class="flex-row first" role="cell"><span class="flag-icon 
flag-icon-gb"></span>1.1</div>
         <div class="flex-row" role="cell">2020 February 24</div>
         <div class="flex-row" role="cell">
-          <a 
href="https://downloads.apache.org/incubator/apisix/1.1/";>source</a>
+          <a href="https://downloads.apache.org/apisix/apisix/1.1/";>source</a>
           (
-          <a 
href="https://downloads.apache.org/incubator/apisix/1.1/apache-apisix-1.1-incubating-src.tar.gz.asc";>asc</a>
+          <a 
href="https://downloads.apache.org/apisix/apisix/1.1/apache-apisix-1.1-incubating-src.tar.gz.asc";>asc</a>
           <a
-            
href="https://downloads.apache.org/incubator/apisix/1.1/apache-apisix-1.1-incubating-src.tar.gz.sha512";>sha512</a>
+            
href="https://downloads.apache.org/apisix/apisix/1.1/apache-apisix-1.1-incubating-src.tar.gz.sha512";>sha512</a>
           )
         </div>
       </div>
@@ -57,11 +57,11 @@ include_footer: true
         <div class="flex-row first" role="cell"><span class="flag-icon 
flag-icon-gb"></span>1.2</div>
         <div class="flex-row" role="cell">2020 April 20</div>
         <div class="flex-row" role="cell">
-          <a 
href="https://downloads.apache.org/incubator/apisix/1.2/";>source</a>
+          <a href="https://downloads.apache.org/apisix/apisix/1.2/";>source</a>
           (
-          <a 
href="https://downloads.apache.org/incubator/apisix/1.2/apache-apisix-1.2-incubating-src.tar.gz.asc";>asc</a>
+          <a 
href="https://downloads.apache.org/apisix/apisix/1.2/apache-apisix-1.2-incubating-src.tar.gz.asc";>asc</a>
           <a
-            
href="https://downloads.apache.org/incubator/apisix/1.2/apache-apisix-1.2-incubating-src.tar.gz.sha512";>sha512</a>
+            
href="https://downloads.apache.org/apisix/apisix/1.2/apache-apisix-1.2-incubating-src.tar.gz.sha512";>sha512</a>
           )
         </div>
       </div>
@@ -69,11 +69,11 @@ include_footer: true
         <div class="flex-row first" role="cell"><span class="flag-icon 
flag-icon-gb"></span>1.3</div>
         <div class="flex-row" role="cell">2020 May 24</div>
         <div class="flex-row" role="cell">
-          <a 
href="https://downloads.apache.org/incubator/apisix/1.3/";>source</a>
+          <a href="https://downloads.apache.org/apisix/apisix/1.3/";>source</a>
           (
-          <a 
href="https://downloads.apache.org/incubator/apisix/1.3/apache-apisix-1.3-incubating-src.tar.gz.asc";>asc</a>
+          <a 
href="https://downloads.apache.org/apisix/apisix/1.3/apache-apisix-1.3-incubating-src.tar.gz.asc";>asc</a>
           <a
-            
href="https://downloads.apache.org/incubator/apisix/1.3/apache-apisix-1.3-incubating-src.tar.gz.sha512";>sha512</a>
+            
href="https://downloads.apache.org/apisix/apisix/1.3/apache-apisix-1.3-incubating-src.tar.gz.sha512";>sha512</a>
           )
         </div>
       </div>
@@ -81,11 +81,11 @@ include_footer: true
          <div class="flex-row first" role="cell"><span class="flag-icon 
flag-icon-gb"></span>1.4</div>
          <div class="flex-row" role="cell">2020 June 29</div>
          <div class="flex-row" role="cell">
-           <a 
href="https://downloads.apache.org/incubator/apisix/1.4/";>source</a>
+           <a href="https://downloads.apache.org/apisix/apisix/1.4/";>source</a>
            (
-           <a 
href="https://downloads.apache.org/incubator/apisix/1.4/apache-apisix-1.4-incubating-src.tar.gz.asc";>asc</a>
+           <a 
href="https://downloads.apache.org/apisix/apisix/1.4/apache-apisix-1.4-incubating-src.tar.gz.asc";>asc</a>
            <a
-             
href="https://downloads.apache.org/incubator/apisix/1.4/apache-apisix-1.4-incubating-src.tar.gz.sha512";>sha512</a>
+             
href="https://downloads.apache.org/apisix/apisix/1.4/apache-apisix-1.4-incubating-src.tar.gz.sha512";>sha512</a>
            )
          </div>
       </div>
@@ -129,7 +129,7 @@ include_footer: true
   </section>
   <section>
     <h2 class="title">Verify the releases</h2>
-    <a href="https://www.apache.org/dist/incubator/apisix/KEYS";>PGP signatures 
KEYS</a>
+    <a href="https://www.apache.org/dist/apisix/KEYS";>PGP signatures KEYS</a>
     <p>
       It is essential that you verify the integrity of the downloaded files 
using the PGP or SHA signatures. The PGP
       signatures can be verified using GPG or PGP. Please download the KEYS as 
well as the asc signature files for
diff --git a/content/downloads/index.zh.md b/content/downloads/index.zh.md
index 2fd198b..3565a4a 100644
--- a/content/downloads/index.zh.md
+++ b/content/downloads/index.zh.md
@@ -20,11 +20,11 @@ include_footer: true
         <div class="flex-row first" role="cell"><span class="flag-icon 
flag-icon-gb"></span>0.9</div>
         <div class="flex-row" role="cell">2019-11-24</div>
         <div class="flex-row" role="cell">
-          <a href="https://downloads.apache.org/incubator/apisix/0.9/";>源码</a>
+          <a href="https://downloads.apache.org/apisix/apisix/0.9/";>源码</a>
           (
-          <a 
href="https://downloads.apache.org/incubator/apisix/0.9/apache-apisix-0.9-incubating-src.tar.gz.asc";>asc</a>
+          <a 
href="https://downloads.apache.org/apisix/apisix/0.9/apache-apisix-0.9-incubating-src.tar.gz.asc";>asc</a>
           <a
-            
href="https://downloads.apache.org/incubator/apisix/0.9/apache-apisix-0.9-incubating-src.tar.gz.sha512";>sha512</a>
+            
href="https://downloads.apache.org/apisix/apisix/0.9/apache-apisix-0.9-incubating-src.tar.gz.sha512";>sha512</a>
           )
         </div>
       </div>
@@ -32,11 +32,11 @@ include_footer: true
         <div class="flex-row first" role="cell"><span class="flag-icon 
flag-icon-gb"></span>1.0</div>
         <div class="flex-row" role="cell">2020-01-15</div>
         <div class="flex-row" role="cell">
-          <a href="https://downloads.apache.org/incubator/apisix/1.0/";>源码</a>
+          <a href="https://downloads.apache.org/apisix/apisix/1.0/";>源码</a>
           (
-          <a 
href="https://downloads.apache.org/incubator/apisix/1.0/apache-apisix-1.0-incubating-src.tar.gz.asc";>asc</a>
+          <a 
href="https://downloads.apache.org/apisix/apisix/1.0/apache-apisix-1.0-incubating-src.tar.gz.asc";>asc</a>
           <a
-            
href="https://downloads.apache.org/incubator/apisix/1.0/apache-apisix-1.0-incubating-src.tar.gz.sha512";>sha512</a>
+            
href="https://downloads.apache.org/apisix/apisix/1.0/apache-apisix-1.0-incubating-src.tar.gz.sha512";>sha512</a>
           )
         </div>
       </div>
@@ -44,11 +44,11 @@ include_footer: true
         <div class="flex-row first" role="cell"><span class="flag-icon 
flag-icon-gb"></span>1.1</div>
         <div class="flex-row" role="cell">2020-02-24</div>
         <div class="flex-row" role="cell">
-          <a href="https://downloads.apache.org/incubator/apisix/1.1/";>源码</a>
+          <a href="https://downloads.apache.org/apisix/apisix/1.1/";>源码</a>
           (
-          <a 
href="https://downloads.apache.org/incubator/apisix/1.1/apache-apisix-1.1-incubating-src.tar.gz.asc";>asc</a>
+          <a 
href="https://downloads.apache.org/apisix/apisix/1.1/apache-apisix-1.1-incubating-src.tar.gz.asc";>asc</a>
           <a
-            
href="https://downloads.apache.org/incubator/apisix/1.1/apache-apisix-1.1-incubating-src.tar.gz.sha512";>sha512</a>
+            
href="https://downloads.apache.org/apisix/apisix/1.1/apache-apisix-1.1-incubating-src.tar.gz.sha512";>sha512</a>
           )
         </div>
       </div>
@@ -56,11 +56,11 @@ include_footer: true
         <div class="flex-row first" role="cell"><span class="flag-icon 
flag-icon-gb"></span>1.2</div>
         <div class="flex-row" role="cell">2020-04-20</div>
         <div class="flex-row" role="cell">
-          <a href="https://downloads.apache.org/incubator/apisix/1.2/";>源码</a>
+          <a href="https://downloads.apache.org/apisix/apisix/1.2/";>源码</a>
           (
-          <a 
href="https://downloads.apache.org/incubator/apisix/1.2/apache-apisix-1.2-incubating-src.tar.gz.asc";>asc</a>
+          <a 
href="https://downloads.apache.org/apisix/apisix/1.2/apache-apisix-1.2-incubating-src.tar.gz.asc";>asc</a>
           <a
-            
href="https://downloads.apache.org/incubator/apisix/1.2/apache-apisix-1.2-incubating-src.tar.gz.sha512";>sha512</a>
+            
href="https://downloads.apache.org/apisix/apisix/1.2/apache-apisix-1.2-incubating-src.tar.gz.sha512";>sha512</a>
           )
         </div>
       </div>
@@ -68,11 +68,11 @@ include_footer: true
         <div class="flex-row first" role="cell"><span class="flag-icon 
flag-icon-gb"></span>1.3</div>
         <div class="flex-row" role="cell">2020-05-24</div>
         <div class="flex-row" role="cell">
-          <a href="https://downloads.apache.org/incubator/apisix/1.3/";>源码</a>
+          <a href="https://downloads.apache.org/apisix/apisix/1.3/";>源码</a>
           (
-          <a 
href="https://downloads.apache.org/incubator/apisix/1.3/apache-apisix-1.3-incubating-src.tar.gz.asc";>asc</a>
+          <a 
href="https://downloads.apache.org/apisix/apisix/1.3/apache-apisix-1.3-incubating-src.tar.gz.asc";>asc</a>
           <a
-            
href="https://downloads.apache.org/incubator/apisix/1.3/apache-apisix-1.3-incubating-src.tar.gz.sha512";>sha512</a>
+            
href="https://downloads.apache.org/apisix/apisix/1.3/apache-apisix-1.3-incubating-src.tar.gz.sha512";>sha512</a>
           )
         </div>
       </div>
@@ -80,11 +80,11 @@ include_footer: true
         <div class="flex-row first" role="cell"><span class="flag-icon 
flag-icon-gb"></span>1.4</div>
         <div class="flex-row" role="cell">2020-06-29</div>
         <div class="flex-row" role="cell">
-          <a href="https://downloads.apache.org/incubator/apisix/1.4/";>源码</a>
+          <a href="https://downloads.apache.org/apisix/apisix/1.4/";>源码</a>
           (
-          <a 
href="https://downloads.apache.org/incubator/apisix/1.4/apache-apisix-1.4-incubating-src.tar.gz.asc";>asc</a>
+          <a 
href="https://downloads.apache.org/apisix/apisix/1.4/apache-apisix-1.4-incubating-src.tar.gz.asc";>asc</a>
           <a
-            
href="https://downloads.apache.org/incubator/apisix/1.4/apache-apisix-1.4-incubating-src.tar.gz.sha512";>sha512</a>
+            
href="https://downloads.apache.org/apisix/apisix/1.4/apache-apisix-1.4-incubating-src.tar.gz.sha512";>sha512</a>
           )
         </div>
       </div>
@@ -128,7 +128,7 @@ include_footer: true
   </section>
   <section>
     <h2 class="title">校验发行版本</h2>
-    <a href="https://www.apache.org/dist/incubator/apisix/KEYS";>PGP 签名密钥</a>
+    <a href="https://www.apache.org/dist/apisix/KEYS";>PGP 签名密钥</a>
     <p>
       使用 PGP 或 SHA 签名检验下载文件的完整性非常重要。PGP 签名可用 GPG 或 PGP 验证。请下载密钥以及对应版本的 acs 
签名文件,我们建议您从主发布目录而不是镜像中获取这些文件。
     </p>
diff --git a/content/team/index.en.md b/content/team/index.en.md
index cac830c..33b9232 100644
--- a/content/team/index.en.md
+++ b/content/team/index.en.md
@@ -222,10 +222,10 @@ include_footer: true
     <h2 class="title">Contributors</h2>
     <p class="description">You can find all contributors of Apache APISIX from 
GitHub contribution list.</p>
     <p class="description">
-      <a 
href="https://github.com/apache/incubator-apisix/graphs/contributors";>1. 
apisix</a>
+      <a href="https://github.com/apache/apisix/graphs/contributors";>1. 
apisix</a>
     </p>
     <p class="description">
-      <a 
href="https://github.com/apache/incubator-apisix-dashboard/graphs/contributors";>2.
 apisix-dashboard</a>
+      <a 
href="https://github.com/apache/apisix-dashboard/graphs/contributors";>2. 
apisix-dashboard</a>
     </p>
   </section>
   <p class="description">&nbsp;</p>
diff --git a/content/team/index.zh.md b/content/team/index.zh.md
index 5dbd890..6124639 100644
--- a/content/team/index.zh.md
+++ b/content/team/index.zh.md
@@ -201,10 +201,10 @@ include_footer: true
     <h2 class="title">贡献者</h2>
     <p class="description">你可以在下方链接中查看所有贡献者:</p>
     <p class="description">
-      <a 
href="https://github.com/apache/incubator-apisix/graphs/contributors";>1. 
apisix</a>
+      <a href="https://github.com/apache/apisix/graphs/contributors";>1. 
apisix</a>
     </p>
     <p class="description">
-      <a 
href="https://github.com/apache/incubator-apisix-dashboard/graphs/contributors";>2.
 apisix-dashboard</a>
+      <a 
href="https://github.com/apache/apisix-dashboard/graphs/contributors";>2. 
apisix-dashboard</a>
     </p>
   </section>
   <p class="description">&nbsp;</p>

Reply via email to