Fix link to Javadoc API

See gh-27151
This commit is contained in:
Hubert Wo 2021-07-10 11:37:18 +02:00 committed by Stephane Nicoll
parent f9167c3df5
commit e719bc2cda
1 changed files with 1 additions and 1 deletions

View File

@ -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 `<spring:bind/>` 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].