Skip to content

Commit

Permalink
Fix link to Javadoc API
Browse files Browse the repository at this point in the history
  • Loading branch information
HubertWo authored and snicoll committed Jul 11, 2021
1 parent f9167c3 commit e719bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/asciidoc/core/core-validation.adoc
Expand Up @@ -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].



Expand Down

0 comments on commit e719bc2

Please sign in to comment.