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

xiaoyu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shenyu-website.git


The following commit(s) were added to refs/heads/main by this push:
     new c438352f54 [type:fix] fix catalog error and incubator (#714)
c438352f54 is described below

commit c438352f5452e026bd605bdb8723ba6f852c787c
Author: moremind <[email protected]>
AuthorDate: Thu Aug 18 15:00:29 2022 +0800

    [type:fix] fix catalog error and incubator (#714)
    
    * [type:fix] fix catalog error
    
    * [type:fix] fix incubator
    
    * [type:fix] fix incubator
---
 NOTICE                                                     |  2 +-
 README.md                                                  |  2 +-
 blog/IntegrationTest-Analysis.md                           |  6 +++---
 community/1-code-suggestions.md                            |  4 ++--
 community/10-user-registration.mdx                         |  2 +-
 community/12-create-repository.md                          |  4 ++--
 community/13-faq.md                                        |  2 +-
 docs/deployment/deployment-before.md                       |  8 ++++----
 docs/deployment/deployment-docker-compose.md               |  2 +-
 docs/deployment/deployment-docker.md                       |  4 ++--
 docs/index.md                                              |  2 +-
 docusaurus.config.js                                       | 14 +++++++-------
 .../current/1-code-suggestions.md                          |  4 ++--
 .../current/plugin-center/security/sign-plugin.md          |  4 ++--
 .../authority-and-certification/sign-plugin.md             |  4 ++--
 .../authority-and-certification/sign-plugin.md             |  4 ++--
 .../authority-and-certification/sign-plugin.md             |  4 ++--
 .../authority-and-certification/sign-plugin.md             |  4 ++--
 src/pages/users.tsx                                        |  2 +-
 19 files changed, 39 insertions(+), 39 deletions(-)

diff --git a/NOTICE b/NOTICE
index 83dac2fe14..0fce02777a 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,4 +1,4 @@
-Apache ShenYu (incubating)
+Apache ShenYu
 Copyright 2021-2022 The Apache Software Foundation
 
 This product includes software developed at
diff --git a/README.md b/README.md
index 5421a82241..3698082f88 100755
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Apache ShenYu Official Website
 
-![Website 
Deploy](https://github.com/apache/incubator-shenyu-website/workflows/Website%20Deploy/badge.svg)
+![Website 
Deploy](https://github.com/apache/shenyu-website/workflows/Website%20Deploy/badge.svg)
 
 This project keeps all sources used for building up Apache ShenYu official 
website which's served at <https://shenyu.apache.org/>. 
 
diff --git a/blog/IntegrationTest-Analysis.md b/blog/IntegrationTest-Analysis.md
index 61d35fc431..da08aea3dd 100644
--- a/blog/IntegrationTest-Analysis.md
+++ b/blog/IntegrationTest-Analysis.md
@@ -17,7 +17,7 @@ Apache ShenYu puts integration tests in continuous 
integration, using GitHub Act
 
 ### How to automate integration testing?
 
-In Apache ShenYu, the main steps of integration testing are embodied in the 
script of the GitHub Action workflow, as shown below, which is located at 
[~/.github/workflows](https://github.com/apache/incubator-shenyu/tree 
/master/.github/workflows) directory.
+In Apache ShenYu, the main steps of integration testing are embodied in the 
script of the GitHub Action workflow, as shown below, which is located at 
[~/.github/workflows](https://github.com/apache/shenyu/tree/master/.github/workflows)
 directory.
 
 ```yaml
 name: it
@@ -84,7 +84,7 @@ When something unrelated to functionality occurs (such as 
changing documentation
 
 In the above command, -P is followed by `release,docker`, which means that the 
relevant profile configuration in the pom file will be activated.
 
-The two profiles, release and docker, currently only exist in several 
submodules under `shenyu-dist`. The following will take the 
[shenyu-dist-admin](https://github.com/apache/incubator-shenyu/tree/master/shenyu-dist/shenyu-admin-dist)
 module as an example to introduce profiles as release and docker The specific 
content of the configuration. Also, integration tests only use the 
`shenyu-admin` image built in this step.
+The two profiles, release and docker, currently only exist in several 
submodules under `shenyu-dist`. The following will take the 
[shenyu-dist-admin](https://github.com/apache/shenyu/tree/master/shenyu-dist/shenyu-admin-dist)
 module as an example to introduce profiles as release and docker The specific 
content of the configuration. Also, integration tests only use the 
`shenyu-admin` image built in this step.
 
 - First is release
 
@@ -123,7 +123,7 @@ The two profiles, release and docker, currently only exist 
in several submodules
 
   When -P is followed by release, the above `maven-assembly-plugin` plugin is 
activated. In executions, the execution timing of the plugin is bound to the 
maven life cycle package, which means that it will be triggered when we execute 
`mvn install`.
 
-  The `binary.xml` we wrote is specified in the configuration, and the 
`maven-assembly-plugin` plugin will copy the required files and package them 
according to this file. You can click the link to view the file: 
[shenyu-dist/shenyu-admin-dist/src/main/assembly/binary.xml](https://github.com/apache/incubator-shenyu/blob/master/shenyu-
 dist/shenyu-admin-dist/src/main/assembly/binary.xml)
+  The `binary.xml` we wrote is specified in the configuration, and the 
`maven-assembly-plugin` plugin will copy the required files and package them 
according to this file. You can click the link to view the file: 
[shenyu-dist/shenyu-admin-dist/src/main/assembly/binary.xml](https://github.com/apache/shenyu/blob/master/shenyu-
 dist/shenyu-admin-dist/src/main/assembly/binary.xml)
 
   According to this file, the plugin will "copy" the packaged jar packages, 
configuration files, startup scripts, etc. under other modules, and finally 
make them into a compressed package in `tar.gz` format.
 
diff --git a/community/1-code-suggestions.md b/community/1-code-suggestions.md
index 56698dfbe8..9aeb5a7b0c 100644
--- a/community/1-code-suggestions.md
+++ b/community/1-code-suggestions.md
@@ -25,9 +25,9 @@ cover: "/img/architecture/shenyu-framework.png"
 
 * Tab size is 4 and keep indents on empty lines.
 
-* All code passage of Checkstyle: 
https://github.com/apache/incubator-shenyu/blob/master/script/shenyu_checkstyle.xml
+* All code passage of Checkstyle: 
https://github.com/apache/shenyu/blob/master/script/shenyu_checkstyle.xml
 
-* When adding a new file, you need to add the [apache 
protocol](https://github.com/apache/incubator-shenyu-website/blob/57f9a6b14c27d97137275453b207232f3df53205/LICENSE#L191-L201)
 in the header of the file.
+* When adding a new file, you need to add the [apache 
protocol](https://github.com/apache/shenyu-website/blob/57f9a6b14c27d97137275453b207232f3df53205/LICENSE#L191-L201)
 in the header of the file.
 
 
 ## Object
diff --git a/community/10-user-registration.mdx 
b/community/10-user-registration.mdx
index ddd6da902b..bfd5428289 100644
--- a/community/10-user-registration.mdx
+++ b/community/10-user-registration.mdx
@@ -19,4 +19,4 @@ Here is a list of companies or organizations that we know 
have used all or some
 
 Please register and let us know so that we can serve you better.
 
-* [Apache ShenYu 
registration](https://github.com/apache/incubator-shenyu/issues/68)
+* [Apache ShenYu registration](https://github.com/apache/shenyu/issues/68)
diff --git a/community/12-create-repository.md 
b/community/12-create-repository.md
index 92bb2f7f3a..574f41bebd 100644
--- a/community/12-create-repository.md
+++ b/community/12-create-repository.md
@@ -9,13 +9,13 @@ cover: "/img/architecture/shenyu-framework.png"
 
 ## Create Git repository
 
-Fill in the new repository information in 
[GitBox](https://gitbox.apache.org/setup/newrepo.html) [1]. Take 
incubator-shenyu-helm-chart as an example.
+Fill in the new repository information in 
[GitBox](https://gitbox.apache.org/setup/newrepo.html) [1]. Take 
shenyu-helm-chart as an example.
 
 ![GitBox](/img/community/create_repo.png)
 
 * `PMC`: choose shenyu
 * `Repository name`: helm-chart (the suffix, not the full name)
-* `Generated name`: incubator-shenyu-helm-chart.git (full name automatically 
generated, no need to fill in)
+* `Generated name`: shenyu-helm-chart.git (full name automatically generated, 
no need to fill in)
 * `Commit notification list` and `GitHub notification list`: 
[email protected]
 
 > Click `Yes` to complete the creation. The GitHub repository creation process 
 > will take about an hour.
diff --git a/community/13-faq.md b/community/13-faq.md
index 996bc6f383..4290129004 100644
--- a/community/13-faq.md
+++ b/community/13-faq.md
@@ -20,7 +20,7 @@ He is known as one of the three greatest kings of ancient 
China, along with Yao
 
 * 2018, Create projects and open source. Excellent architectural ideas and 
code style, leading reactor programming, once opened sourced, it has attracted 
much attention.
 * 2020, Community development. Continuous release of versions and open 
community governance have attracted a large number of community members to join.
-* 2021, Donate to the Apache Foundation. The Apache Foundation passed the 
unanimous vote and entered the incubator smoothly.
+* 2021, Donate to the Apache Foundation. The Apache Foundation passed the 
unanimous vote and entered the smoothly.
 
 ### 3. In Windows environment,when cloning Apache Shenyu source code through 
Git, why prompt filename too long and how to solve it?
 
diff --git a/docs/deployment/deployment-before.md 
b/docs/deployment/deployment-before.md
index 15cacfa16f..3f4bc71b8b 100644
--- a/docs/deployment/deployment-before.md
+++ b/docs/deployment/deployment-before.md
@@ -9,17 +9,17 @@ This article describes some of the prerequisites you need to 
prepare before depl
 
 ## Database Initialize
 
-Before deploying the `Shenyu-admin` project, initialize the database it uses 
(databases currently support: Mysql, PostgreSql, Oracle), which used the script 
files are stored in db directory [project root 
directory](https://github.com/apache/incubator-shenyu/tree/master/db), The 
following describes the initial steps for each database.
+Before deploying the `Shenyu-admin` project, initialize the database it uses 
(databases currently support: Mysql, PostgreSql, Oracle), which used the script 
files are stored in db directory [project root 
directory](https://github.com/apache/shenyu/tree/master/db), The following 
describes the initial steps for each database.
 
 ### Mysql
 
-In [the mysql initialization scripts 
directory](https://github.com/apache/incubator-shenyu/tree/master/db/init/mysql)
 found in the initialization script `schema.sql`, Use the client connection 
tool to connect to your Mysql service and execute, so you get a database named 
`shenyu`, which can later be used as the database for the `Shenyu-admin` 
project.
+In [the mysql initialization scripts 
directory](https://github.com/apache/shenyu/tree/master/db/init/mysql) found in 
the initialization script `schema.sql`, Use the client connection tool to 
connect to your Mysql service and execute, so you get a database named 
`shenyu`, which can later be used as the database for the `Shenyu-admin` 
project.
 
 ### PostgreSql
 
-In [the pg initialization scripts 
directory](https://github.com/apache/incubator-shenyu/tree/master/db/init/pg) 
found in the initialization script `create-database.sql`、 `create-table.sql`, 
and use the client connection tool to connect to your PostgreSql service. so 
you get a database named `shenyu`, which can later be used as a database for 
the `Shenyu-admin` project.
+In [the pg initialization scripts 
directory](https://github.com/apache/shenyu/tree/master/db/init/pg) found in 
the initialization script `create-database.sql`、 `create-table.sql`, and use 
the client connection tool to connect to your PostgreSql service. so you get a 
database named `shenyu`, which can later be used as a database for the 
`Shenyu-admin` project.
 
 ### Oracle
 
-In [the oracle initialization scripts 
directory](https://github.com/apache/incubator-shenyu/blob/master/db/init/oracle)
 found in the initialization script `schema.sql`, Use the client connection 
tool to connect to your Oracle service to create a database, execute the 
`schema.sql` script on this database, and initialize the `Shenyu-admin` 
database. After can be [project configuration 
file](https://github.com/apache/incubator-shenyu/blob/master/shenyu-admin/src/main/resources/application-o
 [...]
+In [the oracle initialization scripts 
directory](https://github.com/apache/shenyu/blob/master/db/init/oracle) found 
in the initialization script `schema.sql`, Use the client connection tool to 
connect to your Oracle service to create a database, execute the `schema.sql` 
script on this database, and initialize the `Shenyu-admin` database. After can 
be [project configuration 
file](https://github.com/apache/shenyu/blob/master/shenyu-admin/src/main/resources/application-oracle.yml)
 to adjust [...]
 
diff --git a/docs/deployment/deployment-docker-compose.md 
b/docs/deployment/deployment-docker-compose.md
index 0b29d7407c..36514a54e9 100644
--- a/docs/deployment/deployment-docker-compose.md
+++ b/docs/deployment/deployment-docker-compose.md
@@ -12,7 +12,7 @@ This article introduces the use of `docker-compose` to deploy 
the `Apache ShenYu
 ### Download shell script
 
 ```shell
-curl -O 
https://raw.githubusercontent.com/apache/incubator-shenyu/master/shenyu-dist/shenyu-docker-compose-dist/src/main/resources/install.sh
+curl -O 
https://raw.githubusercontent.com/apache/shenyu/master/shenyu-dist/shenyu-docker-compose-dist/src/main/resources/install.sh
 ```
 
 ### execute script
diff --git a/docs/deployment/deployment-docker.md 
b/docs/deployment/deployment-docker.md
index 0e47ff4ceb..57abdb16b8 100644
--- a/docs/deployment/deployment-docker.md
+++ b/docs/deployment/deployment-docker.md
@@ -28,7 +28,7 @@ This article introduces the use of `docker` to deploy the 
`Apache ShenYu` gatewa
 docker run -v /${your_work_dir}/ext-lib:/opt/shenyu-admin/ext-lib -e 
"SPRING_PROFILES_ACTIVE=mysql" -e 
"spring.datasource.url=jdbc:mysql://${your_ip_port}/shenyu?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=Asia/Shanghai&zeroDateTimeBehavior=convertToNull"
 -e "spring.datasource.username=${your_username}" -e 
"spring.datasource.password=${your_password}" -d -p 9095:9095 --net shenyu 
apache/shenyu-admin:${current.version}
 ```
 
-another way is to put the 
`application.yml`、`application-mysql.yml`、`application-pg.yml`、`application-oracle.yml`
 configuration in  ${your_work_dir}/conf from [Configure 
address](https://github.com/apache/incubator-shenyu/blob/master/shenyu-admin/src/main/resources/)
 , modify the configuration `spring.profiles.active = mysql` in 
`application.yml`, and then execute the following statement:
+another way is to put the 
`application.yml`、`application-mysql.yml`、`application-pg.yml`、`application-oracle.yml`
 configuration in  ${your_work_dir}/conf from [Configure 
address](https://github.com/apache/shenyu/blob/master/shenyu-admin/src/main/resources/)
 , modify the configuration `spring.profiles.active = mysql` in 
`application.yml`, and then execute the following statement:
 
 ```          
 docker run -v ${your_work_dir}/conf:/opt/shenyu-admin/conf -v 
/${your_work_dir}/ext-lib:/opt/shenyu-admin/ext-lib -d -p 9095:9095 --net 
shenyu apache/shenyu-admin:${current.version}
@@ -60,7 +60,7 @@ docker run -v ${your_work_dir}/conf:/opt/shenyu-admin/conf -d 
-p 9095:9095 --net
 
 ### Start Apache ShenYu Bootstrap
 
-In the host, the directory where the bootstrap [configuration 
file](https://github.com/apache/incubator-shenyu/tree/master/shenyu-bootstrap/src/main/resources)
 is located is recorded as `$BOOTSTRAP_CONF`.
+In the host, the directory where the bootstrap [configuration 
file](https://github.com/apache/shenyu/tree/master/shenyu-bootstrap/src/main/resources)
 is located is recorded as `$BOOTSTRAP_CONF`.
 
 ```shell
 > docker network create shenyu
diff --git a/docs/index.md b/docs/index.md
index 47b0a56876..9d560769e4 100755
--- a/docs/index.md
+++ b/docs/index.md
@@ -152,7 +152,7 @@ curl --location --request POST 
'http://localhost:9195/shenyu/plugin/selectorAndR
 
 # Stargazers over time
 
-<a href="https://starchart.cc/apache/incubator-shenyu.svg";><img 
src="https://starchart.cc/apache/incubator-shenyu.svg"/></a>
+<a href="https://starchart.cc/apache/shenyu.svg";><img 
src="https://starchart.cc/apache/shenyu.svg"/></a>
 
 ---  
 
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 03ef09630c..a2e3de17f2 100755
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -11,7 +11,7 @@ module.exports = {
   onBrokenMarkdownLinks: 'warn',
   favicon: 'img/favicon.svg',
   organizationName: 'apache', // Usually your GitHub org/user name.
-  projectName: 'incubator-shenyu', // Usually your repo name.
+  projectName: 'shenyu', // Usually your repo name.
   i18n: {
     defaultLocale: "en",
     locales: ["en", "zh"],
@@ -240,7 +240,7 @@ module.exports = {
           editLocalizedFiles: true,
           // Please change this to your repo.
           editUrl:
-            'https://github.com/apache/incubator-shenyu-website/edit/main/',
+            'https://github.com/apache/shenyu-website/edit/main/',
         },
         blog: {
           showReadingTime: true,
@@ -249,7 +249,7 @@ module.exports = {
           editLocalizedFiles: true,
           // Please change this to your repo.
           editUrl:
-            'https://github.com/apache/incubator-shenyu-website/edit/main/',
+            'https://github.com/apache/shenyu-website/edit/main/',
         },
         theme: {
           customCss: require.resolve('./src/css/custom.css'),
@@ -266,9 +266,9 @@ module.exports = {
         routeBasePath: 'community',
         editUrl: ({locale, versionDocsDirPath, docPath}) => {
           if (locale !== 'en') {
-            return 
`https://github.com/apache/incubator-shenyu-website/edit/main/i18n/${locale}/docusaurus-plugin-content-docs-community/current/${docPath}`;
+            return 
`https://github.com/apache/shenyu-website/edit/main/i18n/${locale}/docusaurus-plugin-content-docs-community/current/${docPath}`;
           }
-          return 
`https://github.com/apache/incubator-shenyu-website/edit/main/${versionDocsDirPath}/${docPath}`;
+          return 
`https://github.com/apache/shenyu-website/edit/main/${versionDocsDirPath}/${docPath}`;
         },
         editCurrentVersion: true,
         editLocalizedFiles: true,
@@ -299,9 +299,9 @@ module.exports = {
         routeBasePath: 'event',
         editUrl: ({locale, versionDocsDirPath, docPath}) => {
           if (locale !== 'en') {
-            return 
`https://github.com/apache/incubator-shenyu-website/edit/main/i18n/${locale}/docusaurus-plugin-content-docs-event/current/${docPath}`;
+            return 
`https://github.com/apache/shenyu-website/edit/main/i18n/${locale}/docusaurus-plugin-content-docs-event/current/${docPath}`;
           }
-          return 
`https://github.com/apache/incubator-shenyu-website/edit/main/${versionDocsDirPath}/${docPath}`;
+          return 
`https://github.com/apache/shenyu-website/edit/main/${versionDocsDirPath}/${docPath}`;
         },
         editCurrentVersion: true,
         editLocalizedFiles: true,
diff --git 
a/i18n/zh/docusaurus-plugin-content-docs-community/current/1-code-suggestions.md
 
b/i18n/zh/docusaurus-plugin-content-docs-community/current/1-code-suggestions.md
index f3952728cb..6e72dde2dd 100644
--- 
a/i18n/zh/docusaurus-plugin-content-docs-community/current/1-code-suggestions.md
+++ 
b/i18n/zh/docusaurus-plugin-content-docs-community/current/1-code-suggestions.md
@@ -25,9 +25,9 @@ cover: "/img/architecture/shenyu-framework.png"
 
 * 每行代码前面必须保持 `4` 个 `Tab Siz` 。
 
-* 所有的代码 必须通过 checkStyle的检查: 
https://github.com/apache/incubator-shenyu/blob/master/script/shenyu_checkstyle.xml
+* 所有的代码 必须通过 checkStyle的检查: 
https://github.com/apache/shenyu/blob/master/script/shenyu_checkstyle.xml
 
-* 添加新文件时,需要在文件头添加 
[apache协议](https://github.com/apache/incubator-shenyu-website/blob/57f9a6b14c27d97137275453b207232f3df53205/LICENSE#L191-L201)
+* 添加新文件时,需要在文件头添加 
[apache协议](https://github.com/apache/shenyu-website/blob/57f9a6b14c27d97137275453b207232f3df53205/LICENSE#L191-L201)
 
 ## Object
 
diff --git 
a/i18n/zh/docusaurus-plugin-content-docs/current/plugin-center/security/sign-plugin.md
 
b/i18n/zh/docusaurus-plugin-content-docs/current/plugin-center/security/sign-plugin.md
index 058c011bc3..be2541e3f2 100644
--- 
a/i18n/zh/docusaurus-plugin-content-docs/current/plugin-center/security/sign-plugin.md
+++ 
b/i18n/zh/docusaurus-plugin-content-docs/current/plugin-center/security/sign-plugin.md
@@ -99,7 +99,7 @@ description: sign插件
 * 采用鉴权插件,责任链的模式来完成。
 * 当鉴权插件开启,并配置所有接口鉴权时候生效。
 
-## 2.4.3 鉴权使用指南
+### 2.4.3 鉴权使用指南
 
 * 第一步:AK/SK由网关来进行分配,比如分配给你的AK为: `1TEST123456781`       
SK为:`506EEB535CF740D7A755CB4B9F4A1536`
 
@@ -189,7 +189,7 @@ DigestUtils.md5DigestAsHex(sign.getBytes()).toUpperCase()
 
 * 最后得到的值为: `35FE61C21F73E9AAFC46954C14F299D7`.
 
-## 2.4.4 请求网关
+### 2.4.4 请求网关
 
 * 假如你访问的路径为:`/api/service/abc`。
 
diff --git 
a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.0/plugin-center/authority-and-certification/sign-plugin.md
 
b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.0/plugin-center/authority-and-certification/sign-plugin.md
index 058c011bc3..be2541e3f2 100644
--- 
a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.0/plugin-center/authority-and-certification/sign-plugin.md
+++ 
b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.0/plugin-center/authority-and-certification/sign-plugin.md
@@ -99,7 +99,7 @@ description: sign插件
 * 采用鉴权插件,责任链的模式来完成。
 * 当鉴权插件开启,并配置所有接口鉴权时候生效。
 
-## 2.4.3 鉴权使用指南
+### 2.4.3 鉴权使用指南
 
 * 第一步:AK/SK由网关来进行分配,比如分配给你的AK为: `1TEST123456781`       
SK为:`506EEB535CF740D7A755CB4B9F4A1536`
 
@@ -189,7 +189,7 @@ DigestUtils.md5DigestAsHex(sign.getBytes()).toUpperCase()
 
 * 最后得到的值为: `35FE61C21F73E9AAFC46954C14F299D7`.
 
-## 2.4.4 请求网关
+### 2.4.4 请求网关
 
 * 假如你访问的路径为:`/api/service/abc`。
 
diff --git 
a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.1/plugin-center/authority-and-certification/sign-plugin.md
 
b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.1/plugin-center/authority-and-certification/sign-plugin.md
index 058c011bc3..be2541e3f2 100644
--- 
a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.1/plugin-center/authority-and-certification/sign-plugin.md
+++ 
b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.1/plugin-center/authority-and-certification/sign-plugin.md
@@ -99,7 +99,7 @@ description: sign插件
 * 采用鉴权插件,责任链的模式来完成。
 * 当鉴权插件开启,并配置所有接口鉴权时候生效。
 
-## 2.4.3 鉴权使用指南
+### 2.4.3 鉴权使用指南
 
 * 第一步:AK/SK由网关来进行分配,比如分配给你的AK为: `1TEST123456781`       
SK为:`506EEB535CF740D7A755CB4B9F4A1536`
 
@@ -189,7 +189,7 @@ DigestUtils.md5DigestAsHex(sign.getBytes()).toUpperCase()
 
 * 最后得到的值为: `35FE61C21F73E9AAFC46954C14F299D7`.
 
-## 2.4.4 请求网关
+### 2.4.4 请求网关
 
 * 假如你访问的路径为:`/api/service/abc`。
 
diff --git 
a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.2/plugin-center/authority-and-certification/sign-plugin.md
 
b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.2/plugin-center/authority-and-certification/sign-plugin.md
index 058c011bc3..be2541e3f2 100644
--- 
a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.2/plugin-center/authority-and-certification/sign-plugin.md
+++ 
b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.2/plugin-center/authority-and-certification/sign-plugin.md
@@ -99,7 +99,7 @@ description: sign插件
 * 采用鉴权插件,责任链的模式来完成。
 * 当鉴权插件开启,并配置所有接口鉴权时候生效。
 
-## 2.4.3 鉴权使用指南
+### 2.4.3 鉴权使用指南
 
 * 第一步:AK/SK由网关来进行分配,比如分配给你的AK为: `1TEST123456781`       
SK为:`506EEB535CF740D7A755CB4B9F4A1536`
 
@@ -189,7 +189,7 @@ DigestUtils.md5DigestAsHex(sign.getBytes()).toUpperCase()
 
 * 最后得到的值为: `35FE61C21F73E9AAFC46954C14F299D7`.
 
-## 2.4.4 请求网关
+### 2.4.4 请求网关
 
 * 假如你访问的路径为:`/api/service/abc`。
 
diff --git 
a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.3/plugin-center/authority-and-certification/sign-plugin.md
 
b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.3/plugin-center/authority-and-certification/sign-plugin.md
index 058c011bc3..be2541e3f2 100644
--- 
a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.3/plugin-center/authority-and-certification/sign-plugin.md
+++ 
b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.3/plugin-center/authority-and-certification/sign-plugin.md
@@ -99,7 +99,7 @@ description: sign插件
 * 采用鉴权插件,责任链的模式来完成。
 * 当鉴权插件开启,并配置所有接口鉴权时候生效。
 
-## 2.4.3 鉴权使用指南
+### 2.4.3 鉴权使用指南
 
 * 第一步:AK/SK由网关来进行分配,比如分配给你的AK为: `1TEST123456781`       
SK为:`506EEB535CF740D7A755CB4B9F4A1536`
 
@@ -189,7 +189,7 @@ DigestUtils.md5DigestAsHex(sign.getBytes()).toUpperCase()
 
 * 最后得到的值为: `35FE61C21F73E9AAFC46954C14F299D7`.
 
-## 2.4.4 请求网关
+### 2.4.4 请求网关
 
 * 假如你访问的路径为:`/api/service/abc`。
 
diff --git a/src/pages/users.tsx b/src/pages/users.tsx
index b391e74ff2..a98850d0c9 100644
--- a/src/pages/users.tsx
+++ b/src/pages/users.tsx
@@ -122,7 +122,7 @@ function Users() {
                 })
               }
             </Swiper> */}
-            <p><Translate>To better serve you, please register</Translate><a 
target="_blank" 
href="https://github.com/apache/incubator-shenyu/issues/68";><Translate>[Here].</Translate></
 a></p >
+            <p><Translate>To better serve you, please register</Translate><a 
target="_blank" 
href="https://github.com/apacheshenyu/issues/68";><Translate>[Here].</Translate></
 a></p >
           </div>
           {/* <div className="swiper-button-prev user-swiper-button-prev" 
style={{ left: "50px" }}></div>
           <div className="swiper-button-next user-swiper-button-next" style={{ 
right: "50px" }}></div> */}

Reply via email to