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

gongchao pushed a commit to branch doc-11
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git

commit c074e3f8d55f5dff33a1f673d86f37789e3696aa
Author: tomsun28 <[email protected]>
AuthorDate: Wed Jul 10 21:45:42 2024 +0800

    [doc] update doc
    
    Signed-off-by: tomsun28 <[email protected]>
---
 README.md                                                             | 4 ++--
 README_CN.md                                                          | 4 ++--
 home/docs/start/upgrade.md                                            | 2 +-
 .../current/community/new_committer_process.md                        | 2 ++
 .../zh-cn/docusaurus-plugin-content-docs/current/start/upgrade.md     | 2 +-
 .../version-v1.3.x/start/package-deploy.md                            | 2 +-
 .../docusaurus-plugin-content-docs/version-v1.3.x/start/quickstart.md | 2 +-
 .../version-v1.4.x/start/package-deploy.md                            | 4 ++--
 .../docusaurus-plugin-content-docs/version-v1.4.x/start/quickstart.md | 4 ++--
 .../docusaurus-plugin-content-docs/version-v1.4.x/start/upgrade.md    | 2 +-
 .../docusaurus-plugin-content-docs/version-v1.5.x/start/quickstart.md | 4 ++--
 .../docusaurus-plugin-content-docs/version-v1.5.x/start/upgrade.md    | 2 +-
 home/versioned_docs/version-v1.3.x/start/package-deploy.md            | 2 +-
 home/versioned_docs/version-v1.3.x/start/quickstart.md                | 2 +-
 home/versioned_docs/version-v1.4.x/start/package-deploy.md            | 4 ++--
 home/versioned_docs/version-v1.4.x/start/quickstart.md                | 4 ++--
 home/versioned_docs/version-v1.4.x/start/upgrade.md                   | 2 +-
 home/versioned_docs/version-v1.5.x/start/quickstart.md                | 4 ++--
 home/versioned_docs/version-v1.5.x/start/upgrade.md                   | 2 +-
 19 files changed, 28 insertions(+), 26 deletions(-)

diff --git a/README.md b/README.md
index 69d3deba5..35601485a 100644
--- a/README.md
+++ b/README.md
@@ -129,12 +129,12 @@ Detailed config refer to [Install HertzBeat via 
Docker](https://hertzbeat.apache
 
 ##### 2:Install via package  
 
-1. Download the release package `hertzbeat-xx.tar.gz` [GITHUB 
Release](https://github.com/apache/hertzbeat/releases)
+1. Download the release package `hertzbeat-xx.tar.gz` 
[Download](https://hertzbeat.apache.org/docs/download)
 2. Configure the HertzBeat configuration yml file 
`hertzbeat/config/application.yml` (optional)  
 3. Run command `$ ./bin/startup.sh ` or `bin/startup.bat`   
 4. Access `http://localhost:1157` to start, default account: `admin/hertzbeat` 
 
 5. Deploy collector clusters (Optional)
-    - Download the release package `hertzbeat-collector-xx.tar.gz` to new 
machine [GITHUB Release](https://github.com/apache/hertzbeat/releases)
+    - Download the release package `hertzbeat-collector-xx.tar.gz` to new 
machine [Download](https://hertzbeat.apache.org/docs/download)
     - Configure the collector configuration yml file 
`hertzbeat-collector/config/application.yml`: unique `identity` name, running 
`mode` (public or private), hertzbeat `manager-host`, hertzbeat `manager-port`
       ```yaml
       collector:
diff --git a/README_CN.md b/README_CN.md
index 7393545aa..60df63720 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -128,12 +128,12 @@ docker run -d -e IDENTITY=custom-collector-name -e 
MANAGER_HOST=127.0.0.1 -e MAN
 
 ##### 方式二:通过安装包安装
 
-1. 下载您系统环境对应的安装包 `hertzbeat-xx.tar.gz` [GITHUB 
Release](https://github.com/apache/hertzbeat/releases)
+1. 下载您系统环境对应的安装包 `hertzbeat-xx.tar.gz` 
[Download](https://hertzbeat.apache.org/docs/download)
 2. 配置 HertzBeat 的配置文件 `hertzbeat/config/application.yml` (可选)
 3. 部署启动 `$ ./bin/startup.sh ` 或 `bin/startup.bat`
 4. 浏览器访问 `http://localhost:1157` 即可开始,默认账号密码 `admin/hertzbeat`
 5. 部署采集器集群(可选)
-   - 下载采集器安装包 `hertzbeat-collector-xx.tar.gz` 到规划的另一台部署主机上 [GITHUB 
Release](https://github.com/apache/hertzbeat/releases)
+   - 下载采集器安装包 `hertzbeat-collector-xx.tar.gz` 到规划的另一台部署主机上 
[Download](https://hertzbeat.apache.org/docs/download)
    - 配置采集器的配置文件 `hertzbeat-collector/config/application.yml` 里面的连接主 HertzBeat 
服务的对外 IP,端口,当前采集器名称(需保证唯一性)等参数 `identity` `mode` (public or private) 
`manager-host` `manager-port`
      ```yaml
      collector:
diff --git a/home/docs/start/upgrade.md b/home/docs/start/upgrade.md
index 8ad14d3b6..c3fce8809 100644
--- a/home/docs/start/upgrade.md
+++ b/home/docs/start/upgrade.md
@@ -7,7 +7,7 @@ sidebar_label: Version Upgrade Guide
 **HertzBeat Release Version List**
 
 - [Download Page](https://hertzbeat.apache.org/docs/download)
-- [Github Release](https://github.com/apache/hertzbeat/releases)
+- [Download](https://hertzbeat.apache.org/docs/download)
 - [DockerHub Release](https://hub.docker.com/r/apache/hertzbeat/tags)
 
 Apache HertzBeat (incubating)'s metadata information is stored in H2 or Mysql, 
PostgreSQL relational databases, and the collected metric data is stored in 
time series databases such as TDengine and IotDB.
diff --git 
a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/community/new_committer_process.md
 
b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/community/new_committer_process.md
index a388728d5..10063c0b7 100644
--- 
a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/community/new_committer_process.md
+++ 
b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/community/new_committer_process.md
@@ -368,6 +368,8 @@ hi, i accept. Thanks for invitaion.
 
 邮件发送到`[email protected]`,抄送到`[email protected]`。
 
+注意⚠️此邮件内容需要附加上之前的 committer 邀请邮件信息, 建议在之前的往来邮件点击回复然后修改标题和收件人等。
+
 **发送模板**
 
 主题:`Accept to become a Hertzbeat(incubating) committer`
diff --git 
a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/start/upgrade.md 
b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/start/upgrade.md
index 461065fa0..f3a79fc90 100644
--- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/start/upgrade.md
+++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/start/upgrade.md
@@ -7,7 +7,7 @@ sidebar_label: 版本更新指引
 **Apache HertzBeat (incubating) 的发布版本列表**
 
 - [下载页面](https://hertzbeat.apache.org/docs/download)
-- [Github Release](https://github.com/apache/hertzbeat/releases)
+- [Download](https://hertzbeat.apache.org/docs/download)
 - [DockerHub Release](https://hub.docker.com/r/apache/hertzbeat/tags)
 
 HertzBeat 的元数据信息保存在 H2 或 Mysql, PostgreSQL 关系型数据库内, 采集指标数据存储在 TDengine, IotDB 
等时序数据库内。
diff --git 
a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.3.x/start/package-deploy.md
 
b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.3.x/start/package-deploy.md
index ff4ea8c02..2293dc632 100644
--- 
a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.3.x/start/package-deploy.md
+++ 
b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.3.x/start/package-deploy.md
@@ -21,7 +21,7 @@ sidebar_label: 安装包方式部署
 2. 下载HertzBeat安装包
    下载您系统环境对应的安装包
    - 从[GITEE Release](https://gitee.com/hertzbeat/hertzbeat/releases) 仓库下载
-   - 从[GITHUB Release](https://github.com/apache/hertzbeat/releases) 仓库下载
+   - 从[Download](https://hertzbeat.apache.org/docs/download) 仓库下载
 
 3. 配置HertzBeat的配置文件(可选)       
    解压安装包到主机 eg: /opt/hertzbeat  
diff --git 
a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.3.x/start/quickstart.md
 
b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.3.x/start/quickstart.md
index 1dcfc79f7..e73c54c2c 100644
--- 
a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.3.x/start/quickstart.md
+++ 
b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.3.x/start/quickstart.md
@@ -67,7 +67,7 @@ $ docker run -d -p 6667:6667 -p 31999:31999 -p 8181:8181 \
 
 #### 方式二:通过安装包安装    
 
-1. 下载您系统环境对应的安装包 [GITEE 
Release](https://gitee.com/hertzbeat/hertzbeat/releases) [GITHUB 
Release](https://github.com/apache/hertzbeat/releases)
+1. 下载您系统环境对应的安装包 [GITEE 
Release](https://gitee.com/hertzbeat/hertzbeat/releases) 
[Download](https://hertzbeat.apache.org/docs/download)
 2. 需要已安装java环境, `jdk11`
 3. [可选]配置 HertzBeat 的配置文件 `hertzbeat/config/application.yml`
 4. 部署启动 `$ ./startup.sh `
diff --git 
a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.4.x/start/package-deploy.md
 
b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.4.x/start/package-deploy.md
index 4c672d7f7..4965e19bb 100644
--- 
a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.4.x/start/package-deploy.md
+++ 
b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.4.x/start/package-deploy.md
@@ -8,7 +8,7 @@ sidebar_label: 安装包方式部署
 1. 下载HertzBeat安装包
    下载您系统环境对应的安装包 `hertzbeat-xx.tar.gz` `hertzbeat-collector-xx.tar.gz`
    - 从[GITEE Release](https://gitee.com/hertzbeat/hertzbeat/releases) 仓库下载
-   - 从[GITHUB Release](https://github.com/apache/hertzbeat/releases) 仓库下载
+   - 从[Download](https://hertzbeat.apache.org/docs/download) 仓库下载
 
 2. 配置HertzBeat的配置文件(可选)       
    解压安装包到主机 eg: /opt/hertzbeat  
@@ -39,7 +39,7 @@ sidebar_label: 安装包方式部署
    浏览器访问 http://ip:1157/ 即刻开始探索使用HertzBeat,默认账户密码 admin/hertzbeat。  
 
 6. 部署采集器集群(可选)
-   - 下载解压您系统环境对应采集器安装包`hertzbeat-collector-xx.tar.gz`到规划的另一台部署主机上 [GITEE 
Release](https://gitee.com/hertzbeat/hertzbeat/releases) [GITHUB 
Release](https://github.com/apache/hertzbeat/releases)
+   - 下载解压您系统环境对应采集器安装包`hertzbeat-collector-xx.tar.gz`到规划的另一台部署主机上 [GITEE 
Release](https://gitee.com/hertzbeat/hertzbeat/releases) 
[Download](https://hertzbeat.apache.org/docs/download)
    - 配置采集器的配置文件 `hertzbeat-collector/config/application.yml` 
里面的连接主HertzBeat服务的对外IP,端口,当前采集器名称(需保证唯一性)等参数 `identity` `mode` (public or 
private) `manager-host` `manager-port`
      ```yaml
      collector:
diff --git 
a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.4.x/start/quickstart.md
 
b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.4.x/start/quickstart.md
index d63248185..ac8d65db3 100644
--- 
a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.4.x/start/quickstart.md
+++ 
b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.4.x/start/quickstart.md
@@ -38,12 +38,12 @@ docker run -d -e IDENTITY=custom-collector-name -e 
MANAGER_HOST=127.0.0.1 -e MAN
 
 #### 方式二:通过安装包安装    
 
-1. 下载您系统环境对应的安装包`hertzbeat-xx.tar.gz` [GITEE 
Release](https://gitee.com/hertzbeat/hertzbeat/releases) [GITHUB 
Release](https://github.com/apache/hertzbeat/releases)
+1. 下载您系统环境对应的安装包`hertzbeat-xx.tar.gz` [GITEE 
Release](https://gitee.com/hertzbeat/hertzbeat/releases) 
[Download](https://hertzbeat.apache.org/docs/download)
 2. 配置 HertzBeat 的配置文件 `hertzbeat/config/application.yml`(可选)
 3. 部署启动 `$ ./bin/startup.sh ` 或 `bin/startup.bat`
 4. 浏览器访问 `http://localhost:1157` 即可开始,默认账号密码 `admin/hertzbeat`
 5. 部署采集器集群
-   - 下载您系统环境对应采集器安装包`hertzbeat-collector-xx.tar.gz`到规划的另一台部署主机上 [GITEE 
Release](https://gitee.com/hertzbeat/hertzbeat/releases) [GITHUB 
Release](https://github.com/apache/hertzbeat/releases)
+   - 下载您系统环境对应采集器安装包`hertzbeat-collector-xx.tar.gz`到规划的另一台部署主机上 [GITEE 
Release](https://gitee.com/hertzbeat/hertzbeat/releases) 
[Download](https://hertzbeat.apache.org/docs/download)
    - 配置采集器的配置文件 `hertzbeat-collector/config/application.yml` 
里面的连接主HertzBeat服务的对外IP,端口,当前采集器名称(需保证唯一性)等参数 `identity` `mode` (public or 
private) `manager-host` `manager-port`
      ```yaml
      collector:
diff --git 
a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.4.x/start/upgrade.md
 
b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.4.x/start/upgrade.md
index a5482f21b..f70019c15 100644
--- 
a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.4.x/start/upgrade.md
+++ 
b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.4.x/start/upgrade.md
@@ -6,7 +6,7 @@ sidebar_label: 版本更新指引
 
 **HertzBeat 的发布版本列表**
 
-- [Github Release](https://github.com/apache/hertzbeat/releases)
+- [Download](https://hertzbeat.apache.org/docs/download)
 - [Gitee Release](https://gitee.com/hertzbeat/hertzbeat/releases)
 - [DockerHub Release](https://hub.docker.com/r/apache/hertzbeat/tags)
 - [Docker quay.io 
Release](https://quay.io/repository/apache/hertzbeat?tab=tags)
diff --git 
a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.5.x/start/quickstart.md
 
b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.5.x/start/quickstart.md
index 8bee9dd10..90d38032d 100644
--- 
a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.5.x/start/quickstart.md
+++ 
b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.5.x/start/quickstart.md
@@ -38,12 +38,12 @@ docker run -d -e IDENTITY=custom-collector-name -e 
MANAGER_HOST=127.0.0.1 -e MAN
 
 #### 方式二:通过安装包安装    
 
-1. 下载您系统环境对应的安装包`hertzbeat-xx.tar.gz` [GITHUB 
Release](https://github.com/apache/hertzbeat/releases)
+1. 下载您系统环境对应的安装包`hertzbeat-xx.tar.gz` 
[Download](https://hertzbeat.apache.org/docs/download)
 2. 配置 HertzBeat 的配置文件 `hertzbeat/config/application.yml`(可选)
 3. 部署启动 `$ ./bin/startup.sh ` 或 `bin/startup.bat`
 4. 浏览器访问 `http://localhost:1157` 即可开始,默认账号密码 `admin/hertzbeat`
 5. 部署采集器集群(可选)
-   - 下载您系统环境对应采集器安装包`hertzbeat-collector-xx.tar.gz`到规划的另一台部署主机上 [GITHUB 
Release](https://github.com/apache/hertzbeat/releases)
+   - 下载您系统环境对应采集器安装包`hertzbeat-collector-xx.tar.gz`到规划的另一台部署主机上 
[Download](https://hertzbeat.apache.org/docs/download)
    - 配置采集器的配置文件 `hertzbeat-collector/config/application.yml` 
里面的连接主HertzBeat服务的对外IP,端口,当前采集器名称(需保证唯一性)等参数 `identity` `mode` (public or 
private) `manager-host` `manager-port`
      ```yaml
      collector:
diff --git 
a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.5.x/start/upgrade.md
 
b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.5.x/start/upgrade.md
index 0effd5313..b84726b38 100644
--- 
a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.5.x/start/upgrade.md
+++ 
b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.5.x/start/upgrade.md
@@ -7,7 +7,7 @@ sidebar_label: 版本更新指引
 **Apache HertzBeat (incubating) 的发布版本列表**
 
 - [下载页面](/docs/download)
-- [Github Release](https://github.com/apache/hertzbeat/releases)
+- [Download](https://hertzbeat.apache.org/docs/download)
 - [DockerHub Release](https://hub.docker.com/r/apache/hertzbeat/tags)
 
 HertzBeat 的元数据信息保存在 H2 或 Mysql, PostgreSQL 关系型数据库内, 采集指标数据存储在 TDengine, IotDB 
等时序数据库内。
diff --git a/home/versioned_docs/version-v1.3.x/start/package-deploy.md 
b/home/versioned_docs/version-v1.3.x/start/package-deploy.md
index d98641336..18518cefb 100644
--- a/home/versioned_docs/version-v1.3.x/start/package-deploy.md
+++ b/home/versioned_docs/version-v1.3.x/start/package-deploy.md
@@ -20,7 +20,7 @@ sidebar_label: Install via Package
 2. Download HertzBeat installation package    
    Download installation package corresponding to your system environment   
    - download from [GITEE 
Release](https://gitee.com/hertzbeat/hertzbeat/releases) repository 
-   - download from [GITHUB 
Release](https://github.com/apache/hertzbeat/releases) repository
+   - download from [Download](https://hertzbeat.apache.org/docs/download) 
repository
 
 3. Configure HertzBeat's configuration file(optional)        
    Unzip the installation package to the host eg: /opt/hertzbeat    
diff --git a/home/versioned_docs/version-v1.3.x/start/quickstart.md 
b/home/versioned_docs/version-v1.3.x/start/quickstart.md
index 6d89d7614..9b03836ca 100644
--- a/home/versioned_docs/version-v1.3.x/start/quickstart.md
+++ b/home/versioned_docs/version-v1.3.x/start/quickstart.md
@@ -28,7 +28,7 @@ Detailed config refer to [Install HertzBeat via 
Docker](https://hertzbeat.com/do
 
 ##### 2:Install via package
 
-1. Download the installation package [GITEE 
Release](https://gitee.com/hertzbeat/hertzbeat/releases) [GITHUB 
Release](https://github.com/apache/hertzbeat/releases)
+1. Download the installation package [GITEE 
Release](https://gitee.com/hertzbeat/hertzbeat/releases) 
[Download](https://hertzbeat.apache.org/docs/download)
 2. Need Jdk Environment, `jdk11`
 3. [optional]Configure the HertzBeat configuration yml file 
`hertzbeat/config/application.yml`
 4. Run shell `$ ./startup.sh `
diff --git a/home/versioned_docs/version-v1.4.x/start/package-deploy.md 
b/home/versioned_docs/version-v1.4.x/start/package-deploy.md
index 0fce262f9..21b7e2f5f 100644
--- a/home/versioned_docs/version-v1.4.x/start/package-deploy.md
+++ b/home/versioned_docs/version-v1.4.x/start/package-deploy.md
@@ -8,7 +8,7 @@ sidebar_label: Install via Package
 1. Download HertzBeat installation package    
    Download installation package `hertzbeat-xx.tar.gz` 
`hertzbeat-collector-xx.tar.gz` corresponding to your system environment   
    - download from [GITEE 
Release](https://gitee.com/hertzbeat/hertzbeat/releases) repository 
-   - download from [GITHUB 
Release](https://github.com/apache/hertzbeat/releases) repository
+   - download from [Download](https://hertzbeat.apache.org/docs/download) 
repository
 
 2. Configure HertzBeat's configuration file(optional)        
    Unzip the installation package to the host eg: /opt/hertzbeat    
@@ -41,7 +41,7 @@ sidebar_label: Install via Package
 
 6. Deploy collector clusters (Optional)
 
-   - Download and unzip the collector release package 
`hertzbeat-collector-xx.tar.gz` to new machine [GITEE 
Release](https://gitee.com/hertzbeat/hertzbeat/releases) [GITHUB 
Release](https://github.com/apache/hertzbeat/releases)
+   - Download and unzip the collector release package 
`hertzbeat-collector-xx.tar.gz` to new machine [GITEE 
Release](https://gitee.com/hertzbeat/hertzbeat/releases) 
[Download](https://hertzbeat.apache.org/docs/download)
    - Configure the collector configuration yml file 
`hertzbeat-collector/config/application.yml`: unique `identity` name, running 
`mode` (public or private), hertzbeat `manager-host`, hertzbeat `manager-port`
      ```yaml
      collector:
diff --git a/home/versioned_docs/version-v1.4.x/start/quickstart.md 
b/home/versioned_docs/version-v1.4.x/start/quickstart.md
index d6ddb6103..2b5b528d7 100644
--- a/home/versioned_docs/version-v1.4.x/start/quickstart.md
+++ b/home/versioned_docs/version-v1.4.x/start/quickstart.md
@@ -38,12 +38,12 @@ Detailed config refer to [Install HertzBeat via 
Docker](https://hertzbeat.com/do
 
 ##### 2:Install via package
 
-1. Download the release package `hertzbeat-xx.tar.gz` [GITEE 
Release](https://gitee.com/hertzbeat/hertzbeat/releases) [GITHUB 
Release](https://github.com/apache/hertzbeat/releases)
+1. Download the release package `hertzbeat-xx.tar.gz` [GITEE 
Release](https://gitee.com/hertzbeat/hertzbeat/releases) 
[Download](https://hertzbeat.apache.org/docs/download)
 2. Configure the HertzBeat configuration yml file 
`hertzbeat/config/application.yml` (optional)
 3. Run command `$ ./bin/startup.sh ` or `bin/startup.bat`
 4. Access `http://localhost:1157` to start, default account: `admin/hertzbeat`
 5. Deploy collector clusters
-   - Download the release package `hertzbeat-collector-xx.tar.gz` to new 
machine [GITEE Release](https://gitee.com/hertzbeat/hertzbeat/releases) [GITHUB 
Release](https://github.com/apache/hertzbeat/releases)
+   - Download the release package `hertzbeat-collector-xx.tar.gz` to new 
machine [GITEE Release](https://gitee.com/hertzbeat/hertzbeat/releases) 
[Download](https://hertzbeat.apache.org/docs/download)
    - Configure the collector configuration yml file 
`hertzbeat-collector/config/application.yml`: unique `identity` name, running 
`mode` (public or private), hertzbeat `manager-host`, hertzbeat `manager-port`
      ```yaml
      collector:
diff --git a/home/versioned_docs/version-v1.4.x/start/upgrade.md 
b/home/versioned_docs/version-v1.4.x/start/upgrade.md
index 6836d8a62..d89237083 100644
--- a/home/versioned_docs/version-v1.4.x/start/upgrade.md
+++ b/home/versioned_docs/version-v1.4.x/start/upgrade.md
@@ -6,7 +6,7 @@ sidebar_label: Version Upgrade Guide
 
 **HertzBeat Release Version List**
 
-- [Github Release](https://github.com/apache/hertzbeat/releases)
+- [Download](https://hertzbeat.apache.org/docs/download)
 - [Gitee Release](https://gitee.com/hertzbeat/hertzbeat/releases)
 - [DockerHub Release](https://hub.docker.com/r/apache/hertzbeat/tags)
 - [Docker quay.io 
Release](https://quay.io/repository/apache/hertzbeat?tab=tags)
diff --git a/home/versioned_docs/version-v1.5.x/start/quickstart.md 
b/home/versioned_docs/version-v1.5.x/start/quickstart.md
index 087e7db23..5bd804c4d 100644
--- a/home/versioned_docs/version-v1.5.x/start/quickstart.md
+++ b/home/versioned_docs/version-v1.5.x/start/quickstart.md
@@ -38,12 +38,12 @@ Detailed config refer to [Install HertzBeat via 
Docker](https://hertzbeat.apache
 
 ##### 2:Install via package
 
-1. Download the release package `hertzbeat-xx.tar.gz` [GITHUB 
Release](https://github.com/apache/hertzbeat/releases)
+1. Download the release package `hertzbeat-xx.tar.gz` 
[Download](https://hertzbeat.apache.org/docs/download)
 2. Configure the HertzBeat configuration yml file 
`hertzbeat/config/application.yml` (optional)
 3. Run command `$ ./bin/startup.sh ` or `bin/startup.bat`
 4. Access `http://localhost:1157` to start, default account: `admin/hertzbeat`
 5. Deploy collector clusters(Optional)
-   - Download the release package `hertzbeat-collector-xx.tar.gz` to new 
machine [GITHUB Release](https://github.com/apache/hertzbeat/releases)
+   - Download the release package `hertzbeat-collector-xx.tar.gz` to new 
machine [Download](https://hertzbeat.apache.org/docs/download)
    - Configure the collector configuration yml file 
`hertzbeat-collector/config/application.yml`: unique `identity` name, running 
`mode` (public or private), hertzbeat `manager-host`, hertzbeat `manager-port`
      ```yaml
      collector:
diff --git a/home/versioned_docs/version-v1.5.x/start/upgrade.md 
b/home/versioned_docs/version-v1.5.x/start/upgrade.md
index 917b8ffbe..f34f3b36d 100644
--- a/home/versioned_docs/version-v1.5.x/start/upgrade.md
+++ b/home/versioned_docs/version-v1.5.x/start/upgrade.md
@@ -7,7 +7,7 @@ sidebar_label: Version Upgrade Guide
 **HertzBeat Release Version List**
 
 - [Download Page](/docs/download)
-- [Github Release](https://github.com/apache/hertzbeat/releases)
+- [Download](https://hertzbeat.apache.org/docs/download)
 - [DockerHub Release](https://hub.docker.com/r/apache/hertzbeat/tags)
 
 Apache HertzBeat (incubating)'s metadata information is stored in H2 or Mysql, 
PostgreSQL relational databases, and the collected metric data is stored in 
time series databases such as TDengine and IotDB.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to