We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28ca0dd + 3d4a778 commit e0190c1Copy full SHA for e0190c1
src/docs/asciidoc/languages/kotlin.adoc
@@ -44,7 +44,7 @@ Kotlin https://kotlinlang.org/docs/reference/extensions.html[extensions] provide
44
to extend existing classes with additional functionality. The Spring Framework Kotlin APIs
45
use these extensions to add new Kotlin-specific conveniences to existing Spring APIs.
46
47
-The {docs-spring-framework}/kdoc-api/spring-framework/[Spring Framework KDoc API] lists
+The {docs-spring-framework}/kdoc-api/[Spring Framework KDoc API] lists
48
and documents all available Kotlin extensions and DSLs.
49
50
NOTE: Keep in mind that Kotlin extensions need to be imported to be used. This means,
0 commit comments