Skip to content

Commit f9c884d

Browse files
docs: fix mirror site (#3617)
1 parent 72f752b commit f9c884d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ In order to achieve the goal of Development as Deployment, OpenMLDB is designed
8383

8484
## 5. Download and Install
8585

86-
- Download: [GitHub release](https://github.com/4paradigm/OpenMLDB/releases), [mirror site (China)](http://43.138.115.238/download/)
86+
- Download: [GitHub release](https://github.com/4paradigm/OpenMLDB/releases), [mirror site (China)](https://www.openmldb.com/download/)
8787
- Install and deploy: [English](https://openmldb.ai/docs/en/main/deploy/install_deploy.html), [Chinese](https://openmldb.ai/docs/zh/main/deploy/install_deploy.html)
8888

8989
## 6. QuickStart

README_cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ OpenMLDB 的整体架构设计是为了达到特征平台从开发到部署的
8080

8181
## 5. 下载和安装
8282

83-
- 下载:[GitHub 发布页面](https://github.com/4paradigm/OpenMLDB/releases)[镜像网站(中国)](http://43.138.115.238/download/)
83+
- 下载:[GitHub 发布页面](https://github.com/4paradigm/OpenMLDB/releases)[镜像网站(中国)](https://www.openmldb.com/download/)
8484
- [安装和部署文档](https://openmldb.ai/docs/zh/main/deploy/install_deploy.html)
8585

8686
## 6. QuickStart

docs/en/deploy/install_deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Regarding hardware requirements:
4141
If your operating system is capable of running pre-compiled packages directly, you can download them from the following sources:
4242

4343
- GitHub Release: https://github.com/4paradigm/OpenMLDB/releases
44-
- Mirror Site (China): http://43.138.115.238/download/
44+
- Mirror Site (China): https://www.openmldb.com/download/
4545

4646
The compatible operating systems are as follows:
4747

@@ -608,7 +608,7 @@ Spark distribution:
608608

609609
```shell
610610
wget https://github.com/4paradigm/spark/releases/download/v3.2.1-openmldb0.8.4/spark-3.2.1-bin-openmldbspark.tgz
611-
# Image address (China):http://43.138.115.238/download/v0.8.4/spark-3.2.1-bin-openmldbspark.tgz
611+
# Image address (China):https://www.openmldb.com/download/v0.8.4/spark-3.2.1-bin-openmldbspark.tgz
612612
tar -zxvf spark-3.2.1-bin-openmldbspark.tgz
613613
export SPARK_HOME=`pwd`/spark-3.2.1-bin-openmldbspark/
614614
```

docs/zh/deploy/install_deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ strings /lib64/libc.so.6 | grep ^GLIBC_
3636
如果你的操作系统可以直接运行预编译包,则可以从以下地址下载:
3737

3838
- GitHub release 页面:https://github.com/4paradigm/OpenMLDB/releases
39-
- 镜像站点(中国):http://43.138.115.238/download/
39+
- 镜像站点(中国):https://www.openmldb.com/download/
4040

4141
其中预编译包和可支持的操作系统的对应关系为:
4242

@@ -564,7 +564,7 @@ TaskManager 可以只存在一台,如果你需要高可用性,可以部署
564564
Spark发行版:
565565
```shell
566566
wget https://github.com/4paradigm/spark/releases/download/v3.2.1-openmldb0.8.4/spark-3.2.1-bin-openmldbspark.tgz
567-
# 中国镜像地址:http://43.138.115.238/download/v0.8.4/spark-3.2.1-bin-openmldbspark.tgz
567+
# 中国镜像地址:https://www.openmldb.com/download/v0.8.4/spark-3.2.1-bin-openmldbspark.tgz
568568
tar -zxvf spark-3.2.1-bin-openmldbspark.tgz
569569
export SPARK_HOME=`pwd`/spark-3.2.1-bin-openmldbspark/
570570
```

0 commit comments

Comments
 (0)