diff --git a/docs/developer-guide/api.md b/docs/developer-guide/api.md
index a9ad01ab..fa017820 100644
--- a/docs/developer-guide/api.md
+++ b/docs/developer-guide/api.md
@@ -4,10 +4,12 @@ Access Zealot apps, debug files, users and other resources via API. All endpoint
 
 There are two versions of the API: `REST API` and `GraphQL`.
 
-## [REST API](/api/v1/en)
+## REST 
 
 The current version of the API is `1.x`. It is the recommended way to interact with Zealot. Version 1 does not requires clinets to pass the `v1` version to path of url.
 
+Open [API docs](/api/v1/en).
+
 ### Authentication
 
 Requests currently only support query authentication for User Token, found in `API - Key` at the bottom of the login user details page.
diff --git a/i18n/zh-Hans/docusaurus-plugin-content-docs/current/developer-guide/api.md b/i18n/zh-Hans/docusaurus-plugin-content-docs/current/developer-guide/api.md
index 026168cc..24a50780 100644
--- a/i18n/zh-Hans/docusaurus-plugin-content-docs/current/developer-guide/api.md
+++ b/i18n/zh-Hans/docusaurus-plugin-content-docs/current/developer-guide/api.md
@@ -4,10 +4,12 @@ Zealot 提供提供开发接口服务可用于控制应用、调试文件、用
 
 目前接口划分为两个版本:`REST API` 和 `GraphQL`
 
-## [REST API](/api/v1/zh-Hans)
+## REST API
 
 这是 Zealot 当前的核心接口版本是 `1.x`,需要注意的是接口无需显性传递版本参数。
 
+[查看接口文档](/api/v1/zh-Hans)。
+
 ### 接口认证 {#authentication}
 
 接口请求目前仅支持`用户密钥`认证,在登录用户的详情页面最下面 `API - 密钥` 找到。
diff --git a/i18n/zh-Hans/docusaurus-plugin-content-docs/version-5.3/developer-guide/api.md b/i18n/zh-Hans/docusaurus-plugin-content-docs/version-5.3/developer-guide/api.md
index 026168cc..24a50780 100644
--- a/i18n/zh-Hans/docusaurus-plugin-content-docs/version-5.3/developer-guide/api.md
+++ b/i18n/zh-Hans/docusaurus-plugin-content-docs/version-5.3/developer-guide/api.md
@@ -4,10 +4,12 @@ Zealot 提供提供开发接口服务可用于控制应用、调试文件、用
 
 目前接口划分为两个版本:`REST API` 和 `GraphQL`
 
-## [REST API](/api/v1/zh-Hans)
+## REST API
 
 这是 Zealot 当前的核心接口版本是 `1.x`,需要注意的是接口无需显性传递版本参数。
 
+[查看接口文档](/api/v1/zh-Hans)。
+
 ### 接口认证 {#authentication}
 
 接口请求目前仅支持`用户密钥`认证,在登录用户的详情页面最下面 `API - 密钥` 找到。
diff --git a/versioned_docs/version-5.3/developer-guide/api.md b/versioned_docs/version-5.3/developer-guide/api.md
index a9ad01ab..b8cdc614 100644
--- a/versioned_docs/version-5.3/developer-guide/api.md
+++ b/versioned_docs/version-5.3/developer-guide/api.md
@@ -4,10 +4,12 @@ Access Zealot apps, debug files, users and other resources via API. All endpoint
 
 There are two versions of the API: `REST API` and `GraphQL`.
 
-## [REST API](/api/v1/en)
+## REST API
 
 The current version of the API is `1.x`. It is the recommended way to interact with Zealot. Version 1 does not requires clinets to pass the `v1` version to path of url.
 
+Open [API docs](/api/v1/en).
+
 ### Authentication
 
 Requests currently only support query authentication for User Token, found in `API - Key` at the bottom of the login user details page.