Skip to content

Commit 98685e8

Browse files
committed
Fix link to Javadoc API
See gh-27151
1 parent e719bc2 commit 98685e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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/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)