Skip to content

Commit af1d721

Browse files
committed
Fix a broken Asciidoctor syntax in core-resources.adoc
Closes gh-26000
1 parent 0acb1e5 commit af1d721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/core/core-resources.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ files named `services.xml` and `daos.xml` (which are on the classpath) can be in
563563
val ctx = ClassPathXmlApplicationContext(arrayOf("services.xml", "daos.xml"), MessengerService::class.java)
564564
----
565565

566-
See the api-spring-framework}/context/support/ClassPathXmlApplicationContext.html[`ClassPathXmlApplicationContext`]
566+
See the {api-spring-framework}/context/support/ClassPathXmlApplicationContext.html[`ClassPathXmlApplicationContext`]
567567
javadoc for details on the various constructors.
568568

569569

0 commit comments

Comments
 (0)