From b89b37729c69d1d7f61153cd498e4232632f7a1b Mon Sep 17 00:00:00 2001 From: izeye Date: Fri, 30 Oct 2020 16:46:24 +0900 Subject: [PATCH] Fix a broken Asciidoctor syntax in core-resources.adoc See gh-25999 --- 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 c8e4508ab95..b6d2baeaa70 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.