From a51c22b266a33b3c283102b6dcfa85d9b2d0b41a Mon Sep 17 00:00:00 2001 From: slovenlyimp <429898+slovenlyimp@users.noreply.github.com> Date: Fri, 5 Jan 2024 11:22:05 -0600 Subject: [PATCH] Fix a typo in kotlin.adoc Closes gh-31958 --- framework-docs/modules/ROOT/pages/languages/kotlin.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework-docs/modules/ROOT/pages/languages/kotlin.adoc b/framework-docs/modules/ROOT/pages/languages/kotlin.adoc index 4184525d7fb8..d373497009bc 100644 --- a/framework-docs/modules/ROOT/pages/languages/kotlin.adoc +++ b/framework-docs/modules/ROOT/pages/languages/kotlin.adoc @@ -13,7 +13,7 @@ Most of the code samples of the reference documentation are provided in Kotlin in addition to Java. The easiest way to build a Spring application with Kotlin is to leverage Spring Boot and -its{spring-boot-docs}/boot-features-kotlin.html[dedicated Kotlin support]. +its {spring-boot-docs}/boot-features-kotlin.html[dedicated Kotlin support]. {spring-site-guides}/tutorials/spring-boot-kotlin/[This comprehensive tutorial] will teach you how to build Spring Boot applications with Kotlin using https://start.spring.io/#!language=kotlin&type=gradle-project[start.spring.io].