Skip to content
New issue

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

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

Already on GitHub? # to your account

fix: fix invalid hyperlink #2811

Merged
merged 1 commit into from
Feb 6, 2025
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 en_US/durability/management.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The `<DS>` placeholder stands for "durable storage". Currently, the available p
| ----------------------------------------- | ------------------------------------------------------------ |
| `durable_storage.<DS>.data_dir` | Directory in the file system where EMQX stores the data. |
| `durable_storage.<DS>.n_shards` | [Numer of shards](./managing-replication.md#number-of-shards). |
| `durable_storage.<DS>.n_sites` | [Number of sites](./managing-replication.md##number-of-sites). |
| `durable_storage.<DS>.n_sites` | [Number of sites](./managing-replication.md#number-of-sites). |
| `durable_storage.<DS>.replication_factor` | [Replication factor](./managing-replication.md#replication-factor) determines the number of replicas for each shard. |
| `durable_storage.<DS>.local_write_buffer` | Contains parameters related to message buffering. See [Local Write Buffer Configuration](#local-write-buffer-configuration). |
| `durable_storage.<DS>.layout` | Contains parameters that control how EMQX lays out data on disk. See [Storage Layout Configuration](#storage-layout-configuration). |
Expand Down Expand Up @@ -204,7 +204,7 @@ $ bin/emqx_ctl ds join messages B2A7DBB2413CD6EE
ok
```

For more detailed information, see [Add Sites](./management.md#add-sites) and [Remove Sites](./management.md#remove-sites).
For more detailed information, see [Add Sites](./managing-replication.md#add-sites) and [Remove Sites](./managing-replication.md#remove-sites).

## REST API

Expand Down
4 changes: 2 additions & 2 deletions zh_CN/durability/management.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
| ----------------------------------------- | ------------------------------------------------------------ |
| `durable_storage.<DS>.data_dir` | EMQX 存储数据的文件系统中的目录。 |
| `durable_storage.<DS>.n_shards` | 设置[分片数量](./managing-replication.md#number-of-shards)。 |
| `durable_storage.<DS>.n_sites` | 设置[站点数量](./managing-replication.md##number-of-sites)。 |
| `durable_storage.<DS>.n_sites` | 设置[站点数量](./managing-replication.md#number-of-sites)。 |
| `durable_storage.<DS>.replication_factor` | 设置[复制因子](./managing-replication.md#replication-factor)以确定每个分片的副本数量。 |
| `durable_storage.<DS>.local_write_buffer` | 包含与消息缓冲相关的参数。请参阅[本地写缓冲配置](#local-write-buffer-configuration)。 |
| `durable_storage.<DS>.layout` | 包含控制 EMQX 如何在磁盘上布局数据的参数。请参阅[存储布局配置](#storage-layout-configuration)。 |
Expand Down Expand Up @@ -199,7 +199,7 @@ $ bin/emqx_ctl ds join messages B2A7DBB2413CD6EE
ok
```

更多详细内容,请见[添加站点](./management.md#添加站点)和[移除站点](./management.md#移除站点)。
更多详细内容,请见[添加站点](./managing-replication.md#添加站点)和[移除站点](./managing-replication.md#移除站点)。

## REST API

Expand Down