From 4726663f819ef26194aa68d9eadb50169eda6804 Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Mon, 26 Oct 2020 07:43:30 +0000 Subject: [PATCH] Correct Javadoc link core-resources.adoc Closes gh-25970 --- src/docs/asciidoc/core/core-resources.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/asciidoc/core/core-resources.adoc b/src/docs/asciidoc/core/core-resources.adoc index 760c889202..c8e4508ab9 100644 --- a/src/docs/asciidoc/core/core-resources.adoc +++ b/src/docs/asciidoc/core/core-resources.adoc @@ -563,7 +563,7 @@ files named `services.xml` and `daos.xml` (which are on the classpath) can be in val ctx = ClassPathXmlApplicationContext(arrayOf("services.xml", "daos.xml"), MessengerService::class.java) ---- -See the {api-spring-framework}/jca/context/SpringContextResourceAdapter.html[`ClassPathXmlApplicationContext`] +See the api-spring-framework}/context/support/ClassPathXmlApplicationContext.html[`ClassPathXmlApplicationContext`] javadoc for details on the various constructors.