You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by il...@apache.org on 2019/11/21 03:36:17 UTC

[dubbo-website] branch master updated: Fix nacos doc bug (#526)

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

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


View the commit online:
https://github.com/apache/dubbo-website/commit/9a771092490e7eb7be674ce9741a9fe254bee6a1

The following commit(s) were added to refs/heads/master by this push:
     new 9a77109  Fix nacos doc bug (#526)
9a77109 is described below

commit 9a771092490e7eb7be674ce9741a9fe254bee6a1
Author: Tyrael <wa...@gmail.com>
AuthorDate: Thu Nov 21 11:36:07 2019 +0800

    Fix nacos doc bug (#526)
    
    * Update zookeeper.md
    
    * Update nacos.md
---
 docs/en-us/user/references/registry/nacos.md     | 2 +-
 docs/en-us/user/references/registry/zookeeper.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en-us/user/references/registry/nacos.md b/docs/en-us/user/references/registry/nacos.md
index ef8707f..e149cb6 100644
--- a/docs/en-us/user/references/registry/nacos.md
+++ b/docs/en-us/user/references/registry/nacos.md
@@ -62,7 +62,7 @@ When you add `dubbo-registry-nacos` to your project, you don't need to explicitl
 
 ### Configure Registry Center
 
-Assuming your Dubbo app uses the Spring Framework assembly, there are two configuration options available: [Dubbo Spring Externalization Configuration](https://mercyblitz.github.io/2018/01/18/Dubbo-%E5% A4%96%E9%83%A8%E5%8C%96%E9%85%8D%E7%BD%AE/) and the Spring XML configuration file.
+Assuming your Dubbo app uses the Spring Framework assembly, there are two configuration options available: [Dubbo Spring Externalization Configuration](https://mercyblitz.github.io/2018/01/18/Dubbo-%E5%A4%96%E9%83%A8%E5%8C%96%E9%85%8D%E7%BD%AE/) and the Spring XML configuration file.
 
 
 ### [Dubbo Spring Externalization Configuration](https://mercyblitz.github.io/2018/01/18/Dubbo-%E5%A4%96%E9%83%A8%E5%8C%96%E9%85%8D%E7%BD%AE/)
diff --git a/docs/en-us/user/references/registry/zookeeper.md b/docs/en-us/user/references/registry/zookeeper.md
index b81a2d0..aab299a 100644
--- a/docs/en-us/user/references/registry/zookeeper.md
+++ b/docs/en-us/user/references/registry/zookeeper.md
@@ -7,7 +7,7 @@
 Description on registration procedure:
 
 * When service provider boots up: write service URL address under directory `/dubbo/com.foo.BarService/providers`
-* When service consumer boots up: subscribe to `/dubbo/com.foo.BarService/providers` for provider's URL addresses. At the same time, write consumer's URL address under `/dubbo/com.foo.BarService/providers`.
+* When service consumer boots up: subscribe to `/dubbo/com.foo.BarService/providers` for provider's URL addresses. At the same time, write consumer's URL address under `/dubbo/com.foo.BarService/consumers`.
 * When monitor center boots up: subscribe to `/dubbo/com.foo.BarService` for the URL addresses from all providers and consumers.
 
 The following abilities are supported: