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 23ee872e046 Fix curator broken link (#2793)
23ee872e046 is described below

commit 23ee872e0465548618edc3846286ef7e3d7e2c3e
Author: Albumen Kevin <[email protected]>
AuthorDate: Mon Aug 21 16:28:12 2023 +0800

    Fix curator broken link (#2793)
---
 ...04\345\217\214\346\263\250\345\206\214\345\216\237\347\220\206.md" | 4 ++--
 ...345\212\241MetadataService\347\232\204\345\257\274\345\207\272.md" | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
"a/content/zh-cn/blog/java/codeanalysis/3.0.8/17-Dubbo\346\234\215\345\212\241\346\217\220\344\276\233\350\200\205\347\232\204\345\217\214\346\263\250\345\206\214\345\216\237\347\220\206.md"
 
"b/content/zh-cn/blog/java/codeanalysis/3.0.8/17-Dubbo\346\234\215\345\212\241\346\217\220\344\276\233\350\200\205\347\232\204\345\217\214\346\263\250\345\206\214\345\216\237\347\220\206.md"
index 871686652f4..bda1cf5b915 100644
--- 
"a/content/zh-cn/blog/java/codeanalysis/3.0.8/17-Dubbo\346\234\215\345\212\241\346\217\220\344\276\233\350\200\205\347\232\204\345\217\214\346\263\250\345\206\214\345\216\237\347\220\206.md"
+++ 
"b/content/zh-cn/blog/java/codeanalysis/3.0.8/17-Dubbo\346\234\215\345\212\241\346\217\220\344\276\233\350\200\205\347\232\204\345\217\214\346\263\250\345\206\214\345\216\237\347\220\206.md"
@@ -709,7 +709,7 @@ ZookeeperServiceDiscovery的构造器
 ```
 
 
-如果感兴趣的话可以看更详细的curator服务发现文档[curator-x-discovery](https://curator.apache.org/curator-x-discovery/index.html)
+如果感兴趣的话可以看更详细的curator服务发现文档[curator-x-discovery](https://curator.apache.org/docs/service-discovery/index.html)
 
 ### 17.4.2 AbstractServiceDiscovery的构造器
 
@@ -984,4 +984,4 @@ ZookeeperMetadataReport的storeMetadata
 
 ```
 
-原文地址:[17-Dubbo服务提供者的双注册原理](https://blog.elastic.link/2022/07/10/dubbo/17-dubbo3-ying-yong-ji-zhu-ce-zhi-fu-wu-ti-gong-zhe-de-shuang-zhu-ce-yuan-li/)
\ No newline at end of file
+原文地址:[17-Dubbo服务提供者的双注册原理](https://blog.elastic.link/2022/07/10/dubbo/17-dubbo3-ying-yong-ji-zhu-ce-zhi-fu-wu-ti-gong-zhe-de-shuang-zhu-ce-yuan-li/)
diff --git 
"a/content/zh-cn/blog/java/codeanalysis/3.0.8/18-Dubbo3\345\205\203\346\225\260\346\215\256\346\234\215\345\212\241MetadataService\347\232\204\345\257\274\345\207\272.md"
 
"b/content/zh-cn/blog/java/codeanalysis/3.0.8/18-Dubbo3\345\205\203\346\225\260\346\215\256\346\234\215\345\212\241MetadataService\347\232\204\345\257\274\345\207\272.md"
index 0132c2fc993..efcba219849 100644
--- 
"a/content/zh-cn/blog/java/codeanalysis/3.0.8/18-Dubbo3\345\205\203\346\225\260\346\215\256\346\234\215\345\212\241MetadataService\347\232\204\345\257\274\345\207\272.md"
+++ 
"b/content/zh-cn/blog/java/codeanalysis/3.0.8/18-Dubbo3\345\205\203\346\225\260\346\215\256\346\234\215\345\212\241MetadataService\347\232\204\345\257\274\345\207\272.md"
@@ -572,7 +572,7 @@ ZookeeperServiceDiscovery中的doRegister方法
 
 
 先来看第一步:Dubbo实现的ServiceInstance类型对象转 Curator的ServiceInstance
-关于Curator的服务发现原理可以参考官网的文章博客[curator-x-discovery](https://curator.apache.org/curator-x-discovery/index.html)
+关于Curator的服务发现原理可以参考官网的文章博客[curator-x-discovery](https://curator.apache.org/docs/service-discovery/index.html)
 
 
 **什么是发现服务?**
@@ -634,4 +634,4 @@ public static 
org.apache.curator.x.discovery.ServiceInstance<ZookeeperInstance>
 
 
 
-原文地址:[18-Dubbo3元数据服务MetadataService的导出](https://blog.elastic.link/2022/07/10/dubbo/18-dubbo3-yuan-shu-ju-fu-wu-metadataservice-de-dao-chu/)
\ No newline at end of file
+原文地址:[18-Dubbo3元数据服务MetadataService的导出](https://blog.elastic.link/2022/07/10/dubbo/18-dubbo3-yuan-shu-ju-fu-wu-metadataservice-de-dao-chu/)

Reply via email to