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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new d4e6dd9  fix 404 link (#372)
d4e6dd9 is described below

commit d4e6dd966615a05ade7a806fe87975f29058648b
Author: myPrecious <[email protected]>
AuthorDate: Mon May 20 17:44:25 2019 +0800

    fix 404 link (#372)
---
 blog/zh-cn/dubbo-registry-nacos-integration.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/blog/zh-cn/dubbo-registry-nacos-integration.md 
b/blog/zh-cn/dubbo-registry-nacos-integration.md
index 9eee7d0..eee8a43 100644
--- a/blog/zh-cn/dubbo-registry-nacos-integration.md
+++ b/blog/zh-cn/dubbo-registry-nacos-integration.md
@@ -1,12 +1,12 @@
 # Dubbo 融合 Nacos 成为注册中心
 
-Nacos 作为 Dubbo 生态系统中重要的注册中心实现,其中 
[`dubbo-registry-nacos`](https://github.com/dubbo/dubbo-registry-nacos) 则是 
Dubbo 融合 Nacos 注册中心的实现。
+Nacos 作为 Dubbo 生态系统中重要的注册中心实现,其中 
[`dubbo-registry-nacos`](https://github.com/apache/incubator-dubbo/tree/master/dubbo-registry/dubbo-registry-nacos)
 则是 Dubbo 融合 Nacos 注册中心的实现。
 
 
 
 ## 预备工作
 
-当您将 [`dubbo-registry-nacos`](https://github.com/dubbo/dubbo-registry-nacos) 
整合到您的 Dubbo 工程之前,请确保后台已经启动 Nacos 服务。如果您尚且不熟悉 Nacos 的基本使用的话,可先行参考 [Nacos 
快速入门](https://nacos.io/en-us/docs/quick-start.html):https://nacos.io/en-us/docs/quick-start.html。建议使用
 Nacos `0.6.1` 以上的版本。
+当您将 
[`dubbo-registry-nacos`](https://github.com/apache/incubator-dubbo/tree/master/dubbo-registry/dubbo-registry-nacos)
 整合到您的 Dubbo 工程之前,请确保后台已经启动 Nacos 服务。如果您尚且不熟悉 Nacos 的基本使用的话,可先行参考 [Nacos 
快速入门](https://nacos.io/en-us/docs/quick-start.html):https://nacos.io/en-us/docs/quick-start.html。建议使用
 Nacos `0.6.1` 以上的版本。
 
 
 
@@ -544,12 +544,12 @@ Service [name :null , port : 20883] 
sayName("小马哥(mercyblitz)") : Hello
 Service [name :null , port : 20883] sayName("小马哥(mercyblitz)") : 
Hello,小马哥(mercyblitz)
 ```
 
-结果同样运行和负载均衡正常,不过由于当前示例尚未添加属性 `demo.service.name` 的缘故,因此,“name”部分信息输出为 
`null`。更多内容请参考:https://github.com/dubbo/dubbo-registry-nacos。
+结果同样运行和负载均衡正常,不过由于当前示例尚未添加属性 `demo.service.name` 的缘故,因此,“name”部分信息输出为 
`null`。更多内容请参考:https://github.com/apache/incubator-dubbo/tree/master/dubbo-registry/dubbo-registry-nacos。
 
 
 
 如果您关注或喜爱 Dubbo 以及 Nacos 等开源工程,不妨为它们点 “star”,加油打气链接:
 
 - Apache Dubbo:https://github.com/apache/incubator-dubbo
-- Dubbo Nacos Registry:https://github.com/dubbo/dubbo-registry-nacos
+- Dubbo Nacos 
Registry:https://github.com/apache/incubator-dubbo/tree/master/dubbo-registry/dubbo-registry-nacos
 - Alibaba Nacos:https://github.com/alibaba/nacos
\ No newline at end of file

Reply via email to