This is an automated email from the ASF dual-hosted git repository.
sylviasu pushed a commit to branch release/3.1
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/release/3.1 by this push:
new c8c3867c7 docs: fix error link about nacos deployment tutorial (#8662)
c8c3867c7 is described below
commit c8c3867c749752a3440710cea5e0c49f1a5da840
Author: elijah <[email protected]>
AuthorDate: Fri Jan 13 09:29:50 2023 +0800
docs: fix error link about nacos deployment tutorial (#8662)
* docs: fix error link
fix #8657
* Update control-plane-service-discovery.md
Co-authored-by: 琚致远 / Zhiyuan Ju <[email protected]>
---
docs/en/latest/discovery/control-plane-service-discovery.md | 2 +-
docs/zh/latest/discovery/control-plane-service-discovery.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/en/latest/discovery/control-plane-service-discovery.md
b/docs/en/latest/discovery/control-plane-service-discovery.md
index a18bdc63d..0a20bcb43 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..f582666db 100644
--- a/docs/zh/latest/discovery/control-plane-service-discovery.md
+++ b/docs/zh/latest/discovery/control-plane-service-discovery.md
@@ -69,4 +69,4 @@ Apache APISIX 在早期已经支持了数据面服务发现,现在 APISIX 也
- 如果你想启用控制面 ZooKeeper 服务发现,请参考:[ZooKeeper
部署教程](https://github.com/api7/apisix-seed/blob/main/docs/en/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/en/latest/nacos.md)。