Skip to content

Commit

Permalink
docs: change download links (#3236)
Browse files Browse the repository at this point in the history
  • Loading branch information
vagetablechicken authored Apr 28, 2023
1 parent 2a399c5 commit 4478a7f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ In order to achieve the goal of Development as Deployment, OpenMLDB is designed

## 5. Download and Install

- Download: [GitHub release](https://github.com/4paradigm/OpenMLDB/releases), [mirror site (Hong Kong)](https://openmldb.ai/download/)
- Download: [GitHub release](https://github.com/4paradigm/OpenMLDB/releases), [mirror site (China)](http://43.138.115.238/download/)
- 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)

## 6. QuickStart
Expand Down
2 changes: 1 addition & 1 deletion README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ OpenMLDB 的整体架构设计是为了达到特征平台从开发到部署的

## 5. 下载和安装

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

## 6. QuickStart
Expand Down
6 changes: 3 additions & 3 deletions docs/zh/deploy/install_deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
如果你的操作系统可以直接运行预编译包,则可以从以下地址下载:

- GitHub release 页面:https://github.com/4paradigm/OpenMLDB/releases
- 镜像站点(香港):https://openmldb.ai/download/
- 镜像站点(中国):http://43.138.115.238/download/

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

Expand Down Expand Up @@ -544,8 +544,8 @@ TaskManager 可以只存在一台,如果你需要高可用性,可以部署

Spark发行版:
```shell
wget https://github.com/4paradigm/spark/releases/download/v3.2.1-openmldb0.7.3/spark-3.2.1-bin-openmldbspark.tgz
# 国内镜像地址 https://openmldb.ai/download/v0.7.3/spark-3.2.1-bin-openmldbspark.tgz
wget https://github.com/4paradigm/spark/releases/download/v3.2.1-openmldb0.7.3/spark-3.2.1-bin-openmldbspark.tgz
# 中国镜像地址:http://43.138.115.238/download/v0.7.3/spark-3.2.1-bin-openmldbspark.tgz
tar -zxvf spark-3.2.1-bin-openmldbspark.tgz
export SPARK_HOME=`pwd`/spark-3.2.1-bin-openmldbspark/
```
Expand Down

0 comments on commit 4478a7f

Please sign in to comment.