You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2021/10/09 07:17:16 UTC

[dubbo-website] branch master updated: fix #693 (#975)

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 f7887da  fix #693 (#975)
f7887da is described below

commit f7887da227035f7e3b60e81ef394a5b9a28d7416
Author: Wang Chengming <63...@qq.com>
AuthorDate: Sat Oct 9 15:17:10 2021 +0800

    fix #693 (#975)
---
 content/zh/docs/advanced/pb-generic-reference.md          | 2 +-
 content/zh/docsv2.7/user/examples/pb-generic-reference.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/zh/docs/advanced/pb-generic-reference.md b/content/zh/docs/advanced/pb-generic-reference.md
index 20f9e58..d824c30 100644
--- a/content/zh/docs/advanced/pb-generic-reference.md
+++ b/content/zh/docs/advanced/pb-generic-reference.md
@@ -9,7 +9,7 @@ description: "对 Google Protobuf 对象进行泛化调用"
 泛化接口调用方式主要用于客户端没有 API 接口及模型类元的情况,参考 [泛化调用](../generic-reference)。
 一般泛化调用只能用于生成的服务参数为POJO的情况,而 GoogleProtobuf 的对象是基于 Builder 生成的非正常POJO,可以通过 protobuf-json 泛化调用。  
 
-GoogleProtobuf 序列化相关的Demo可以参考 [protobuf-demo](https://github.com/vio-lin/dubbo-samples/tree/protobuf-demo)
+GoogleProtobuf 序列化相关的Demo可以参考 [protobuf-demo](https://github.com/apache/dubbo-samples/tree/master/dubbo-samples-protobuf)
 
 ## 通过Spring对Google Protobuf对象泛化调用
 
diff --git a/content/zh/docsv2.7/user/examples/pb-generic-reference.md b/content/zh/docsv2.7/user/examples/pb-generic-reference.md
index 20f9e58..d824c30 100644
--- a/content/zh/docsv2.7/user/examples/pb-generic-reference.md
+++ b/content/zh/docsv2.7/user/examples/pb-generic-reference.md
@@ -9,7 +9,7 @@ description: "对 Google Protobuf 对象进行泛化调用"
 泛化接口调用方式主要用于客户端没有 API 接口及模型类元的情况,参考 [泛化调用](../generic-reference)。
 一般泛化调用只能用于生成的服务参数为POJO的情况,而 GoogleProtobuf 的对象是基于 Builder 生成的非正常POJO,可以通过 protobuf-json 泛化调用。  
 
-GoogleProtobuf 序列化相关的Demo可以参考 [protobuf-demo](https://github.com/vio-lin/dubbo-samples/tree/protobuf-demo)
+GoogleProtobuf 序列化相关的Demo可以参考 [protobuf-demo](https://github.com/apache/dubbo-samples/tree/master/dubbo-samples-protobuf)
 
 ## 通过Spring对Google Protobuf对象泛化调用