Skip to content

Commit e719bc2

Browse files
HubertWosnicoll
authored andcommitted
Fix link to Javadoc API
See gh-27151
1 parent f9167c3 commit e719bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ as the following example shows:
215215
Validation errors are reported to the `Errors` object passed to the validator. In the case
216216
of Spring Web MVC, you can use the `<spring:bind/>` tag to inspect the error messages, but
217217
you can also inspect the `Errors` object yourself. More information about the
218-
methods it offers can be found in the {api-spring-framework}validation/Errors.html[javadoc].
218+
methods it offers can be found in the {api-spring-framework}/validation/Errors.html[javadoc].
219219

220220

221221

0 commit comments

Comments
 (0)