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 dac6a76bfb Update multi-versions.md (#2099)
dac6a76bfb is described below
commit dac6a76bfbf684adc780c65fdb55bb3d8c2bf8ae
Author: mfordjody <[email protected]>
AuthorDate: Tue Feb 7 14:20:16 2023 +0800
Update multi-versions.md (#2099)
---
.../java-sdk/advanced-features-and-usage/service/multi-versions.md | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git
a/content/zh/docs3-v2/java-sdk/advanced-features-and-usage/service/multi-versions.md
b/content/zh/docs3-v2/java-sdk/advanced-features-and-usage/service/multi-versions.md
index e38ac60b19..ce79b167be 100644
---
a/content/zh/docs3-v2/java-sdk/advanced-features-and-usage/service/multi-versions.md
+++
b/content/zh/docs3-v2/java-sdk/advanced-features-and-usage/service/multi-versions.md
@@ -20,8 +20,7 @@ description: "在 Dubbo 中为同一个服务配置多个版本"
## 使用场景
当一个接口实现,出现不兼容升级时,可以用版本号过渡,版本号不同的服务相互间不引用。
-## 参考用例
-
+>参考用例
[https://github.com/apache/dubbo-samples/tree/master/dubbo-samples-version](https://github.com/apache/dubbo-samples/tree/master/2-advanced/dubbo-samples-version)
## 使用方式