This is an automated email from the ASF dual-hosted git repository. iluo pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-website.git
commit c3fc91542952e3f172bc82c7d83f38a36f7796c9 Author: beiwei.ly <[email protected]> AuthorDate: Mon Nov 12 17:12:40 2018 +0800 update registry address in sample config --- docs/en-us/user/demos/events-notify.md | 2 +- docs/zh-cn/user/demos/events-notify.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en-us/user/demos/events-notify.md b/docs/en-us/user/demos/events-notify.md index 2c83d33..a5b4122 100644 --- a/docs/en-us/user/demos/events-notify.md +++ b/docs/en-us/user/demos/events-notify.md @@ -24,7 +24,7 @@ class NormalDemoService implements IDemoService { ```xml <dubbo:application name="rpc-callback-demo" /> -<dubbo:registry address="http://10.20.160.198/wiki/display/dubbo/10.20.153.186" /> +<dubbo:registry address="zookeeper://127.0.0.1:2181"/> <bean id="demoService" class="com.alibaba.dubbo.callback.implicit.NormalDemoService" /> <dubbo:service interface="com.alibaba.dubbo.callback.implicit.IDemoService" ref="demoService" version="1.0.0" group="cn"/> ``` diff --git a/docs/zh-cn/user/demos/events-notify.md b/docs/zh-cn/user/demos/events-notify.md index 2d554f8..66fd6ee 100644 --- a/docs/zh-cn/user/demos/events-notify.md +++ b/docs/zh-cn/user/demos/events-notify.md @@ -24,7 +24,7 @@ class NormalDemoService implements IDemoService { ```xml <dubbo:application name="rpc-callback-demo" /> -<dubbo:registry address="http://10.20.160.198/wiki/display/dubbo/10.20.153.186" /> +<dubbo:registry address="zookeeper://127.0.0.1:2181"/> <bean id="demoService" class="com.alibaba.dubbo.callback.implicit.NormalDemoService" /> <dubbo:service interface="com.alibaba.dubbo.callback.implicit.IDemoService" ref="demoService" version="1.0.0" group="cn"/> ```
