Skip to content

Commit

Permalink
[doc] fix JDK download mirror link (#2756)
Browse files Browse the repository at this point in the history
  • Loading branch information
zuobiao-zhou authored Sep 29, 2024
1 parent 64c68a4 commit bad49ce
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions home/docs/start/package-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ Deploying multiple HertzBeat Collectors can achieve high availability, load bala

1. you need to prepare the JAVA environment in advance

Install JAVA runtime environment-refer to [official website](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
Install JAVA runtime environment-refer to [official website](https://www.oracle.com/java/technologies/downloads/)
requirement:JDK17 ENV
download JAVA installation package: [mirror website](https://repo.huaweicloud.com/java/jdk/)
download JAVA installation package: [mirror website](https://mirrors.huaweicloud.com/openjdk/)
After installation use command line to check whether you install it successfully.

```shell
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ HertzBeat Collector 是一个轻量级的数据采集器,用于采集并将数

1. 启动失败,需您提前准备JAVA运行环境

安装JAVA运行环境-可参考[官方网站](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
安装JAVA运行环境-可参考[官方网站](https://www.oracle.com/java/technologies/downloads/)
要求:JAVA17环境
下载JAVA安装包: [镜像站](https://mirrors.huaweicloud.com/openjdk/)
安装后命令行检查是否成功安装
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ sidebar_label: 安装包方式部署

1. **若您使用的是不含JDK的安装包,需您提前准备JAVA运行环境**

安装JAVA运行环境-可参考[官方网站](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
安装JAVA运行环境-可参考[官方网站](https://www.oracle.com/java/technologies/downloads/)
要求:JAVA17环境
下载JAVA安装包: [镜像站](https://repo.huaweicloud.com/java/jdk/)
安装后命令行检查是否成功安装
Expand Down
2 changes: 1 addition & 1 deletion home/versioned_docs/version-v1.5.x/start/package-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ sidebar_label: Install via Package

1. **If using the package not contains JDK, you need to prepare the JAVA environment in advance**

Install JAVA runtime environment-refer to [official website](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
Install JAVA runtime environment-refer to [official website](https://www.oracle.com/java/technologies/downloads/)
requirement:JDK17 ENV
download JAVA installation package: [mirror website](https://repo.huaweicloud.com/java/jdk/)
After installation use command line to check whether you install it successfully.
Expand Down

0 comments on commit bad49ce

Please sign in to comment.