You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by xi...@apache.org on 2021/09/03 07:15:06 UTC

[dubbo-website] branch master updated: fix doc parameter-validation (#932)

This is an automated email from the ASF dual-hosted git repository.

xiaoheng 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 182b1d0  fix doc parameter-validation (#932)
182b1d0 is described below

commit 182b1d0bf0e29f01a2d88563cb60dd9c6071ed2c
Author: Wang Chengming <63...@qq.com>
AuthorDate: Fri Sep 3 15:14:59 2021 +0800

    fix doc parameter-validation (#932)
---
 content/zh/docs/advanced/parameter-validation.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/zh/docs/advanced/parameter-validation.md b/content/zh/docs/advanced/parameter-validation.md
index 37e1210..9e97fe0 100644
--- a/content/zh/docs/advanced/parameter-validation.md
+++ b/content/zh/docs/advanced/parameter-validation.md
@@ -186,8 +186,8 @@ public class ValidationConsumer {
 ```
 
 {{% alert title="提示" color="primary" %}}
-自 `2.1.0` 版本开始支持, 如何使用可以参考 [dubbo 项目中的示例代码](https://github.com/apache/dubbo-samples/tree/master/java/dubbo-samples-validation)
+自 `2.1.0` 版本开始支持, 如何使用可以参考 [dubbo 项目中的示例代码](https://github.com/apache/dubbo-samples/tree/master/dubbo-samples-validation)
 
-验证方式可扩展,扩展方式参见开发者手册中的[验证扩展](../../../dev/impls/validation)
+验证方式可扩展,扩展方式参见开发者手册中的[验证扩展](../../references/spis/validation)
 {{% /alert %}}