Skip to content

Commit 75d4465

Browse files
committed
Merge pull request #27151 from HubertWo
* pr/27151: Fix link to Javadoc API Fix link to Javadoc API Closes gh-27151
2 parents f9167c3 + 98685e8 commit 75d4465

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/docs/asciidoc/core/core-aop-api.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1637,7 +1637,7 @@ The following listing shows an example configuration:
16371637

16381638
Note that the target object (`businessObjectTarget` in the preceding example) must be a
16391639
prototype. This lets the `PoolingTargetSource` implementation create new instances
1640-
of the target to grow the pool as necessary. See the {api-spring-framework}aop/target/AbstractPoolingTargetSource.html[javadoc of
1640+
of the target to grow the pool as necessary. See the {api-spring-framework}/aop/target/AbstractPoolingTargetSource.html[javadoc of
16411641
`AbstractPoolingTargetSource`] and the concrete subclass you wish to use for information
16421642
about its properties. `maxSize` is the most basic and is always guaranteed to be present.
16431643

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

src/docs/asciidoc/testing/testing-webtestclient.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ to handle requests:
4545
----
4646

4747
For Spring MVC, use the following which delegates to the
48-
{api-spring-framework}/https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/web/servlet/setup/StandaloneMockMvcBuilder.html[StandaloneMockMvcBuilder]
48+
{api-spring-framework}/test/web/servlet/setup/StandaloneMockMvcBuilder.html[StandaloneMockMvcBuilder]
4949
to load infrastructure equivalent to the <<web.adoc#mvc-config, WebMvc Java config>>,
5050
registers the given controller(s), and creates an instance of
5151
<<testing.adoc#spring-mvc-test-framework, MockMvc>> to handle requests:

0 commit comments

Comments
 (0)