From aca5db817db18b7c0fe5d1d76d84ec3cbbfad1ee Mon Sep 17 00:00:00 2001 From: alfredo-toledano Date: Thu, 22 Aug 2024 07:42:18 +0200 Subject: [PATCH] Fix link to core container introduction in ref docs Closes gh-33417 --- .../modules/ROOT/pages/core/beans/context-introduction.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework-docs/modules/ROOT/pages/core/beans/context-introduction.adoc b/framework-docs/modules/ROOT/pages/core/beans/context-introduction.adoc index ac5192b035..4975c892e3 100644 --- a/framework-docs/modules/ROOT/pages/core/beans/context-introduction.adoc +++ b/framework-docs/modules/ROOT/pages/core/beans/context-introduction.adoc @@ -1,7 +1,7 @@ [[context-introduction]] = Additional Capabilities of the `ApplicationContext` -As discussed in the xref:web/webmvc-view/mvc-xslt.adoc#mvc-view-xslt-beandefs[chapter introduction], the `org.springframework.beans.factory` +As discussed in the xref:core/beans/introduction.adoc[chapter introduction], the `org.springframework.beans.factory` package provides basic functionality for managing and manipulating beans, including in a programmatic way. The `org.springframework.context` package adds the {spring-framework-api}/context/ApplicationContext.html[`ApplicationContext`]