From 4d372eccf830258636bb92eee415b2e38b151bc1 Mon Sep 17 00:00:00 2001 From: Albumen Kevin Date: Tue, 2 Jan 2024 19:01:58 +0800 Subject: [PATCH] Fix broken links --- .htmltest.yml | 1 + .../tutorial/develop/registry/service-discovery.md | 4 ++-- .../advanced-features-and-usage/service/transaction.md | 4 ++-- content/zh-cn/blog/integration/dubbo-fescar.md | 8 ++++---- .../golang/dubbo-go-3.0/concept/configuration.md | 2 +- .../golang/dubbo-go-3.0/samples/service-discovery.md | 2 +- .../tutorial/develop/registry/service-discovery.md | 4 ++-- .../advanced-features-and-usage/service/transaction.md | 2 +- 8 files changed, 14 insertions(+), 13 deletions(-) diff --git a/.htmltest.yml b/.htmltest.yml index d435bc5398fe..af8803f2eedb 100644 --- a/.htmltest.yml +++ b/.htmltest.yml @@ -34,4 +34,5 @@ IgnoreURLs: [ "https://www.oschina.net/question/3820517_2306822", "https://www.webjars.org/documentation#servlet3", "https://twitter.com/apachedubbo", + "https://www.qianmi.com/", "https://developer.aliyun.com/article/"] diff --git a/content/en/docs3-v2/golang-sdk/tutorial/develop/registry/service-discovery.md b/content/en/docs3-v2/golang-sdk/tutorial/develop/registry/service-discovery.md index 442b19098f23..5843c3f852a4 100644 --- a/content/en/docs3-v2/golang-sdk/tutorial/develop/registry/service-discovery.md +++ b/content/en/docs3-v2/golang-sdk/tutorial/develop/registry/service-discovery.md @@ -6,7 +6,7 @@ type: docs Reference article [**"Dubbo takes an important step towards cloud native application-level service discovery analysis"**](https://baijiahao.baidu.com/s?id=1669266413887039723&wfr=spider&for=pc) -Reference repository: [dubbo-go-samples/registry/serivcediscovery](https://github.com/apache/dubbo-go-samples/tree/master/registry/servicediscovery) +Reference repository: [dubbo-go-samples/registry/serivcediscovery](https://github.com/apache/dubbo-go-samples/tree/45a0d843b54e4922c240900e63516176cc7da4f6/registry/servicediscovery) ## Configuration @@ -53,4 +53,4 @@ dubbo: interface: com.apache.dubbo.sample.basic.IGreeter ``` -Compared with the conventional configuration, after defining registry-type: service and defining the metadata center, application-level service registration/service discovery will be used. \ No newline at end of file +Compared with the conventional configuration, after defining registry-type: service and defining the metadata center, application-level service registration/service discovery will be used. diff --git a/content/en/docs3-v2/java-sdk/advanced-features-and-usage/service/transaction.md b/content/en/docs3-v2/java-sdk/advanced-features-and-usage/service/transaction.md index 8e64c895f3c8..646b0acec242 100644 --- a/content/en/docs3-v2/java-sdk/advanced-features-and-usage/service/transaction.md +++ b/content/en/docs3-v2/java-sdk/advanced-features-and-usage/service/transaction.md @@ -197,7 +197,7 @@ config { ### **the fifth step** -Run the nacos you downloaded, and refer to [https://github.com/seata/seata/tree/develop/script/config-center](https://gitee.com/link?target=https%3A%2F% 2Fgithub.com%2Fseata%2Fseata%2Ftree%2Fdevelop%2Fscript%2Fconfig-center) and modify the config.txt +Run the nacos you downloaded, and refer to [https://github.com/seata/seata/tree/develop/script/config-center](https://github.com/seata/seata/tree/develop/script/config-center) and modify the config.txt ```properties #Only used by client @@ -394,4 +394,4 @@ Run seata-server, after success, run your own service dubbo provider&consumer Since seata-server supports the separation mode of computing and storage, and supports exposing service addresses to multiple registration centers, it only needs to be configured according to the sixth step and then expanded horizontally -For details, please visit: https://seata.io/ \ No newline at end of file +For details, please visit: https://seata.io/ diff --git a/content/zh-cn/blog/integration/dubbo-fescar.md b/content/zh-cn/blog/integration/dubbo-fescar.md index 54ded9a7d817..12ab205f53fe 100644 --- a/content/zh-cn/blog/integration/dubbo-fescar.md +++ b/content/zh-cn/blog/integration/dubbo-fescar.md @@ -228,10 +228,10 @@ sh seata-server.sh -p 8091 -h 127.0.0.1 -m file ### Step 5: 运行例子 -- 启动账户服务 ([DubboAccountServiceStarter](https://github.com/apache/dubbo-integration-cases/blob/master/99-integration/dubbo-samples-transaction/src/main/java/org/apache/dubbo/samples/starter/DubboAccountServiceStarter.java)). -- 启动库存服务 ([DubboStorageServiceStarter](https://github.com/apache/dubbo-samples/blob/master/99-integration/dubbo-samples-transaction/src/main/java/org/apache/dubbo/samples/starter/DubboStorageServiceStarter.java)). -- 启动订单服务 ([DubboOrderServiceStarter](https://github.com/apache/dubbo-samples/blob/master/99-integration/dubbo-samples-transaction/src/main/java/org/apache/dubbo/samples/starter/DubboOrderServiceStarter.java)). -- 运行BusinessService入口 ([DubboBusinessTester](https://github.com/apache/dubbo-samples/blob/master/99-integration/dubbo-samples-transaction/src/main/java/org/apache/dubbo/samples/starter/DubboBusinessTester.java)). +- 启动账户服务 ([DubboAccountServiceStarter](https://github.com/apache/dubbo-samples/tree/c6a704900501289973b174670beb788eceee5cc4/99-integration/dubbo-samples-transaction/src/main/java/org/apache/dubbo/samples/starter/DubboAccountServiceStarter.java)). +- 启动库存服务 ([DubboStorageServiceStarter](https://github.com/apache/dubbo-samples/tree/c6a704900501289973b174670beb788eceee5cc4/99-integration/dubbo-samples-transaction/src/main/java/org/apache/dubbo/samples/starter/DubboStorageServiceStarter.java)). +- 启动订单服务 ([DubboOrderServiceStarter](https://github.com/apache/dubbo-samples/tree/c6a704900501289973b174670beb788eceee5cc4/99-integration/dubbo-samples-transaction/src/main/java/org/apache/dubbo/samples/starter/DubboOrderServiceStarter.java)). +- 运行BusinessService入口 ([DubboBusinessTester](https://github.com/apache/dubbo-samples/tree/c6a704900501289973b174670beb788eceee5cc4/99-integration/dubbo-samples-transaction/src/main/java/org/apache/dubbo/samples/starter/DubboBusinessTester.java)). ### 相关项目 * Seata: https://github.com/seata/seata diff --git a/content/zh-cn/docs/languages/golang/dubbo-go-3.0/concept/configuration.md b/content/zh-cn/docs/languages/golang/dubbo-go-3.0/concept/configuration.md index a65933df3ca8..3aadfe2230f7 100644 --- a/content/zh-cn/docs/languages/golang/dubbo-go-3.0/concept/configuration.md +++ b/content/zh-cn/docs/languages/golang/dubbo-go-3.0/concept/configuration.md @@ -42,7 +42,7 @@ dubbo: owner: zhaoyunxing organization: dubbo-go metadata-type: local # 元数据上报方式,默认为本地 - metadata-report: # 元数据上报配置, 不包含此字段则不开启元数据上报,应用级服务发现依赖此字段,参考例子:https://github.com/apache/dubbo-go-samples/tree/master/registry/servicediscovery + metadata-report: # 元数据上报配置, 不包含此字段则不开启元数据上报,应用级服务发现依赖此字段,参考例子:https://github.com/apache/dubbo-go-samples/tree/45a0d843b54e4922c240900e63516176cc7da4f6/registry/servicediscovery protocol: nacos # 元数据上报方式,支持nacos/zookeeper address: 127.0.0.1:8848 username: "" diff --git a/content/zh-cn/docs/languages/golang/dubbo-go-3.0/samples/service-discovery.md b/content/zh-cn/docs/languages/golang/dubbo-go-3.0/samples/service-discovery.md index 97545ac253cd..748eda3e916d 100644 --- a/content/zh-cn/docs/languages/golang/dubbo-go-3.0/samples/service-discovery.md +++ b/content/zh-cn/docs/languages/golang/dubbo-go-3.0/samples/service-discovery.md @@ -12,7 +12,7 @@ description: Dubbo-go 3.0 应用级服务发现 参考文章[**《Dubbo 迈出云原生重要一步 应用级服务发现解析》**](https://baijiahao.baidu.com/s?id=1669266413887039723&wfr=spider&for=pc) -参考仓库:[dubbo-go-samples/registry/serivcediscovery](https://github.com/apache/dubbo-go-samples/tree/master/registry/servicediscovery) +参考仓库:[dubbo-go-samples/registry/serivcediscovery](https://github.com/apache/dubbo-go-samples/tree/45a0d843b54e4922c240900e63516176cc7da4f6/registry/servicediscovery) ## 配置方案 diff --git a/content/zh-cn/overview/mannual/golang-sdk/tutorial/develop/registry/service-discovery.md b/content/zh-cn/overview/mannual/golang-sdk/tutorial/develop/registry/service-discovery.md index b356108e07cc..384167cfa384 100644 --- a/content/zh-cn/overview/mannual/golang-sdk/tutorial/develop/registry/service-discovery.md +++ b/content/zh-cn/overview/mannual/golang-sdk/tutorial/develop/registry/service-discovery.md @@ -15,7 +15,7 @@ weight: 2 参考文章[**《Dubbo 迈出云原生重要一步 应用级服务发现解析》**](https://baijiahao.baidu.com/s?id=1669266413887039723&wfr=spider&for=pc) -参考仓库:[dubbo-go-samples/registry/serivcediscovery](https://github.com/apache/dubbo-go-samples/tree/master/registry/servicediscovery) +参考仓库:[dubbo-go-samples/registry/serivcediscovery](https://github.com/apache/dubbo-go-samples/tree/45a0d843b54e4922c240900e63516176cc7da4f6/registry/servicediscovery) ## 配置方案 @@ -62,4 +62,4 @@ dubbo: interface: com.apache.dubbo.sample.basic.IGreeter ``` -相比于常规配置,定义好registry-type: service, 并且定义好元数据中心后,将会使用应用级服务注册/服务发现。 \ No newline at end of file +相比于常规配置,定义好registry-type: service, 并且定义好元数据中心后,将会使用应用级服务注册/服务发现。 diff --git a/content/zh-cn/overview/mannual/java-sdk/advanced-features-and-usage/service/transaction.md b/content/zh-cn/overview/mannual/java-sdk/advanced-features-and-usage/service/transaction.md index caf008662075..261ce642eb00 100644 --- a/content/zh-cn/overview/mannual/java-sdk/advanced-features-and-usage/service/transaction.md +++ b/content/zh-cn/overview/mannual/java-sdk/advanced-features-and-usage/service/transaction.md @@ -213,7 +213,7 @@ config { ### **第五步** -运行你下载的 nacos,并参考 [https://github.com/seata/seata/tree/develop/script/config-center](https://gitee.com/link?target=https%3A%2F%2Fgithub.com%2Fseata%2Fseata%2Ftree%2Fdevelop%2Fscript%2Fconfig-center) 的 config.txt 并修改 +运行你下载的 nacos,并参考 [https://github.com/seata/seata/tree/develop/script/config-center](https://github.com/seata/seata/tree/develop/script/config-center) 的 config.txt 并修改 ```properties #仅client使用