This is an automated email from the ASF dual-hosted git repository.
traky pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push:
new 593e4c2e0 docs: fix wrong links in control plane service discovery doc
593e4c2e0 is described below
commit 593e4c2e036104df6d86a790c634dcf639f7e5f7
Author: Traky Deng <[email protected]>
AuthorDate: Wed Dec 27 22:10:48 2023 -0800
docs: fix wrong links in control plane service discovery doc
---
docs/en/latest/discovery/control-plane-service-discovery.md | 2 +-
docs/zh/latest/discovery/control-plane-service-discovery.md | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/en/latest/discovery/control-plane-service-discovery.md
b/docs/en/latest/discovery/control-plane-service-discovery.md
index 71fc6c7c4..0b9d2eef2 100644
--- a/docs/en/latest/discovery/control-plane-service-discovery.md
+++ b/docs/en/latest/discovery/control-plane-service-discovery.md
@@ -69,4 +69,4 @@ ZooKeeper and Nacos are currently supported, and more service
registries will be
- If you want to enable control plane ZooKeeper service discovery, please
refer to: [ZooKeeper Deployment
Tutorial](https://github.com/api7/apisix-seed/blob/main/docs/en/latest/zookeeper.md).
-- If you want to enable control plane Nacos service discovery, please refer
to: [Nacos Deployment
Tutorial](https://github.com/api7/apisix-seed/blob/main/docs/en/latest/zookeeper.md).
+- If you want to enable control plane Nacos service discovery, please refer
to: [Nacos Deployment
Tutorial](https://github.com/api7/apisix-seed/blob/main/docs/en/latest/nacos.md).
diff --git a/docs/zh/latest/discovery/control-plane-service-discovery.md
b/docs/zh/latest/discovery/control-plane-service-discovery.md
index b6bcb7450..b300b73b5 100644
--- a/docs/zh/latest/discovery/control-plane-service-discovery.md
+++ b/docs/zh/latest/discovery/control-plane-service-discovery.md
@@ -67,6 +67,6 @@ Apache APISIX 在早期已经支持了数据面服务发现,现在 APISIX 也
目前已经支持了 ZooKeeper 和 Nacos,后续还将支持更多的服务注册中心,更多信息请参考:[APISIX
Seed](https://github.com/api7/apisix-seed#apisix-seed-for-apache-apisix)。
-- 如果你想启用控制面 ZooKeeper 服务发现,请参考:[ZooKeeper
部署教程](https://github.com/api7/apisix-seed/blob/main/docs/en/latest/zookeeper.md)。
+- 如果你想启用控制面 ZooKeeper 服务发现,请参考:[ZooKeeper
部署教程](https://github.com/api7/apisix-seed/blob/main/docs/zh/latest/zookeeper.md)。
-- 如果你想启用控制面 Nacos 服务发现,请参考:[Nacos
部署教程](https://github.com/api7/apisix-seed/blob/main/docs/en/latest/zookeeper.md)。
+- 如果你想启用控制面 Nacos 服务发现,请参考:[Nacos
部署教程](https://github.com/api7/apisix-seed/blob/main/docs/zh/latest/nacos.md)。