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 f180590a1b7 Fix check (#1666)
f180590a1b7 is described below
commit f180590a1b71d87cba4e7af702e07c9f20e5fb49
Author: mfordjody <[email protected]>
AuthorDate: Tue Dec 6 09:55:22 2022 +0800
Fix check (#1666)
---
content/zh/docsv2.7/user/examples/pb-generic-reference.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 d824c304d7a..58b6c515560 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/apache/dubbo-samples/tree/master/dubbo-samples-protobuf)
+GoogleProtobuf 序列化相关的Demo可以参考
[protobuf-demo](https://github.com/apache/dubbo-samples/tree/master/3-extensions/serialization/dubbo-samples-protobuf)
## 通过Spring对Google Protobuf对象泛化调用