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 39a8fc53ee8 Fix check (#1650)
39a8fc53ee8 is described below
commit 39a8fc53ee800159e07d565bf0b64fcd989c98ad
Author: mfordjody <[email protected]>
AuthorDate: Mon Dec 5 10:42:50 2022 +0800
Fix check (#1650)
---
content/zh/docs3-v2/java-sdk/reference-manual/protocol/triple/guide.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/content/zh/docs3-v2/java-sdk/reference-manual/protocol/triple/guide.md
b/content/zh/docs3-v2/java-sdk/reference-manual/protocol/triple/guide.md
index cf5eeeef30b..8609af51b20 100644
--- a/content/zh/docs3-v2/java-sdk/reference-manual/protocol/triple/guide.md
+++ b/content/zh/docs3-v2/java-sdk/reference-manual/protocol/triple/guide.md
@@ -275,7 +275,7 @@ Triple 协议是 Dubbo3 的主力协议,完整兼容 gRPC over HTTP/2,并在
省略上文中的 1-3 步,指定 Provider 和 Consumer 使用的协议即可完成协议升级。
### 示例程序
-本文的示例程序可以在
[triple-samples](https://github.com/apache/dubbo-samples/tree/master/dubbo-samples-triple)
找到
+本文的示例程序可以在
[triple-samples](https://github.com/apache/dubbo-samples/tree/master/3-extensions/protocol/dubbo-samples-triple)
找到