Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[doc] fix JDK download mirror link #2756

Merged
merged 2 commits into from
Sep 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading