From abe7711c6e036b6af27adea36ef59157daf9d7a8 Mon Sep 17 00:00:00 2001 From: 1515biubiubiu Date: Mon, 29 Jan 2024 00:03:40 +0800 Subject: [PATCH] Update basics.adoc According to the context content, whether the jump here should point to the resources.adoc file. --- framework-docs/modules/ROOT/pages/core/beans/basics.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework-docs/modules/ROOT/pages/core/beans/basics.adoc b/framework-docs/modules/ROOT/pages/core/beans/basics.adoc index 57e51a6f1e9f..296ea3722ddb 100644 --- a/framework-docs/modules/ROOT/pages/core/beans/basics.adoc +++ b/framework-docs/modules/ROOT/pages/core/beans/basics.adoc @@ -141,7 +141,7 @@ Kotlin:: ==== After you learn about Spring's IoC container, you may want to know more about Spring's `Resource` abstraction (as described in -xref:web/webflux-webclient/client-builder.adoc#webflux-client-builder-reactor-resources[Resources]) +xref:../resources.adoc[Resources]) which provides a convenient mechanism for reading an InputStream from locations defined in a URI syntax. In particular, `Resource` paths are used to construct applications contexts, as described in xref:core/resources.adoc#resources-app-ctx[Application Contexts and Resource Paths].