Skip to content

Commit

Permalink
fix: fix invalid hyperlink
Browse files Browse the repository at this point in the history
  • Loading branch information
HJianBo committed Feb 6, 2025
1 parent 955c559 commit 6ba305b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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

0 comments on commit 6ba305b

Please # to comment.