This is an automated email from the ASF dual-hosted git repository.
jiacai2050 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/horaedb-docs.git
The following commit(s) were added to refs/heads/main by this push:
new cf4b797 fix: correct 404 links (#147)
cf4b797 is described below
commit cf4b7972cdb31ec5c5e63942dd07aaf250104143
Author: Jiacai Liu <[email protected]>
AuthorDate: Mon Oct 28 10:31:41 2024 +0800
fix: correct 404 links (#147)
---
content/cn/docs/user-guide/cluster_deployment/_index.md | 2 +-
content/cn/docs/user-guide/cluster_deployment/with_meta.md | 2 +-
content/en/docs/user-guide/cluster_deployment/_index.md | 2 +-
content/en/docs/user-guide/cluster_deployment/with_meta.md | 4 ++--
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/content/cn/docs/user-guide/cluster_deployment/_index.md
b/content/cn/docs/user-guide/cluster_deployment/_index.md
index 7dda00d..aa37647 100644
--- a/content/cn/docs/user-guide/cluster_deployment/_index.md
+++ b/content/cn/docs/user-guide/cluster_deployment/_index.md
@@ -3,7 +3,7 @@ title: "集群部署"
weight: 20
---
-在[快速开始](../quick_start.md)部分我们已经介绍过单机版本 HoraeDB 的部署。
+在[快速开始]({{< ref "getting-started.md" >}})部分我们已经介绍过单机版本 HoraeDB 的部署。
除此之外,HoraeDB 作为一个分布式时序数据库,多个 HoraeDB 实例能够以集群的方式提供可伸缩和高可用的数据服务。
diff --git a/content/cn/docs/user-guide/cluster_deployment/with_meta.md
b/content/cn/docs/user-guide/cluster_deployment/with_meta.md
index d9a37d7..c2a901e 100644
--- a/content/cn/docs/user-guide/cluster_deployment/with_meta.md
+++ b/content/cn/docs/user-guide/cluster_deployment/with_meta.md
@@ -18,7 +18,7 @@ HoraeMeta 本身通过嵌入式的 [ETCD](https://github.com/etcd-io/etcd) 保
#### 启动配置
-目前 HoraeMeta 支持以配置文件和环境变量两种方式来指定服务启动配置。我们提供了配置文件方式启动的示例,具体可以参考
[config](https://github.com/apache/incubator-horaedb-meta/tree/main/config)。
+目前 HoraeMeta 支持以配置文件和环境变量两种方式来指定服务启动配置。我们提供了配置文件方式启动的示例,具体可以参考
[config](https://github.com/apache/horaedb/tree/main/horaemeta/config)。
环境变量的配置优先级高于配置文件,当同时存在时,以环境变量为准。
#### 动态拓扑和静态拓扑
diff --git a/content/en/docs/user-guide/cluster_deployment/_index.md
b/content/en/docs/user-guide/cluster_deployment/_index.md
index 1f7e9c4..40c473d 100644
--- a/content/en/docs/user-guide/cluster_deployment/_index.md
+++ b/content/en/docs/user-guide/cluster_deployment/_index.md
@@ -3,7 +3,7 @@ title: "Cluster Deployment"
weight: 20
---
-In the [Quick Start](../quick_start.md) section, we have introduced the
deployment of single HoraeDB instance.
+In the [Getting Started]({{< ref "getting-started.md" >}}) section, we have
introduced the deployment of single HoraeDB instance.
Besides, as a distributed timeseries database, multiple HoraeDB instances can
be deployed as a cluster to serve with high availability and scalability.
diff --git a/content/en/docs/user-guide/cluster_deployment/with_meta.md
b/content/en/docs/user-guide/cluster_deployment/with_meta.md
index 58bf720..1141a46 100644
--- a/content/en/docs/user-guide/cluster_deployment/with_meta.md
+++ b/content/en/docs/user-guide/cluster_deployment/with_meta.md
@@ -14,13 +14,13 @@ HoraeMeta is one of the core services of HoraeDB
distributed mode, it is used to
### Build
- Golang version >= 1.19.
-- run `make build` in root path of
[HoraeMeta](https://github.com/apache/incubator-horaedb-meta).
+- run `make build` in root path of
[HoraeMeta](https://github.com/apache/horaedb/tree/main/horaemeta).
### Deploy
#### Config
-At present, HoraeMeta supports specifying service startup configuration in two
ways: configuration file and environment variable. We provide an example of
configuration file startup. For details, please refer to
[config](https://github.com/apache/incubator-horaedb-meta/tree/main/config).
The configuration priority of environment variables is higher than that of
configuration files. When they exist at the same time, the environment
variables shall prevail.
+At present, HoraeMeta supports specifying service startup configuration in two
ways: configuration file and environment variable. We provide an example of
configuration file startup. For details, please refer to
[config](https://github.com/apache/horaedb/tree/main/horaemeta/config). The
configuration priority of environment variables is higher than that of
configuration files. When they exist at the same time, the environment
variables shall prevail.
#### Dynamic or Static
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]