From e719bc2cda2e618c7e37ed476be0fae995f8befa Mon Sep 17 00:00:00 2001 From: Hubert Wo <2518652+HubertWo@users.noreply.github.com> Date: Sat, 10 Jul 2021 11:37:18 +0200 Subject: [PATCH] Fix link to Javadoc API See gh-27151 --- src/docs/asciidoc/core/core-validation.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/asciidoc/core/core-validation.adoc b/src/docs/asciidoc/core/core-validation.adoc index 82c9b0d2f9..5d80f2a082 100644 --- a/src/docs/asciidoc/core/core-validation.adoc +++ b/src/docs/asciidoc/core/core-validation.adoc @@ -215,7 +215,7 @@ as the following example shows: Validation errors are reported to the `Errors` object passed to the validator. In the case of Spring Web MVC, you can use the `` tag to inspect the error messages, but you can also inspect the `Errors` object yourself. More information about the -methods it offers can be found in the {api-spring-framework}validation/Errors.html[javadoc]. +methods it offers can be found in the {api-spring-framework}/validation/Errors.html[javadoc].