From af1d721aa36b7c1d34e98255a81de191e78000e6 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 30 Oct 2020 09:33:36 +0100 Subject: [PATCH] Fix a broken Asciidoctor syntax in core-resources.adoc Closes gh-26000 --- 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 c8e4508ab9..b6d2baeaa7 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}/context/support/ClassPathXmlApplicationContext.html[`ClassPathXmlApplicationContext`] +See the {api-spring-framework}/context/support/ClassPathXmlApplicationContext.html[`ClassPathXmlApplicationContext`] javadoc for details on the various constructors.