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 b9ba13b03ec Fix check (#1652)
b9ba13b03ec is described below

commit b9ba13b03ec1a74c2da9f327f7dc6e55c6043dd0
Author: mfordjody <[email protected]>
AuthorDate: Mon Dec 5 10:42:17 2022 +0800

    Fix check (#1652)
---
 content/zh/docs3-v2/java-sdk/reference-manual/config/annotation.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/zh/docs3-v2/java-sdk/reference-manual/config/annotation.md 
b/content/zh/docs3-v2/java-sdk/reference-manual/config/annotation.md
index 1c89524aff6..baa39d23e35 100644
--- a/content/zh/docs3-v2/java-sdk/reference-manual/config/annotation.md
+++ b/content/zh/docs3-v2/java-sdk/reference-manual/config/annotation.md
@@ -6,13 +6,13 @@ weight: 3
 description: "以 Annotation、Spring Boot 开发 Dubbo 应用"
 ---
 
-本文以 Spring Boot + Annotation 模式描述 Dubbo 应用开发,在此查看无 Spring Boot 的 Spring 注解开发模式 
[完整示例](https://github.com/apache/dubbo-samples/tree/master/dubbo-samples-annotation)
+本文以 Spring Boot + Annotation 模式描述 Dubbo 应用开发,在此查看无 Spring Boot 的 Spring 注解开发模式 
[完整示例](https://github.com/apache/dubbo-samples/tree/master/1-basic/dubbo-samples-annotation)
 
 在 Dubbo Spring Boot 开发中,你只需要增加几个注解,并配置 `application.properties` 或 
`application.yml` 文件即可完成 Dubbo 服务定义:
 * 注解有 `@DubboService`、`@DubboReference` 与 `EnableDubbo`。其中 `@DubboService` 与 
`@DubboReference` 用于标记 Dubbo 服务,`EnableDubbo` 启动 Dubbo 相关配置并指定 Spring Boot 
扫描包路径。
 * 配置文件 `application.properties` 或 `application.yml`
 
-以下内容的完整示例请参考 
[dubbo-samples](https://github.com/apache/dubbo-samples/tree/master/dubbo-samples-spring-boot)
+以下内容的完整示例请参考 
[dubbo-samples](https://github.com/apache/dubbo-samples/tree/master/1-basic/dubbo-samples-spring-boot)
 
 ## 增加 Maven 依赖
 

Reply via email to