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 a9c69bb6b7 fix: update link address in parameter-validation.md (#1113)
a9c69bb6b7 is described below
commit a9c69bb6b7304a5a775d7924393ba21567d527b7
Author: yukaifan <[email protected]>
AuthorDate: Tue Jun 21 10:46:16 2022 +0800
fix: update link address in parameter-validation.md (#1113)
---
content/en/docs/v2.7/user/examples/parameter-validation.md | 2 +-
content/zh/docsv2.7/user/examples/parameter-validation.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/en/docs/v2.7/user/examples/parameter-validation.md
b/content/en/docs/v2.7/user/examples/parameter-validation.md
index 7a82a18cc3..52966a757c 100644
--- a/content/en/docs/v2.7/user/examples/parameter-validation.md
+++ b/content/en/docs/v2.7/user/examples/parameter-validation.md
@@ -185,5 +185,5 @@ public class ValidationConsumer {
}
```
-[^1]: Support since `2.1.0` version. If you want to know how to use it, refer
to [Sample code in dubbo project]
(https://github.com/apache/dubbo-samples/tree/master/java/dubbo-samples-validation)
+[^1]: Support since `2.1.0` version. If you want to know how to use it, refer
to [Sample code in dubbo project]
(https://github.com/apache/dubbo-samples/tree/master/dubbo-samples-validation)
[^2]: The validation method is extensible, refer to [Developer
Extension](/docs/dev/impls/validation) in the developer's manual.
diff --git a/content/zh/docsv2.7/user/examples/parameter-validation.md
b/content/zh/docsv2.7/user/examples/parameter-validation.md
index 37e121022c..c1a600cf65 100644
--- a/content/zh/docsv2.7/user/examples/parameter-validation.md
+++ b/content/zh/docsv2.7/user/examples/parameter-validation.md
@@ -186,7 +186,7 @@ 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)
{{% /alert %}}