This is an automated email from the ASF dual-hosted git repository.

albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 0e5654d5114 Fix check (#1656)
0e5654d5114 is described below

commit 0e5654d51141c0712c1eb260136c63ba46c52966
Author: mfordjody <[email protected]>
AuthorDate: Mon Dec 5 10:40:25 2022 +0800

    Fix check (#1656)
---
 .../zh/docs3-v2/java-sdk/reference-manual/config-center/zookeeper.md  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/content/zh/docs3-v2/java-sdk/reference-manual/config-center/zookeeper.md 
b/content/zh/docs3-v2/java-sdk/reference-manual/config-center/zookeeper.md
index 894965c9718..82bcf3c0503 100644
--- a/content/zh/docs3-v2/java-sdk/reference-manual/config-center/zookeeper.md
+++ b/content/zh/docs3-v2/java-sdk/reference-manual/config-center/zookeeper.md
@@ -11,7 +11,7 @@ description: "Zookeeper 配置中心的基本使用和工作原理。"
 * 安装并启动 [Zookeeper](https://zookeeper.apache.org/)
 
 ## 2 使用说明
-在此查看[完整示例代码](https://github.com/apache/dubbo-samples/tree/master/dubbo-samples-configcenter/dubbo-samples-configcenter-annotation)
+在此查看[完整示例代码](https://github.com/apache/dubbo-samples/tree/master/3-extensions/configcenter/dubbo-samples-configcenter-annotation)
 
 ### 2.1 增加 Maven 依赖
 如果项目已经启用 Zookeeper 作为注册中心,则无需增加任何额外配置。
@@ -91,4 +91,4 @@ dubbo
 - namespace,用于不同配置的环境隔离。
 - config,Dubbo 约定的固定节点,不可更改,所有配置和流量治理规则都存储在此节点下。
 - dubbo,所有服务治理规则都是全局性的,dubbo 为默认节点
-- configurators/tag-router/condition-router/migration,不同的服务治理规则类型,node value 
存储具体规则内容
\ No newline at end of file
+- configurators/tag-router/condition-router/migration,不同的服务治理规则类型,node value 
存储具体规则内容

Reply via email to