From a73d1537eb91b0e6499bc3cbdd64df7ac40708ad Mon Sep 17 00:00:00 2001 From: Yiran Date: Mon, 20 May 2024 20:23:23 +0800 Subject: [PATCH] fix: dead links (#967) --- docs/nightly/zh/user-guide/operations/admin.md | 4 ++-- docs/v0.8/zh/user-guide/operations/admin.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/nightly/zh/user-guide/operations/admin.md b/docs/nightly/zh/user-guide/operations/admin.md index d568762ab..90aceb389 100644 --- a/docs/nightly/zh/user-guide/operations/admin.md +++ b/docs/nightly/zh/user-guide/operations/admin.md @@ -12,7 +12,7 @@ ### 运行时信息 * 通过 [CLUSTER_INFO](/reference/sql/information-schema/cluster-info.md) 表查找集群的拓扑信息。 -* 通过 [PARTITIONS](reference/sql/information-schema/partitions.md) 表和[REGION_PEERS](/reference/sql/information-schema/region-peers.md) 表查找表的 Region 分布。 +* 通过 [PARTITIONS](/reference/sql/information-schema/partitions.md) 表和[REGION_PEERS](/reference/sql/information-schema/region-peers.md) 表查找表的 Region 分布。 例如查询一张表的所有 Region Id: @@ -38,7 +38,7 @@ ORDER BY datanode_id ASC * [存储位置说明](/user-guide/concepts/storage-location.md)。 * 通过 [设置Remote WAL](./remote-wal/quick-start.md) 实现 GreptimeDB 的集群容灾。 * [Table 和 Region 的 Flush 和 Compaction](/reference/sql/functions#admin-functions)。 -* 通过 Region 对表进行分区,请阅读 [表的分片](./contributor-guide/frontend/table-sharding.md) 参考。 +* 通过 Region 对表进行分区,请阅读 [表的分片](/contributor-guide/frontend/table-sharding.md) 参考。 * [迁移 Region](./region-migration.md) 以实现负载均衡。 * [通过设置 TTL 过期数据](/user-guide/concepts/features-that-you-concern#can-i-set-ttl-or-retention-policy-for-different-tables-or-measurements)。 diff --git a/docs/v0.8/zh/user-guide/operations/admin.md b/docs/v0.8/zh/user-guide/operations/admin.md index d568762ab..90aceb389 100644 --- a/docs/v0.8/zh/user-guide/operations/admin.md +++ b/docs/v0.8/zh/user-guide/operations/admin.md @@ -12,7 +12,7 @@ ### 运行时信息 * 通过 [CLUSTER_INFO](/reference/sql/information-schema/cluster-info.md) 表查找集群的拓扑信息。 -* 通过 [PARTITIONS](reference/sql/information-schema/partitions.md) 表和[REGION_PEERS](/reference/sql/information-schema/region-peers.md) 表查找表的 Region 分布。 +* 通过 [PARTITIONS](/reference/sql/information-schema/partitions.md) 表和[REGION_PEERS](/reference/sql/information-schema/region-peers.md) 表查找表的 Region 分布。 例如查询一张表的所有 Region Id: @@ -38,7 +38,7 @@ ORDER BY datanode_id ASC * [存储位置说明](/user-guide/concepts/storage-location.md)。 * 通过 [设置Remote WAL](./remote-wal/quick-start.md) 实现 GreptimeDB 的集群容灾。 * [Table 和 Region 的 Flush 和 Compaction](/reference/sql/functions#admin-functions)。 -* 通过 Region 对表进行分区,请阅读 [表的分片](./contributor-guide/frontend/table-sharding.md) 参考。 +* 通过 Region 对表进行分区,请阅读 [表的分片](/contributor-guide/frontend/table-sharding.md) 参考。 * [迁移 Region](./region-migration.md) 以实现负载均衡。 * [通过设置 TTL 过期数据](/user-guide/concepts/features-that-you-concern#can-i-set-ttl-or-retention-policy-for-different-tables-or-measurements)。