Browse Source

Fix link to Javadoc API

See gh-27151
pull/27154/head
Hubert Wo 5 years ago committed by Stephane Nicoll
parent
commit
e719bc2cda
  1. 2
      src/docs/asciidoc/core/core-validation.adoc

2
src/docs/asciidoc/core/core-validation.adoc

@ -215,7 +215,7 @@ as the following example shows: @@ -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].

Loading…
Cancel
Save