From 6ba305baacd843ca1ea0492581b90fea554cd598 Mon Sep 17 00:00:00 2001 From: JianBo He <heeejianbo@gmail.com> Date: Thu, 6 Feb 2025 14:47:12 +0800 Subject: [PATCH] fix: fix invalid hyperlink --- en_US/durability/management.md | 4 ++-- zh_CN/durability/management.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/en_US/durability/management.md b/en_US/durability/management.md index 6b2f2c55a..86012e9f2 100644 --- a/en_US/durability/management.md +++ b/en_US/durability/management.md @@ -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). | @@ -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 diff --git a/zh_CN/durability/management.md b/zh_CN/durability/management.md index b33f5ae4b..16449074a 100644 --- a/zh_CN/durability/management.md +++ b/zh_CN/durability/management.md @@ -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)。 | @@ -199,7 +199,7 @@ $ bin/emqx_ctl ds join messages B2A7DBB2413CD6EE ok ``` -更多详细内容,请见[添加站点](./management.md#添加站点)和[移除站点](./management.md#移除站点)。 +更多详细内容,请见[添加站点](./managing-replication.md#添加站点)和[移除站点](./managing-replication.md#移除站点)。 ## REST API