From 4f3701c85251a322a1fde97bf0eaec14bee45569 Mon Sep 17 00:00:00 2001 From: Ti Chi Robot Date: Mon, 22 Jan 2024 11:51:21 +0800 Subject: [PATCH] tiproxy: fix broken links (#2500) (#2501) --- en/deploy-tiproxy.md | 2 +- zh/configure-a-tidb-cluster.md | 2 +- zh/deploy-tiproxy.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/en/deploy-tiproxy.md b/en/deploy-tiproxy.md index 71b600840..caef3a5da 100644 --- a/en/deploy-tiproxy.md +++ b/en/deploy-tiproxy.md @@ -45,7 +45,7 @@ If you need to deploy TiProxy for an existing TiDB cluster, follow these steps: level = "info" ``` - For more information about TiProxy configuration, see [TiProxy Configuration](https://docs.pingcap.com/tidb/v7.6/tiproxy/tiproxy-configuration). + For more information about TiProxy configuration, see [TiProxy Configuration](https://docs.pingcap.com/tidb/v7.6/tiproxy-configuration). After TiProxy is started, you can find the corresponding `tiproxy-sql` load balancer service by running the following command. diff --git a/zh/configure-a-tidb-cluster.md b/zh/configure-a-tidb-cluster.md index e45144426..33010f505 100644 --- a/zh/configure-a-tidb-cluster.md +++ b/zh/configure-a-tidb-cluster.md @@ -391,7 +391,7 @@ spec: level = "info" ``` -获取所有可以配置的 TiProxy 配置参数,请参考 [TiProxy 配置文档](https://docs.pingcap.com/zh/tidb/v7.6/tiproxy/tiproxy-configuration)。 +获取所有可以配置的 TiProxy 配置参数,请参考 [TiProxy 配置文档](https://docs.pingcap.com/zh/tidb/v7.6/tiproxy-configuration)。 #### 配置 TiFlash 配置参数 diff --git a/zh/deploy-tiproxy.md b/zh/deploy-tiproxy.md index 4990b08de..ecb6ed447 100644 --- a/zh/deploy-tiproxy.md +++ b/zh/deploy-tiproxy.md @@ -5,7 +5,7 @@ summary: 了解如何在 Kubernetes 上为已有 TiDB 集群部署负载均衡 T # 为已有 TiDB 集群部署负载均衡 TiProxy -本文介绍在 Kubernetes 上如何为已有的 TiDB 集群部署或删除 TiDB 负载均衡 [TiProxy](https://docs.pingcap.com/zh/tidb/v7.6/tiproxy/tiproxy-overview)。TiProxy 放置在客户端和 TiDB server 之间,为 TiDB 提供负载均衡、连接保持、服务发现等功能。 +本文介绍在 Kubernetes 上如何为已有的 TiDB 集群部署或删除 TiDB 负载均衡 [TiProxy](https://docs.pingcap.com/zh/tidb/v7.6/tiproxy-overview)。TiProxy 放置在客户端和 TiDB server 之间,为 TiDB 提供负载均衡、连接保持、服务发现等功能。 > **注意:** > @@ -45,7 +45,7 @@ summary: 了解如何在 Kubernetes 上为已有 TiDB 集群部署负载均衡 T level = "info" ``` - 要获取更多可配置的 TiProxy 配置参数,请参考 [TiProxy 配置文档](https://docs.pingcap.com/zh/tidb/v7.6/tiproxy/tiproxy-configuration)。 + 要获取更多可配置的 TiProxy 配置参数,请参考 [TiProxy 配置文档](https://docs.pingcap.com/zh/tidb/v7.6/tiproxy-configuration)。 TiProxy 启动后,可通过以下命令找到对应的 `tiproxy-sql` 负载均衡服务。