Skip to content

Commit 1e95332

Browse files
committed
Fix link to "Resources" section in reference guide
Closes gh-33882
1 parent fec6ba4 commit 1e95332

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

framework-docs/modules/ROOT/pages/core/beans/context-introduction.adoc

+3-2
Original file line numberDiff line numberDiff line change
@@ -883,11 +883,12 @@ e.g. for processing all events asynchronously and/or for handling listener excep
883883
== Convenient Access to Low-level Resources
884884

885885
For optimal usage and understanding of application contexts, you should familiarize
886-
yourself with Spring's `Resource` abstraction, as described in xref:web/webflux-webclient/client-builder.adoc#webflux-client-builder-reactor-resources[Resources].
886+
yourself with Spring's `Resource` abstraction, as described in
887+
xref:core/resources.adoc[Resources].
887888

888889
An application context is a `ResourceLoader`, which can be used to load `Resource` objects.
889890
A `Resource` is essentially a more feature rich version of the JDK `java.net.URL` class.
890-
In fact, the implementations of the `Resource` wrap an instance of `java.net.URL`, where
891+
In fact, implementations of `Resource` wrap an instance of `java.net.URL`, where
891892
appropriate. A `Resource` can obtain low-level resources from almost any location in a
892893
transparent fashion, including from the classpath, a filesystem location, anywhere
893894
describable with a standard URL, and some other variations. If the resource location

0 commit comments

Comments
 (0)