diff --git a/blog/zh-cn/dubbo-registry-nacos-integration.md b/blog/zh-cn/dubbo-registry-nacos-integration.md index 9eee7d0d5f4e..eee8a43f05ed 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