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 e5df8b31a31 Fix check (#1658)
e5df8b31a31 is described below
commit e5df8b31a3114d55331b1b63ed5d9ef08ceb204f
Author: mfordjody <[email protected]>
AuthorDate: Tue Dec 6 09:54:40 2022 +0800
Fix check (#1658)
---
content/zh/docs3-v2/rust-sdk/java-interoperability.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/zh/docs3-v2/rust-sdk/java-interoperability.md
b/content/zh/docs3-v2/rust-sdk/java-interoperability.md
index 297c5c585db..b185fc482eb 100644
--- a/content/zh/docs3-v2/rust-sdk/java-interoperability.md
+++ b/content/zh/docs3-v2/rust-sdk/java-interoperability.md
@@ -13,7 +13,7 @@ description: "使用 Rust 调用 Java 开发的 Dubbo 服务。"
## 2 运行示例 Java 版本的 Dubbo provider
-Java 版本的 Dubbo provider
示例源码见<https://github.com/apache/dubbo-samples/tree/master/dubbo-samples-triple>。
+Java 版本的 Dubbo provider
示例源码见<https://github.com/apache/dubbo-samples/tree/master/3-extensions/protocol/dubbo-samples-triple>。
Clone 源代码、编译构建,并运行 provider:
@@ -31,7 +31,7 @@ $ java -Dprovider.port=8888 -jar
./target/dubbo-samples-triple-1.0-SNAPSHOT.jar
Dubbo triple stub server started, port=8888
```
-[Java
侧的接口定义](https://github.com/apache/dubbo-samples/blob/master/dubbo-samples-triple/src/main/proto/greeter.proto)
+[Java
侧的接口定义](https://github.com/apache/dubbo-samples/blob/master/3-extensions/protocol/dubbo-samples-triple/src/main/proto/greeter.proto)
## 3 运行 Rust 版本的 Dubbo consumer