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 lxbzmy committed Mar 26, 2022
1 parent 467d7c9 commit dee5f58
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 dee5f58

Please sign in to comment.