Skip to content

Commit

Permalink
update link
Browse files Browse the repository at this point in the history
  • Loading branch information
Aloys Zhang committed Sep 29, 2024
1 parent 03e21c3 commit db10b72
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/deployment/bare_metal.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ InLong Support the following Message Queue services now, you can choose one of t
- [Apache Kafka 2.x](https://kafka.apache.org/quickstart)

## Download the Binary Package
You can get binary package from [Download Page](https://inlong.apache.org/download) ,or you can build the InLong refer to [How to Build](quick_start/how_to_build.md).。
You can get binary package from [Download Page](https://inlong.apache.org/download) ,or you can build the InLong refer to [How to Build](development/how_to_build.md).。

## Standard Architecture
You need deploy all InLong components for Standard Architecture, which supports `Data Ingestion`, `Data Synchronization` and `Data Subscription` at the same time.
Expand Down
2 changes: 1 addition & 1 deletion docs/deployment/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Docker Compose deploys all components for Standard Architecture, and choose [Apa
- [Docker Compose 2.4+](https://docs.docker.com/compose/install/other/#on-linux)

## Download
You can get `apache-inlong-[version]-bin.tar.gz` from [Download Page](https://inlong.apache.org/download) ,or you can build the InLong refer to [How to Build](quick_start/how_to_build.md).
You can get `apache-inlong-[version]-bin.tar.gz` from [Download Page](https://inlong.apache.org/download) ,or you can build the InLong refer to [How to Build](development/how_to_build.md).

## Deploy
Start all components.
Expand Down
2 changes: 1 addition & 1 deletion docs/deployment/standalone.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ InLong Support the following Message Queue services now, **you can choose one of
- [Apache Kafka 2.x](https://kafka.apache.org/quickstart)

## Download the Binary Package
You can get binary package from [Download Page](https://inlong.apache.org/download) ,or you can build the InLong refer to [How to Build](quick_start/how_to_build.md).
You can get binary package from [Download Page](https://inlong.apache.org/download) ,or you can build the InLong refer to [How to Build](development/how_to_build.md).

:::note
Extract `apache-inlong-[version]-bin.tar.gz` and `apache-inlong-[version]-sort-connectors.tar.gz`, and make sure the `inlong-sort/connectors/` directory contains `sort-connector-[type]-[version].jar`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ InLong 当前支持以下消息队列,根据使用情况**选择其一**即可
- [Apache Pulsar 2.8.x](https://pulsar.apache.org/docs/en/2.8.1/standalone/)

## 下载安装包
可以从 [下载页面](https://inlong.apache.org/download) 获取二进制包,或参考 [如何编译](quick_start/how_to_build.md) 编译需要的版本。
可以从 [下载页面](https://inlong.apache.org/download) 获取二进制包,或参考 [如何编译](development/how_to_build.md) 编译需要的版本。

## 标准架构
标准架构下,你需要部署所有 InLong 组件,同时支持`数据接入``数据同步``数据订阅`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Docker Compose 部署了`标准架构`所需要的所有组件,使用 [Apache
- [Docker Compose 2.4+](https://docs.docker.com/compose/install/other/#on-linux)

## 下载
你可以从 [下载页面](https://inlong.apache.org/zh-CN/download/) 获取 `apache-inlong-[version]-bin.tar.gz`,或者参考 [How to Build](quick_start/how_to_build.md) 编译。
你可以从 [下载页面](https://inlong.apache.org/zh-CN/download/) 获取 `apache-inlong-[version]-bin.tar.gz`,或者参考 [How to Build](development/how_to_build.md) 编译。

## 部署
启动所有组件:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ InLong 当前支持以下消息队列,根据使用情况**选择其一**即可
- [Apache Kafka 2.x](https://kafka.apache.org/quickstart)

## 下载安装包
可以从 [下载页面](https://inlong.apache.org/download) 获取二进制包,或参考 [如何编译](quick_start/how_to_build.md) 编译需要的版本。
可以从 [下载页面](https://inlong.apache.org/download) 获取二进制包,或参考 [如何编译](development/how_to_build.md) 编译需要的版本。

:::note
解压 `apache-inlong-[version]-bin.tar.gz``apache-inlong-[version]-sort-connectors.tar.gz`,并确保 `inlong-sort/connectors/` 目录包含 `sort-connector-[type]-[version].jar`
Expand Down

0 comments on commit db10b72

Please sign in to comment.